diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08fd649b146..593622a0bb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+Release v1.44.109 (2022-09-30)
+===
+
+### Service Client Updates
+* `service/codedeploy`: Updates service API and documentation
+ * This release allows you to override the alarm configurations when creating a deployment.
+* `service/devops-guru`: Updates service API and documentation
+* `service/dlm`: Updates service API and documentation
+* `service/runtime.sagemaker`: Updates service API and documentation
+* `service/sagemaker`: Updates service API and documentation
+ * A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature.
+* `service/sso-oidc`: Updates service documentation
+
Release v1.44.108 (2022-09-29)
===
diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go
index cddbe1bb007..1ec4a1ee867 100644
--- a/aws/endpoints/defaults.go
+++ b/aws/endpoints/defaults.go
@@ -5168,6 +5168,64 @@ var awsPartition = partition{
}: endpoint{},
},
},
+ "codestar-notifications": service{
+ Endpoints: serviceEndpoints{
+ endpointKey{
+ Region: "ap-east-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "ap-northeast-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "ap-northeast-2",
+ }: endpoint{},
+ endpointKey{
+ Region: "ap-south-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "ap-southeast-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "ap-southeast-2",
+ }: endpoint{},
+ endpointKey{
+ Region: "ca-central-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "eu-central-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "eu-north-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "eu-west-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "eu-west-2",
+ }: endpoint{},
+ endpointKey{
+ Region: "eu-west-3",
+ }: endpoint{},
+ endpointKey{
+ Region: "me-south-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "sa-east-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "us-east-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "us-east-2",
+ }: endpoint{},
+ endpointKey{
+ Region: "us-west-1",
+ }: endpoint{},
+ endpointKey{
+ Region: "us-west-2",
+ }: endpoint{},
+ },
+ },
"cognito-identity": service{
Endpoints: serviceEndpoints{
endpointKey{
@@ -12960,6 +13018,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-2",
}: endpoint{},
+ endpointKey{
+ Region: "ap-southeast-3",
+ }: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
diff --git a/aws/version.go b/aws/version.go
index 5b66e4f423d..c09688d1c04 100644
--- a/aws/version.go
+++ b/aws/version.go
@@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
-const SDKVersion = "1.44.108"
+const SDKVersion = "1.44.109"
diff --git a/models/apis/codedeploy/2014-10-06/api-2.json b/models/apis/codedeploy/2014-10-06/api-2.json
index 3af4e41fead..6cce704403d 100644
--- a/models/apis/codedeploy/2014-10-06/api-2.json
+++ b/models/apis/codedeploy/2014-10-06/api-2.json
@@ -206,6 +206,8 @@
{"shape":"DescriptionTooLongException"},
{"shape":"DeploymentLimitExceededException"},
{"shape":"InvalidTargetInstancesException"},
+ {"shape":"InvalidAlarmConfigException"},
+ {"shape":"AlarmsLimitExceededException"},
{"shape":"InvalidAutoRollbackConfigException"},
{"shape":"InvalidLoadBalancerInfoException"},
{"shape":"InvalidFileExistsBehaviorException"},
@@ -1264,7 +1266,8 @@
"targetInstances":{"shape":"TargetInstances"},
"autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
"updateOutdatedInstancesOnly":{"shape":"Boolean"},
- "fileExistsBehavior":{"shape":"FileExistsBehavior"}
+ "fileExistsBehavior":{"shape":"FileExistsBehavior"},
+ "overrideAlarmConfiguration":{"shape":"AlarmConfiguration"}
}
},
"CreateDeploymentOutput":{
@@ -1511,7 +1514,8 @@
"deploymentStatusMessages":{"shape":"DeploymentStatusMessageList"},
"computePlatform":{"shape":"ComputePlatform"},
"externalId":{"shape":"ExternalId"},
- "relatedDeployments":{"shape":"RelatedDeployments"}
+ "relatedDeployments":{"shape":"RelatedDeployments"},
+ "overrideAlarmConfiguration":{"shape":"AlarmConfiguration"}
}
},
"DeploymentIsNotInReadyStateException":{
diff --git a/models/apis/codedeploy/2014-10-06/docs-2.json b/models/apis/codedeploy/2014-10-06/docs-2.json
index 900528e8a5d..1ed69821407 100644
--- a/models/apis/codedeploy/2014-10-06/docs-2.json
+++ b/models/apis/codedeploy/2014-10-06/docs-2.json
@@ -1,13 +1,13 @@
{
"version": "2.0",
- "service": "
AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless AWS Lambda functions, or applications in an Amazon ECS service.
You can deploy a nearly unlimited variety of application content, such as an updated Lambda function, updated applications in an Amazon ECS service, code, web and configuration files, executables, packages, scripts, multimedia files, and so on. AWS CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub repositories, or Bitbucket repositories. You do not need to make changes to your existing code before you can use AWS CodeDeploy.
AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications, without many of the risks associated with error-prone manual deployments.
AWS CodeDeploy Components
Use the information in this guide to help you work with the following AWS CodeDeploy components:
Application: A name that uniquely identifies the application you want to deploy. AWS CodeDeploy uses this name, which functions as a container, to ensure the correct combination of revision, deployment configuration, and deployment group are referenced during a deployment.
Deployment group: A set of individual instances, CodeDeploy Lambda deployment configuration settings, or an Amazon ECS service and network details. A Lambda deployment group specifies how to route traffic to a new version of a Lambda function. An Amazon ECS deployment group specifies the service created in Amazon ECS to deploy, a load balancer, and a listener to reroute production traffic to an updated containerized application. An EC2/On-premises deployment group contains individually tagged instances, Amazon EC2 instances in Amazon EC2 Auto Scaling groups, or both. All deployment groups can specify optional trigger, alarm, and rollback settings.
Deployment configuration: A set of deployment rules and deployment success and failure conditions used by AWS CodeDeploy during a deployment.
Deployment: The process and the components used when updating a Lambda function, a containerized application in an Amazon ECS service, or of installing content on one or more instances.
Application revisions: For an AWS Lambda deployment, this is an AppSpec file that specifies the Lambda function to be updated and one or more functions to validate deployment lifecycle events. For an Amazon ECS deployment, this is an AppSpec file that specifies the Amazon ECS task definition, container, and port where production traffic is rerouted. For an EC2/On-premises deployment, this is an archive file that contains source content—source code, webpages, executable files, and deployment scripts—along with an AppSpec file. Revisions are stored in Amazon S3 buckets or GitHub repositories. For Amazon S3, a revision is uniquely identified by its Amazon S3 object key and its ETag, version, or both. For GitHub, a revision is uniquely identified by its commit ID.
This guide also contains information to help you get details about the instances in your deployments, to make on-premises instances available for AWS CodeDeploy deployments, to get details about a Lambda function deployment, and to get details about Amazon ECS service deployments.
AWS CodeDeploy Information Resources
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
You can deploy a nearly unlimited variety of application content, such as an updated Lambda function, updated applications in an Amazon ECS service, code, web and configuration files, executables, packages, scripts, multimedia files, and so on. CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub repositories, or Bitbucket repositories. You do not need to make changes to your existing code before you can use CodeDeploy.
CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications, without many of the risks associated with error-prone manual deployments.
CodeDeploy Components
Use the information in this guide to help you work with the following CodeDeploy components:
Application: A name that uniquely identifies the application you want to deploy. CodeDeploy uses this name, which functions as a container, to ensure the correct combination of revision, deployment configuration, and deployment group are referenced during a deployment.
Deployment group: A set of individual instances, CodeDeploy Lambda deployment configuration settings, or an Amazon ECS service and network details. A Lambda deployment group specifies how to route traffic to a new version of a Lambda function. An Amazon ECS deployment group specifies the service created in Amazon ECS to deploy, a load balancer, and a listener to reroute production traffic to an updated containerized application. An Amazon EC2/On-premises deployment group contains individually tagged instances, Amazon EC2 instances in Amazon EC2 Auto Scaling groups, or both. All deployment groups can specify optional trigger, alarm, and rollback settings.
Deployment configuration: A set of deployment rules and deployment success and failure conditions used by CodeDeploy during a deployment.
Deployment: The process and the components used when updating a Lambda function, a containerized application in an Amazon ECS service, or of installing content on one or more instances.
Application revisions: For an Lambda deployment, this is an AppSpec file that specifies the Lambda function to be updated and one or more functions to validate deployment lifecycle events. For an Amazon ECS deployment, this is an AppSpec file that specifies the Amazon ECS task definition, container, and port where production traffic is rerouted. For an EC2/On-premises deployment, this is an archive file that contains source content—source code, webpages, executable files, and deployment scripts—along with an AppSpec file. Revisions are stored in Amazon S3 buckets or GitHub repositories. For Amazon S3, a revision is uniquely identified by its Amazon S3 object key and its ETag, version, or both. For GitHub, a revision is uniquely identified by its commit ID.
This guide also contains information to help you get details about the instances in your deployments, to make on-premises instances available for CodeDeploy deployments, to get details about a Lambda function deployment, and to get details about Amazon ECS service deployments.
CodeDeploy Information Resources
Adds tags to on-premises instances.
", "BatchGetApplicationRevisions": "Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25.
", "BatchGetApplications": "Gets information about one or more applications. The maximum number of applications that can be returned is 100.
", "BatchGetDeploymentGroups": "Gets information about one or more deployment groups.
", - "BatchGetDeploymentInstances": " This method works, but is deprecated. Use BatchGetDeploymentTargets
instead.
Returns an array of one or more instances associated with a deployment. This method works with EC2/On-premises and AWS Lambda compute platforms. The newer BatchGetDeploymentTargets
works with all compute platforms. The maximum number of instances that can be returned is 25.
Returns 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.
The type of targets returned depends on the deployment's compute platform or deployment method:
EC2/On-premises: Information about EC2 instance targets.
AWS Lambda: Information about Lambda functions targets.
Amazon ECS: Information about Amazon ECS service targets.
CloudFormation: Information about targets of blue/green deployments initiated by a CloudFormation stack update.
This method works, but is deprecated. Use BatchGetDeploymentTargets
instead.
Returns an array of one or more instances associated with a deployment. This method works with EC2/On-premises and Lambda compute platforms. The newer BatchGetDeploymentTargets
works with all compute platforms. The maximum number of instances that can be returned is 25.
Returns 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.
The type of targets returned depends on the deployment's compute platform or deployment method:
EC2/On-premises: Information about Amazon EC2 instance targets.
Lambda: Information about Lambda functions targets.
Amazon ECS: Information about Amazon ECS service targets.
CloudFormation: Information about targets of blue/green deployments initiated by a CloudFormation stack update.
Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.
", "BatchGetOnPremisesInstances": "Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.
", "ContinueDeployment": "For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)
", @@ -30,17 +30,17 @@ "GetDeploymentTarget": "Returns information about a deployment target.
", "GetOnPremisesInstance": "Gets information about an on-premises instance.
", "ListApplicationRevisions": "Lists information about revisions for an application.
", - "ListApplications": "Lists the applications registered with the IAM user or AWS account.
", - "ListDeploymentConfigs": "Lists the deployment configurations with the IAM user or AWS account.
", - "ListDeploymentGroups": "Lists the deployment groups for an application registered with the IAM user or AWS account.
", - "ListDeploymentInstances": " The newer BatchGetDeploymentTargets
should be used instead because it works with all compute types. ListDeploymentInstances
throws an exception if it is used with a compute platform other than EC2/On-premises or AWS Lambda.
Lists the instance for a deployment associated with the IAM user or AWS account.
", + "ListApplications": "Lists the applications registered with the IAM user or Amazon Web Services account.
", + "ListDeploymentConfigs": "Lists the deployment configurations with the IAM user or Amazon Web Services account.
", + "ListDeploymentGroups": "Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account.
", + "ListDeploymentInstances": " The newer BatchGetDeploymentTargets
should be used instead because it works with all compute types. ListDeploymentInstances
throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda.
Lists the instance for a deployment associated with the IAM user or Amazon Web Services account.
", "ListDeploymentTargets": "Returns an array of target IDs that are associated a deployment.
", - "ListDeployments": "Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
", + "ListDeployments": "Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web Services account.
", "ListGitHubAccountTokenNames": "Lists the names of stored connections to GitHub accounts.
", "ListOnPremisesInstances": "Gets a list of names for one or more on-premises instances.
Unless otherwise specified, both registered and deregistered on-premises instance names are listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.
", "ListTagsForResource": "Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN). Tags are used to organize and categorize your CodeDeploy resources.
", - "PutLifecycleEventHookExecutionStatus": " Sets the result of a Lambda validation function. The function validates lifecycle hooks during a deployment that uses the AWS Lambda or Amazon ECS compute platform. For AWS Lambda deployments, the available lifecycle hooks are BeforeAllowTraffic
and AfterAllowTraffic
. For Amazon ECS deployments, the available lifecycle hooks are BeforeInstall
, AfterInstall
, AfterAllowTestTraffic
, BeforeAllowTraffic
, and AfterAllowTraffic
. Lambda validation functions return Succeeded
or Failed
. For more information, see AppSpec 'hooks' Section for an AWS Lambda Deployment and AppSpec 'hooks' Section for an Amazon ECS Deployment.
Registers with AWS CodeDeploy a revision for the specified application.
", + "PutLifecycleEventHookExecutionStatus": " Sets the result of a Lambda validation function. The function validates lifecycle hooks during a deployment that uses the Lambda or Amazon ECS compute platform. For Lambda deployments, the available lifecycle hooks are BeforeAllowTraffic
and AfterAllowTraffic
. For Amazon ECS deployments, the available lifecycle hooks are BeforeInstall
, AfterInstall
, AfterAllowTestTraffic
, BeforeAllowTraffic
, and AfterAllowTraffic
. Lambda validation functions return Succeeded
or Failed
. For more information, see AppSpec 'hooks' Section for an Lambda Deployment and AppSpec 'hooks' Section for an Amazon ECS Deployment.
Registers with CodeDeploy a revision for the specified application.
", "RegisterOnPremisesInstance": "Registers an on-premises instance.
Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request. You cannot use both.
Removes one or more tags from one or more on-premises instances.
", "SkipWaitTimeForInstanceTermination": "In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.
", @@ -69,17 +69,19 @@ } }, "AlarmConfiguration": { - "base": "Information about alarms associated with the deployment group.
", + "base": "Information about alarms associated with a deployment or deployment group.
", "refs": { "CreateDeploymentGroupInput$alarmConfiguration": "Information to add about Amazon CloudWatch alarms when the deployment group is created.
", + "CreateDeploymentInput$overrideAlarmConfiguration": "Allows you to specify information about alarms associated with a deployment. The alarm configuration that you specify here will override the alarm configuration at the deployment group level. Consider overriding the alarm configuration if you have set up alarms at the deployment group level that are causing deployment failures. In this case, you would call CreateDeployment
to create a new deployment that uses a previous application revision that is known to work, and set its alarm configuration to turn off alarm polling. Turning off alarm polling ensures that the new deployment proceeds without being blocked by the alarm that was generated by the previous, failed, deployment.
If you specify an overrideAlarmConfiguration
, you need the UpdateDeploymentGroup
IAM permission when calling CreateDeployment
.
A list of alarms associated with the deployment group.
", + "DeploymentInfo$overrideAlarmConfiguration": null, "UpdateDeploymentGroupInput$alarmConfiguration": "Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.
" } }, "AlarmList": { "base": null, "refs": { - "AlarmConfiguration$alarms": "A list of alarms configured for the deployment group. A maximum of 10 alarms can be added to a deployment group.
" + "AlarmConfiguration$alarms": "A list of alarms configured for the deployment or deployment group. A maximum of 10 alarms can be added.
" } }, "AlarmName": { @@ -94,18 +96,18 @@ } }, "AppSpecContent": { - "base": " A revision for an AWS Lambda or Amazon ECS deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda and Amazon ECS deployments, the revision is the same as the AppSpec file. This method replaces the deprecated RawString
data type.
A revision for an Lambda or Amazon ECS deployment that is a YAML-formatted or JSON-formatted string. For Lambda and Amazon ECS deployments, the revision is the same as the AppSpec file. This method replaces the deprecated RawString
data type.
The content of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.
" + "RevisionLocation$appSpecContent": "The content of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.
" } }, "ApplicationAlreadyExistsException": { - "base": "An application with the specified name with the IAM user or AWS account already exists.
", + "base": "An application with the specified name with the IAM user or Amazon Web Services account already exists.
", "refs": { } }, "ApplicationDoesNotExistException": { - "base": "The application does not exist with the IAM user or AWS account.
", + "base": "The application does not exist with the IAM user or Amazon Web Services account.
", "refs": { } }, @@ -133,25 +135,25 @@ "refs": { "ApplicationInfo$applicationName": "The application name.
", "ApplicationsList$member": null, - "BatchGetApplicationRevisionsInput$applicationName": "The name of an AWS CodeDeploy application about which to get revision information.
", + "BatchGetApplicationRevisionsInput$applicationName": "The name of an CodeDeploy application about which to get revision information.
", "BatchGetApplicationRevisionsOutput$applicationName": "The name of the application that corresponds to the revisions.
", - "BatchGetDeploymentGroupsInput$applicationName": "The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
", - "CreateApplicationInput$applicationName": "The name of the application. This name must be unique with the applicable IAM user or AWS account.
", - "CreateDeploymentGroupInput$applicationName": "The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
", - "CreateDeploymentInput$applicationName": "The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
", - "DeleteApplicationInput$applicationName": "The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
", - "DeleteDeploymentGroupInput$applicationName": "The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
", + "BatchGetDeploymentGroupsInput$applicationName": "The name of an CodeDeploy application associated with the applicable IAM or Amazon Web Services account.
", + "CreateApplicationInput$applicationName": "The name of the application. This name must be unique with the applicable IAM or Amazon Web Services account.
", + "CreateDeploymentGroupInput$applicationName": "The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
", + "CreateDeploymentInput$applicationName": "The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
", + "DeleteApplicationInput$applicationName": "The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
", + "DeleteDeploymentGroupInput$applicationName": "The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
", "DeploymentGroupInfo$applicationName": "The application name.
", "DeploymentInfo$applicationName": "The application name.
", - "GetApplicationInput$applicationName": "The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
", + "GetApplicationInput$applicationName": "The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
", "GetApplicationRevisionInput$applicationName": "The name of the application that corresponds to the revision.
", "GetApplicationRevisionOutput$applicationName": "The name of the application that corresponds to the revision.
", - "GetDeploymentGroupInput$applicationName": "The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
", - "ListApplicationRevisionsInput$applicationName": "The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
", - "ListDeploymentGroupsInput$applicationName": "The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
", + "GetDeploymentGroupInput$applicationName": "The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
", + "ListApplicationRevisionsInput$applicationName": "The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
", + "ListDeploymentGroupsInput$applicationName": "The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
", "ListDeploymentGroupsOutput$applicationName": "The application name.
", - "ListDeploymentsInput$applicationName": "The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
If applicationName
is specified, then deploymentGroupName
must be specified. If it is not specified, then deploymentGroupName
must not be specified.
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
", + "ListDeploymentsInput$applicationName": "The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
If applicationName
is specified, then deploymentGroupName
must be specified. If it is not specified, then deploymentGroupName
must not be specified.
The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
", "UpdateApplicationInput$applicationName": "The current name of the application you want to change.
", "UpdateApplicationInput$newApplicationName": "The new name to give the application.
", "UpdateDeploymentGroupInput$applicationName": "The application name that corresponds to the deployment group to update.
" @@ -165,7 +167,7 @@ "ApplicationRevisionSortBy": { "base": null, "refs": { - "ListApplicationRevisionsInput$sortBy": "The column name to use to sort the list results:
registerTime
: Sort by the time the revisions were registered with AWS CodeDeploy.
firstUsedTime
: Sort by the time the revisions were first used in a deployment.
lastUsedTime
: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results are returned in an arbitrary order.
" + "ListApplicationRevisionsInput$sortBy": "The column name to use to sort the list results:
registerTime
: Sort by the time the revisions were registered with CodeDeploy.
firstUsedTime
: Sort by the time the revisions were first used in a deployment.
lastUsedTime
: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results are returned in an arbitrary order.
" } }, "ApplicationsInfoList": { @@ -231,9 +233,9 @@ "AutoScalingGroupList": { "base": null, "refs": { - "DeleteDeploymentGroupOutput$hooksNotCleanedUp": "If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
", + "DeleteDeploymentGroupOutput$hooksNotCleanedUp": "If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
", "DeploymentGroupInfo$autoScalingGroups": "A list of associated Auto Scaling groups.
", - "UpdateDeploymentGroupOutput$hooksNotCleanedUp": "If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.
" + "UpdateDeploymentGroupOutput$hooksNotCleanedUp": "If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.
" } }, "AutoScalingGroupName": { @@ -248,7 +250,7 @@ "refs": { "CreateDeploymentGroupInput$autoScalingGroups": "A list of associated Amazon EC2 Auto Scaling groups.
", "TargetInstances$autoScalingGroups": "The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
", - "UpdateDeploymentGroupInput$autoScalingGroups": "The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.
" + "UpdateDeploymentGroupInput$autoScalingGroups": "The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them.
To keep the Auto Scaling groups, enter their names or do not specify this parameter.
To remove Auto Scaling groups, specify a non-null empty list of Auto Scaling group names to detach all CodeDeploy-managed Auto Scaling lifecycle hooks. For examples, see Amazon EC2 instances in an Amazon EC2 Auto Scaling group fail to launch and receive the error \"Heartbeat Timeout\" in the CodeDeploy User Guide.
Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false.
true
: The deployment proceeds even if alarm status information can't be retrieved from Amazon CloudWatch.
false
: The deployment stops if alarm status information can't be retrieved from Amazon CloudWatch.
True if the user has authenticated with GitHub for the specified application. Otherwise, false.
", "AutoRollbackConfiguration$enabled": "Indicates whether a defined automatic rollback configuration is currently enabled.
", - "CreateDeploymentInput$ignoreApplicationStopFailures": " If true, then if an ApplicationStop
, BeforeBlockTraffic
, or AfterBlockTraffic
deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop
fails, the deployment continues with DownloadBundle
. If BeforeBlockTraffic
fails, the deployment continues with BlockTraffic
. If AfterBlockTraffic
fails, the deployment continues with ApplicationStop
.
If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop
, BeforeBlockTraffic
, and AfterBlockTraffic
in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.
If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures
to specify that the ApplicationStop
, BeforeBlockTraffic
, and AfterBlockTraffic
failures should be ignored.
If true, then if an ApplicationStop
, BeforeBlockTraffic
, or AfterBlockTraffic
deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop
fails, the deployment continues with DownloadBundle
. If BeforeBlockTraffic
fails, the deployment continues with BlockTraffic
. If AfterBlockTraffic
fails, the deployment continues with ApplicationStop
.
If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the CodeDeploy agent runs the scripts specified for ApplicationStop
, BeforeBlockTraffic
, and AfterBlockTraffic
in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.
If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures
to specify that the ApplicationStop
, BeforeBlockTraffic
, and AfterBlockTraffic
failures should be ignored.
Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.
", - "DeploymentInfo$ignoreApplicationStopFailures": " If true, then if an ApplicationStop
, BeforeBlockTraffic
, or AfterBlockTraffic
deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop
fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic
fails, the deployment continues with BlockTraffic
. If AfterBlockTraffic
fails, the deployment continues with ApplicationStop
.
If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop
, BeforeBlockTraffic
, and AfterBlockTraffic
in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.
If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures
to specify that the ApplicationStop
, BeforeBlockTraffic
, and AfterBlockTraffic
failures should be ignored.
If true, then if an ApplicationStop
, BeforeBlockTraffic
, or AfterBlockTraffic
deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop
fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic
fails, the deployment continues with BlockTraffic
. If AfterBlockTraffic
fails, the deployment continues with ApplicationStop
.
If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the CodeDeploy agent runs the scripts specified for ApplicationStop
, BeforeBlockTraffic
, and AfterBlockTraffic
in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.
If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures
to specify that the ApplicationStop
, BeforeBlockTraffic
, and AfterBlockTraffic
failures should be ignored.
Indicates whether only instances that are not running the latest application revision are to be deployed to.
", "DeploymentInfo$instanceTerminationWaitTimeStarted": "Indicates whether the wait period set for the termination of instances in the original environment has started. Status is 'false' if the KEEP_ALIVE option is specified. Otherwise, 'true' as soon as the termination wait period starts.
" } @@ -369,11 +371,11 @@ "CloudFormationResourceType": { "base": null, "refs": { - "CloudFormationTarget$resourceType": "The resource type for the AWS CloudFormation blue/green deployment.
" + "CloudFormationTarget$resourceType": "The resource type for the CloudFormation blue/green deployment.
" } }, "CloudFormationTarget": { - "base": "Information about the target to be updated by an AWS CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.
", + "base": "Information about the target to be updated by an CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.
", "refs": { "DeploymentTarget$cloudFormationTarget": null } @@ -491,12 +493,12 @@ } }, "DeploymentConfigAlreadyExistsException": { - "base": "A deployment configuration with the specified name with the IAM user or AWS account already exists.
", + "base": "A deployment configuration with the specified name with the IAM user or Amazon Web Services account already exists.
", "refs": { } }, "DeploymentConfigDoesNotExistException": { - "base": "The deployment configuration does not exist with the IAM user or AWS account.
", + "base": "The deployment configuration does not exist with the IAM user or Amazon Web Services account.
", "refs": { } }, @@ -527,14 +529,14 @@ "base": null, "refs": { "CreateDeploymentConfigInput$deploymentConfigName": "The name of the deployment configuration to create.
", - "CreateDeploymentGroupInput$deploymentConfigName": "If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.
CodeDeployDefault.OneAtATime
is the default deployment configuration. It is used if a configuration isn't specified for the deployment or deployment group.
For more information about the predefined deployment configurations in AWS CodeDeploy, see Working with Deployment Configurations in CodeDeploy in the AWS CodeDeploy User Guide.
", - "CreateDeploymentInput$deploymentConfigName": "The name of a deployment configuration associated with the IAM user or AWS account.
If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it, CodeDeployDefault
.OneAtATime
is used by default.
The name of a deployment configuration associated with the IAM user or AWS account.
", + "CreateDeploymentGroupInput$deploymentConfigName": "If specified, the deployment configuration name can be either one of the predefined configurations provided with CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.
CodeDeployDefault.OneAtATime
is the default deployment configuration. It is used if a configuration isn't specified for the deployment or deployment group.
For more information about the predefined deployment configurations in CodeDeploy, see Working with Deployment Configurations in CodeDeploy in the CodeDeploy User Guide.
", + "CreateDeploymentInput$deploymentConfigName": "The name of a deployment configuration associated with the IAM user or Amazon Web Services account.
If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it, CodeDeployDefault
.OneAtATime
is used by default.
The name of a deployment configuration associated with the IAM user or Amazon Web Services account.
", "DeploymentConfigInfo$deploymentConfigName": "The deployment configuration name.
", "DeploymentConfigsList$member": null, "DeploymentGroupInfo$deploymentConfigName": "The deployment configuration name.
", "DeploymentInfo$deploymentConfigName": "The deployment configuration name.
", - "GetDeploymentConfigInput$deploymentConfigName": "The name of a deployment configuration associated with the IAM user or AWS account.
", + "GetDeploymentConfigInput$deploymentConfigName": "The name of a deployment configuration associated with the IAM user or Amazon Web Services account.
", "UpdateDeploymentGroupInput$deploymentConfigName": "The replacement deployment configuration name to use, if you want to change it.
" } }, @@ -552,21 +554,21 @@ "DeploymentCreator": { "base": null, "refs": { - "DeploymentInfo$creator": "The means by which the deployment was created:
user
: A user created the deployment.
autoscaling
: Amazon EC2 Auto Scaling created the deployment.
codeDeployRollback
: A rollback process created the deployment.
CodeDeployAutoUpdate
: An auto-update process created the deployment when it detected outdated EC2 instances.
The means by which the deployment was created:
user
: A user created the deployment.
autoscaling
: Amazon EC2 Auto Scaling created the deployment.
codeDeployRollback
: A rollback process created the deployment.
CodeDeployAutoUpdate
: An auto-update process created the deployment when it detected outdated Amazon EC2 instances.
The deployment with the IAM user or AWS account does not exist.
", + "base": "The deployment with the IAM user or Amazon Web Services account does not exist.
", "refs": { } }, "DeploymentGroupAlreadyExistsException": { - "base": "A deployment group with the specified name with the IAM user or AWS account already exists.
", + "base": "A deployment group with the specified name with the IAM user or Amazon Web Services account already exists.
", "refs": { } }, "DeploymentGroupDoesNotExistException": { - "base": "The named deployment group with the IAM user or AWS account does not exist.
", + "base": "The named deployment group with the IAM user or Amazon Web Services account does not exist.
", "refs": { } }, @@ -628,13 +630,13 @@ "refs": { "BatchGetDeploymentInstancesInput$deploymentId": "The unique ID of a deployment.
", "BatchGetDeploymentTargetsInput$deploymentId": "The unique ID of a deployment.
", - "CloudFormationTarget$deploymentId": "The unique ID of an AWS CloudFormation blue/green deployment.
", + "CloudFormationTarget$deploymentId": "The unique ID of an CloudFormation blue/green deployment.
", "ContinueDeploymentInput$deploymentId": "The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
", "CreateDeploymentOutput$deploymentId": "The unique ID of a deployment.
", "DeploymentInfo$deploymentId": "The unique ID of a deployment.
", "DeploymentsList$member": null, "ECSTarget$deploymentId": "The unique ID of a deployment.
", - "GetDeploymentInput$deploymentId": "The unique ID of a deployment associated with the IAM user or AWS account.
", + "GetDeploymentInput$deploymentId": "The unique ID of a deployment associated with the IAM user or Amazon Web Services account.
", "GetDeploymentInstanceInput$deploymentId": "The unique ID of a deployment.
", "GetDeploymentTargetInput$deploymentId": "The unique ID of a deployment.
", "InstanceSummary$deploymentId": "The unique ID of a deployment.
", @@ -751,11 +753,11 @@ "DeploymentTargetList": { "base": null, "refs": { - "BatchGetDeploymentTargetsOutput$deploymentTargets": "A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
EC2/On-premises: Each target object is an EC2 or on-premises instance.
AWS Lambda: The target object is a specific version of an AWS Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
CloudFormation: The target object is an AWS CloudFormation blue/green deployment.
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
EC2/On-premises: Each target object is an Amazon EC2 or on-premises instance.
Lambda: The target object is a specific version of an Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
CloudFormation: The target object is an CloudFormation blue/green deployment.
The maximum number of targets that can be associated with an Amazon ECS or AWS Lambda deployment was exceeded. The target list of both types of deployments must have exactly one item. This exception does not apply to EC2/On-premises deployments.
", + "base": "The maximum number of targets that can be associated with an Amazon ECS or Lambda deployment was exceeded. The target list of both types of deployments must have exactly one item. This exception does not apply to EC2/On-premises deployments.
", "refs": { } }, @@ -833,7 +835,7 @@ "EC2TagFilterList": { "base": null, "refs": { - "CreateDeploymentGroupInput$ec2TagFilters": "The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags. Cannot be used in the same call as ec2TagSet.
", + "CreateDeploymentGroupInput$ec2TagFilters": "The Amazon EC2 tags on which to filter. The deployment group includes Amazon EC2 instances with any of the specified tags. Cannot be used in the same call as ec2TagSet.
", "DeploymentGroupInfo$ec2TagFilters": "The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.
", "EC2TagSetList$member": null, "TargetInstances$tagFilters": "The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet
.
Information about groups of EC2 instance tags.
", + "base": "Information about groups of Amazon EC2 instance tags.
", "refs": { - "CreateDeploymentGroupInput$ec2TagSet": "Information about groups of tags applied to EC2 instances. The deployment group includes only EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilters
.
Information about groups of tags applied to an EC2 instance. The deployment group includes only EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters.
", - "TargetInstances$ec2TagSet": "Information about the groups of EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters
.
Information about groups of tags applied to on-premises instances. The deployment group includes only EC2 instances identified by all the tag groups.
" + "CreateDeploymentGroupInput$ec2TagSet": "Information about groups of tags applied to Amazon EC2 instances. The deployment group includes only Amazon EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilters
.
Information about groups of tags applied to an Amazon EC2 instance. The deployment group includes only Amazon EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters.
", + "TargetInstances$ec2TagSet": "Information about the groups of Amazon EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters
.
Information about groups of tags applied to on-premises instances. The deployment group includes only Amazon EC2 instances identified by all the tag groups.
" } }, "EC2TagSetList": { "base": null, "refs": { - "EC2TagSet$ec2TagSetList": "A list that contains other lists of EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
" + "EC2TagSet$ec2TagSetList": "A list that contains other lists of Amazon EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
" } }, "ECSClusterName": { @@ -899,7 +901,7 @@ } }, "ECSTaskSet": { - "base": "Information about a set of Amazon ECS tasks in an AWS CodeDeploy deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic. An AWS CodeDeploy application that uses the Amazon ECS compute platform deploys a containerized application in an Amazon ECS service as a task set.
", + "base": "Information about a set of Amazon ECS tasks in an CodeDeploy deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic. An CodeDeploy application that uses the Amazon ECS compute platform deploys a containerized application in an Amazon ECS service as a task set.
", "refs": { "ECSTaskSetList$member": null } @@ -957,7 +959,7 @@ "ErrorCode": { "base": null, "refs": { - "ErrorInformation$code": "For more information, see Error Codes for AWS CodeDeploy in the AWS CodeDeploy User Guide.
The error code:
APPLICATION_MISSING: The application was missing. This error code is most likely raised if the application is deleted after the deployment is created, but before it is started.
DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code is most likely raised if the deployment group is deleted after the deployment is created, but before it is started.
HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
IAM_ROLE_MISSING: The service role cannot be accessed.
IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
INTERNAL_ERROR: There was an internal error.
NO_EC2_SUBSCRIPTION: The calling account is not subscribed to Amazon EC2.
NO_INSTANCES: No instances were specified, or no instances can be found.
OVER_MAX_INSTANCES: The maximum number of instances was exceeded.
THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
TIMEOUT: The deployment has timed out.
REVISION_MISSING: The revision ID was missing. This error code is most likely raised if the revision is deleted after the deployment is created, but before it is started.
For more information, see Error Codes for CodeDeploy in the CodeDeploy User Guide.
The error code:
APPLICATION_MISSING: The application was missing. This error code is most likely raised if the application is deleted after the deployment is created, but before it is started.
DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code is most likely raised if the deployment group is deleted after the deployment is created, but before it is started.
HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
IAM_ROLE_MISSING: The service role cannot be accessed.
IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
INTERNAL_ERROR: There was an internal error.
NO_EC2_SUBSCRIPTION: The calling account is not subscribed to Amazon EC2.
NO_INSTANCES: No instances were specified, or no instances can be found.
OVER_MAX_INSTANCES: The maximum number of instances was exceeded.
THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more Amazon Web Services services.
TIMEOUT: The deployment has timed out.
REVISION_MISSING: The revision ID was missing. This error code is most likely raised if the revision is deleted after the deployment is created, but before it is started.
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
The fileExistsBehavior
parameter takes any of the following values:
DISALLOW: The deployment fails. This is also the default behavior if no option is specified.
OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.
RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
DISALLOW
: The deployment fails. This is also the default behavior if no option is specified.
OVERWRITE
: The version of the file from the application revision currently being deployed replaces the version already on the instance.
RETAIN
: The version of the file already on the instance is kept and used as part of the new deployment.
Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
The fileExistsBehavior
parameter takes any of the following values:
DISALLOW: The deployment fails. This is also the default behavior if no option is specified.
OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.
RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.
Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
DISALLOW
: The deployment fails. This is also the default behavior if no option is specified.
OVERWRITE
: The version of the file from the application revision currently being deployed replaces the version already on the instance.
RETAIN
: The version of the file already on the instance is kept and used as part of the new deployment.
An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy handles files or directories that already exist in a deployment target location, but weren't part of the previous successful deployment. Valid values include \"DISALLOW,\" \"OVERWRITE,\" and \"RETAIN.\"
", + "base": "An invalid fileExistsBehavior option was specified to determine how CodeDeploy handles files or directories that already exist in a deployment target location, but weren't part of the previous successful deployment. Valid values include \"DISALLOW,\" \"OVERWRITE,\" and \"RETAIN.\"
", "refs": { } }, @@ -1443,7 +1445,7 @@ } }, "InvalidIgnoreApplicationStopFailuresValueException": { - "base": "The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments, false
is expected. For EC2/On-premises deployments, true
or false
is expected.
The IgnoreApplicationStopFailures value is invalid. For Lambda deployments, false
is expected. For EC2/On-premises deployments, true
or false
is expected.
The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments, false
is expected. For EC2/On-premises deployments, true
or false
is expected.
The UpdateOutdatedInstancesOnly value is invalid. For Lambda deployments, false
is expected. For EC2/On-premises deployments, true
or false
is expected.
The alias of a Lambda function. For more information, see AWS Lambda Function Aliases in the AWS Lambda Developer Guide.
" + "LambdaFunctionInfo$functionAlias": "The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.
" } }, "LambdaFunctionInfo": { @@ -1620,9 +1622,9 @@ } }, "LambdaTarget": { - "base": "Information about the target AWS Lambda function during an AWS Lambda deployment.
", + "base": "Information about the target Lambda function during an Lambda deployment.
", "refs": { - "DeploymentTarget$lambdaTarget": "Information about the target for a deployment that uses the AWS Lambda compute platform.
" + "DeploymentTarget$lambdaTarget": "Information about the target for a deployment that uses the Lambda compute platform.
" } }, "LastDeploymentInfo": { @@ -1659,7 +1661,7 @@ "LifecycleEventList": { "base": null, "refs": { - "CloudFormationTarget$lifecycleEvents": "The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
", + "CloudFormationTarget$lifecycleEvents": "The lifecycle events of the CloudFormation blue/green deployment to this target application.
", "ECSTarget$lifecycleEvents": "The lifecycle events of the deployment to this target Amazon ECS application.
", "InstanceSummary$lifecycleEvents": "A list of lifecycle events for this instance.
", "InstanceTarget$lifecycleEvents": "The lifecycle events of the deployment to this target instance.
", @@ -1676,7 +1678,7 @@ "base": null, "refs": { "LifecycleEvent$status": "The deployment lifecycle event status:
Pending: The deployment lifecycle event is pending.
InProgress: The deployment lifecycle event is in progress.
Succeeded: The deployment lifecycle event ran successfully.
Failed: The deployment lifecycle event has failed.
Skipped: The deployment lifecycle event has been skipped.
Unknown: The deployment lifecycle event is unknown.
The result of a Lambda function that validates a deployment lifecycle event. Succeeded
and Failed
are the only valid values for status
.
The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid Values are valid for lifecycle statuses in general; however, only Succeeded
and Failed
can be passed successfully in your API call.
The last portion of the diagnostic log.
If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.
" + "Diagnostics$logTail": "The last portion of the diagnostic log.
If available, CodeDeploy returns up to the last 4 KB of the diagnostic log.
" } }, "Message": { @@ -1832,14 +1834,14 @@ "MinimumHealthyHosts": { "base": "Information about minimum healthy instance.
", "refs": { - "CreateDeploymentConfigInput$minimumHealthyHosts": "The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.
The type parameter takes either of the following values:
HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instances and rounds up fractional instances.
The value parameter takes an integer.
For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.
", + "CreateDeploymentConfigInput$minimumHealthyHosts": "The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.
The type parameter takes either of the following values:
HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, CodeDeploy converts the percentage to the equivalent number of instances and rounds up fractional instances.
The value parameter takes an integer.
For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.
", "DeploymentConfigInfo$minimumHealthyHosts": "Information about the number or percentage of minimum healthy instance.
" } }, "MinimumHealthyHostsType": { "base": null, "refs": { - "MinimumHealthyHosts$type": "The minimum healthy instance type:
HOST_COUNT
: The minimum number of healthy instances as an absolute value.
FLEET_PERCENT
: The minimum number of healthy instances as a percentage of the total number of instances in the deployment.
In an example of nine instances, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is successful if six or more instances are deployed to successfully. Otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instances at a time. The deployment is successful if four or more instances are deployed to successfully. Otherwise, the deployment fails.
In a call to the GetDeploymentConfig
, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.
For more information, see AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide.
" + "MinimumHealthyHosts$type": "The minimum healthy instance type:
HOST_COUNT
: The minimum number of healthy instances as an absolute value.
FLEET_PERCENT
: The minimum number of healthy instances as a percentage of the total number of instances in the deployment.
In an example of nine instances, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is successful if six or more instances are deployed to successfully. Otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instances at a time. The deployment is successful if four or more instances are deployed to successfully. Otherwise, the deployment fails.
In a call to the GetDeploymentConfig
, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.
For more information, see CodeDeploy Instance Health in the CodeDeploy User Guide.
" } }, "MinimumHealthyHostsValue": { @@ -1906,9 +1908,9 @@ "OutdatedInstancesStrategy": { "base": null, "refs": { - "CreateDeploymentGroupInput$outdatedInstancesStrategy": "Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed application revision.
If this option is set to UPDATE
or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new EC2 instances.
If this option is set to IGNORE
, CodeDeploy does not initiate a deployment to update the new EC2 instances. This may result in instances having different revisions.
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed application revision.
If this option is set to UPDATE
or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new EC2 instances.
If this option is set to IGNORE
, CodeDeploy does not initiate a deployment to update the new EC2 instances. This may result in instances having different revisions.
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed application revision.
If this option is set to UPDATE
or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new EC2 instances.
If this option is set to IGNORE
, CodeDeploy does not initiate a deployment to update the new EC2 instances. This may result in instances having different revisions.
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.
If this option is set to UPDATE
or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances.
If this option is set to IGNORE
, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.
If this option is set to UPDATE
or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances.
If this option is set to IGNORE
, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.
If this option is set to UPDATE
or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances.
If this option is set to IGNORE
, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.
A revision for an AWS Lambda deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda deployments, the revision is the same as the AppSpec file.
", + "base": "A revision for an Lambda deployment that is a YAML-formatted or JSON-formatted string. For Lambda deployments, the revision is the same as the AppSpec file.
", "refs": { - "RevisionLocation$string": "Information about the location of an AWS Lambda deployment revision stored as a RawString.
" + "RevisionLocation$string": "Information about the location of an Lambda deployment revision stored as a RawString.
" } }, "RawStringContent": { "base": null, "refs": { - "AppSpecContent$content": "The YAML-formatted or JSON-formatted revision string.
For an AWS Lambda deployment, the content includes a Lambda function name, the alias for its original version, and the alias for its replacement version. The deployment shifts traffic from the original version of the Lambda function to the replacement version.
For an Amazon ECS deployment, the content includes the task name, information about the load balancer that serves traffic to the container, and more.
For both types of deployments, the content can specify Lambda functions that run at specified hooks, such as BeforeInstall
, during a deployment.
The YAML-formatted or JSON-formatted revision string.
For an Lambda deployment, the content includes a Lambda function name, the alias for its original version, and the alias for its replacement version. The deployment shifts traffic from the original version of the Lambda function to the replacement version.
For an Amazon ECS deployment, the content includes the task name, information about the load balancer that serves traffic to the container, and more.
For both types of deployments, the content can specify Lambda functions that run at specified hooks, such as BeforeInstall
, during a deployment.
The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
" } }, @@ -1992,7 +1994,7 @@ } }, "RevisionDoesNotExistException": { - "base": "The named revision does not exist with the IAM user or AWS account.
", + "base": "The named revision does not exist with the IAM user or Amazon Web Services account.
", "refs": { } }, @@ -2032,7 +2034,7 @@ "RevisionLocationType": { "base": null, "refs": { - "RevisionLocation$revisionType": "The type of application revision:
S3: An application revision stored in Amazon S3.
GitHub: An application revision stored in GitHub (EC2/On-premises deployments only).
String: A YAML-formatted or JSON-formatted string (AWS Lambda deployments only).
AppSpecContent: An AppSpecContent
object that contains the contents of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.
The type of application revision:
S3: An application revision stored in Amazon S3.
GitHub: An application revision stored in GitHub (EC2/On-premises deployments only).
String: A YAML-formatted or JSON-formatted string (Lambda deployments only).
AppSpecContent: An AppSpecContent
object that contains the contents of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.
A service role Amazon Resource Name (ARN) that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.
", - "DeploymentGroupInfo$serviceRoleArn": "A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see Create a Service Role for AWS CodeDeploy in the AWS CodeDeploy User Guide.
", + "CreateDeploymentGroupInput$serviceRoleArn": "A service role Amazon Resource Name (ARN) that allows CodeDeploy to act on the user's behalf when interacting with Amazon Web Services services.
", + "DeploymentGroupInfo$serviceRoleArn": "A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to Amazon Web Services services on your behalf. For more information, see Create a Service Role for CodeDeploy in the CodeDeploy User Guide.
", "UpdateDeploymentGroupInput$serviceRoleArn": "A replacement ARN for the service role, if you want to change it.
" } }, @@ -2206,7 +2208,7 @@ "TargetGroupInfo": { "base": "Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.
", "refs": { - "ECSTaskSet$targetGroup": "The target group associated with the task set. The target group is used by AWS CodeDeploy to manage traffic to a task set.
", + "ECSTaskSet$targetGroup": "The target group associated with the task set. The target group is used by CodeDeploy to manage traffic to a task set.
", "TargetGroupInfoList$member": null } }, @@ -2249,7 +2251,7 @@ "TargetIdList": { "base": null, "refs": { - "BatchGetDeploymentTargetsInput$targetIds": "The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats. The maximum number of deployment target IDs you can specify is 25.
For deployments that use the EC2/On-premises compute platform, the target IDs are EC2 or on-premises instances IDs, and their target type is instanceTarget
.
For deployments that use the AWS Lambda compute platform, the target IDs are the names of Lambda functions, and their target type is instanceTarget
.
For deployments that use the Amazon ECS compute platform, the target IDs are pairs of Amazon ECS clusters and services specified using the format <clustername>:<servicename>
. Their target type is ecsTarget
.
For deployments that are deployed with AWS CloudFormation, the target IDs are CloudFormation stack IDs. Their target type is cloudFormationTarget
.
The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats. The maximum number of deployment target IDs you can specify is 25.
For deployments that use the EC2/On-premises compute platform, the target IDs are Amazon EC2 or on-premises instances IDs, and their target type is instanceTarget
.
For deployments that use the Lambda compute platform, the target IDs are the names of Lambda functions, and their target type is instanceTarget
.
For deployments that use the Amazon ECS compute platform, the target IDs are pairs of Amazon ECS clusters and services specified using the format <clustername>:<servicename>
. Their target type is ecsTarget
.
For deployments that are deployed with CloudFormation, the target IDs are CloudFormation stack IDs. Their target type is cloudFormationTarget
.
The unique IDs of deployment targets.
" } }, @@ -2270,10 +2272,10 @@ "TargetStatus": { "base": null, "refs": { - "CloudFormationTarget$status": "The status of an AWS CloudFormation blue/green deployment's target application.
", + "CloudFormationTarget$status": "The status of an CloudFormation blue/green deployment's target application.
", "ECSTarget$status": "The status an Amazon ECS deployment's target ECS application.
", "InstanceTarget$status": "The status an EC2/On-premises deployment's target instance.
", - "LambdaTarget$status": "The status an AWS Lambda deployment's target Lambda function.
" + "LambdaTarget$status": "The status an Lambda deployment's target Lambda function.
" } }, "ThrottlingException": { @@ -2284,14 +2286,14 @@ "Time": { "base": null, "refs": { - "CloudFormationTarget$lastUpdatedAt": "The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.
", + "CloudFormationTarget$lastUpdatedAt": "The date and time when the target application was updated by an CloudFormation blue/green deployment.
", "ECSTarget$lastUpdatedAt": "The date and time when the target Amazon ECS application was updated by a deployment.
", "InstanceTarget$lastUpdatedAt": "The date and time when the target instance was updated by a deployment.
", "LambdaTarget$lastUpdatedAt": "The date and time when the target Lambda function was updated by a deployment.
" } }, "TimeBasedCanary": { - "base": "A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.
", + "base": "A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.
", "refs": { "TrafficRoutingConfig$timeBasedCanary": "A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.
" } @@ -2299,7 +2301,7 @@ "TimeBasedLinear": { "base": "A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.
", "refs": { - "TrafficRoutingConfig$timeBasedLinear": "A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.
" + "TrafficRoutingConfig$timeBasedLinear": "A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or Amazon ECS task sets are specified in the deployment's AppSpec file.
" } }, "TimeRange": { @@ -2316,9 +2318,9 @@ "DeploymentInfo$createTime": "A timestamp that indicates when the deployment was created.
", "DeploymentInfo$startTime": "A timestamp that indicates when the deployment was deployed to the deployment group.
In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process.
", "DeploymentInfo$completeTime": "A timestamp that indicates when the deployment was complete.
", - "GenericRevisionInfo$firstUsedTime": "When the revision was first used by AWS CodeDeploy.
", - "GenericRevisionInfo$lastUsedTime": "When the revision was last used by AWS CodeDeploy.
", - "GenericRevisionInfo$registerTime": "When the revision was registered with AWS CodeDeploy.
", + "GenericRevisionInfo$firstUsedTime": "When the revision was first used by CodeDeploy.
", + "GenericRevisionInfo$lastUsedTime": "When the revision was last used by CodeDeploy.
", + "GenericRevisionInfo$registerTime": "When the revision was registered with CodeDeploy.
", "InstanceInfo$registerTime": "The time at which the on-premises instance was registered.
", "InstanceInfo$deregisterTime": "If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.
", "InstanceSummary$lastUpdatedAt": "A timestamp that indicates when the instance information was last updated.
", @@ -2338,10 +2340,10 @@ } }, "TrafficRoutingConfig": { - "base": "The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an AWS Lambda deployment, or from one Amazon ECS task set to another during an Amazon ECS deployment.
", + "base": "The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an Lambda deployment, or from one Amazon ECS task set to another during an Amazon ECS deployment.
", "refs": { "CreateDeploymentConfigInput$trafficRoutingConfig": "The configuration that specifies how the deployment traffic is routed.
", - "DeploymentConfigInfo$trafficRoutingConfig": "The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or ECS compute platform only.
" + "DeploymentConfigInfo$trafficRoutingConfig": "The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or Amazon ECS compute platform only.
" } }, "TrafficRoutingType": { @@ -2353,7 +2355,7 @@ "TrafficWeight": { "base": null, "refs": { - "CloudFormationTarget$targetVersionWeight": "The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.
", + "CloudFormationTarget$targetVersionWeight": "The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives.
", "ECSTaskSet$trafficWeight": "The percentage of traffic served by this task set.
", "LambdaFunctionInfo$targetVersionWeight": "The percentage of production traffic that the target version of a Lambda function receives.
" } @@ -2367,9 +2369,9 @@ "TriggerConfigList": { "base": null, "refs": { - "CreateDeploymentGroupInput$triggerConfigurations": "Information about triggers to create when the deployment group is created. For examples, see Create a Trigger for an AWS CodeDeploy Event in the AWS CodeDeploy User Guide.
", + "CreateDeploymentGroupInput$triggerConfigurations": "Information about triggers to create when the deployment group is created. For examples, see Create a Trigger for an CodeDeploy Event in the CodeDeploy User Guide.
", "DeploymentGroupInfo$triggerConfigurations": "Information about triggers associated with the deployment group.
", - "UpdateDeploymentGroupInput$triggerConfigurations": "Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.
" + "UpdateDeploymentGroupInput$triggerConfigurations": "Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the CodeDeploy User Guide.
" } }, "TriggerEventType": { diff --git a/models/apis/devops-guru/2020-12-01/api-2.json b/models/apis/devops-guru/2020-12-01/api-2.json index ae0dcaadf5c..00c0e1d081d 100644 --- a/models/apis/devops-guru/2020-12-01/api-2.json +++ b/models/apis/devops-guru/2020-12-01/api-2.json @@ -1694,7 +1694,8 @@ "type":"structure", "required":["Sns"], "members":{ - "Sns":{"shape":"SnsChannelConfig"} + "Sns":{"shape":"SnsChannelConfig"}, + "Filters":{"shape":"NotificationFilterConfig"} } }, "NotificationChannelId":{ @@ -1703,6 +1704,29 @@ "min":36, "pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" }, + "NotificationFilterConfig":{ + "type":"structure", + "members":{ + "Severities":{"shape":"InsightSeverities"}, + "MessageTypes":{"shape":"NotificationMessageTypes"} + } + }, + "NotificationMessageType":{ + "type":"string", + "enum":[ + "NEW_INSIGHT", + "CLOSED_INSIGHT", + "NEW_ASSOCIATION", + "SEVERITY_UPGRADED", + "NEW_RECOMMENDATION" + ] + }, + "NotificationMessageTypes":{ + "type":"list", + "member":{"shape":"NotificationMessageType"}, + "max":5, + "min":0 + }, "NumMetricsAnalyzed":{"type":"integer"}, "NumOpenProactiveInsights":{"type":"integer"}, "NumOpenReactiveInsights":{"type":"integer"}, diff --git a/models/apis/devops-guru/2020-12-01/docs-2.json b/models/apis/devops-guru/2020-12-01/docs-2.json index 39a9fd0d05a..e81600efaf9 100644 --- a/models/apis/devops-guru/2020-12-01/docs-2.json +++ b/models/apis/devops-guru/2020-12-01/docs-2.json @@ -211,11 +211,11 @@ "AppBoundaryKey": { "base": null, "refs": { - "TagCollection$AppBoundaryKey": "An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The severity levels that you want to receive notifications for. For example, you can choose to receive notifications only for insights with HIGH
and MEDIUM
severity levels. For more information, see Understanding insight severities.
An array of severity values used to search for insights.
", "SearchOrganizationInsightsFilters$Severities": "An array of severity values used to search for insights.
" } @@ -1105,6 +1106,24 @@ "RemoveNotificationChannelRequest$Id": "The ID of the notification channel to be removed.
" } }, + "NotificationFilterConfig": { + "base": "The filter configurations for the Amazon SNS notification topic you use with DevOps Guru. You can choose to specify which events or message types to receive notifications for. You can also choose to specify which severity levels to receive notifications for.
", + "refs": { + "NotificationChannelConfig$Filters": " The filter configurations for the Amazon SNS notification topic you use with DevOps Guru. If you do not provide filter configurations, the default configurations are to receive notifications for all message types of High
or Medium
severity.
The events that you want to receive notifications for. For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.
" + } + }, "NumMetricsAnalyzed": { "base": null, "refs": { @@ -1912,7 +1931,7 @@ } }, "TagCollection": { - "base": "A collection of Amazon Web Services stags.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
A collection of Amazon Web Services tags.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The Amazon Web Services tags used to filter the resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The Amazon Web Services tags used to filter the resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The updated Amazon Web Services tags used to filter the resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be Devops-guru-deployment-application
or Devops-guru-rds-application
. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
The updated Amazon Web Services tags used to filter the resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two different keys. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
With Amazon Data Lifecycle Manager, you can manage the lifecycle of your Amazon Web Services resources. You create lifecycle policies, which are used to automate operations on the specified resources.
Amazon DLM supports Amazon EBS volumes and snapshots. For information about using Amazon DLM with Amazon EBS, see Automating the Amazon EBS Snapshot Lifecycle in the Amazon EC2 User Guide.
", + "service": "With Amazon Data Lifecycle Manager, you can manage the lifecycle of your Amazon Web Services resources. You create lifecycle policies, which are used to automate operations on the specified resources.
Amazon Data Lifecycle Manager supports Amazon EBS volumes and snapshots. For information about using Amazon Data Lifecycle Manager with Amazon EBS, see Amazon Data Lifecycle Manager in the Amazon EC2 User Guide.
", "operations": { "CreateLifecyclePolicy": "Creates a policy to manage the lifecycle of the specified Amazon Web Services resources. You can create up to 100 lifecycle policies.
", - "DeleteLifecyclePolicy": "Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
", + "DeleteLifecyclePolicy": "Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
For more information about deleting a policy, see Delete lifecycle policies.
", "GetLifecyclePolicies": "Gets summary information about all or the specified data lifecycle policies.
To get complete information about a policy, use GetLifecyclePolicy.
", "GetLifecyclePolicy": "Gets detailed information about the specified lifecycle policy.
", "ListTagsForResource": "Lists the tags for the specified resource.
", "TagResource": "Adds the specified tags to the specified resource.
", "UntagResource": "Removes the specified tags from the specified resource.
", - "UpdateLifecyclePolicy": "Updates the specified lifecycle policy.
" + "UpdateLifecyclePolicy": "Updates the specified lifecycle policy.
For more information about updating a policy, see Modify lifecycle policies.
" }, "shapes": { "Action": { @@ -30,6 +30,18 @@ "Action$Name": "A descriptive name for the action.
" } }, + "ArchiveRetainRule": { + "base": "[Snapshot policies only] Specifies information about the archive storage tier retention period.
", + "refs": { + "ArchiveRule$RetainRule": "Information about the retention period for the snapshot archiving rule.
" + } + }, + "ArchiveRule": { + "base": "[Snapshot policies only] Specifies a snapshot archiving rule for a schedule.
", + "refs": { + "Schedule$ArchiveRule": "[Snapshot policies that target volumes only] The snapshot archiving rule for the schedule. When you specify an archiving rule, snapshots are automatically moved from the standard tier to the archive tier once the schedule's retention threshold is met. Snapshots are then retained in the archive tier for the archive retention period that you specify.
For more information about using snapshot archiving, see Considerations for snapshot lifecycle policies.
" + } + }, "AvailabilityZone": { "base": null, "refs": { @@ -73,7 +85,7 @@ "refs": { "DeprecateRule$Count": "If the schedule has a count-based retention rule, this parameter specifies the number of oldest AMIs to deprecate. The count must be less than or equal to the schedule's retention count, and it can't be greater than 1000.
", "FastRestoreRule$Count": "The number of snapshots to be enabled with fast snapshot restore.
", - "RetainRule$Count": "The number of snapshots to retain for each volume, up to a maximum of 1000.
" + "RetentionArchiveTier$Count": "The maximum number of snapshots to retain in the archive storage tier for each volume. The count must ensure that each snapshot remains in the archive tier for at least 90 days. For example, if the schedule creates snapshots every 30 days, you must specify a count of 3 or more to ensure that each snapshot is archived for at least 90 days.
" } }, "CreateLifecyclePolicyRequest": { @@ -87,7 +99,7 @@ } }, "CreateRule": { - "base": "[Snapshot and AMI policies only] Specifies when the policy should create snapshots or AMIs.
You must specify either a Cron expression or an interval, interval unit, and start time. You cannot specify both.
[Snapshot and AMI policies only] Specifies when the policy should create snapshots or AMIs.
You must specify either CronExpression, or Interval, IntervalUnit, and Times.
If you need to specify an ArchiveRule for the schedule, then you must specify a creation frequency of at least 28 days.
The creation rule.
" } @@ -233,7 +245,7 @@ } }, "FastRestoreRule": { - "base": "[Snapshot policies only] Specifies a rule for enabling fast snapshot restore for snapshots created by snaspshot policies. You can enable fast snapshot restore based on either a count or a time interval.
", + "base": "[Snapshot policies only] Specifies a rule for enabling fast snapshot restore for snapshots created by snapshot policies. You can enable fast snapshot restore based on either a count or a time interval.
", "refs": { "Schedule$FastRestoreRule": "[Snapshot policies only] The rule for enabling fast snapshot restore.
" } @@ -279,7 +291,7 @@ "CrossRegionCopyRetainRule$Interval": "The amount of time to retain a cross-Region snapshot or AMI copy. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
", "DeprecateRule$Interval": "If the schedule has an age-based retention rule, this parameter specifies the period after which to deprecate AMIs created by the schedule. The period must be less than or equal to the schedule's retention period, and it can't be greater than 10 years. This is equivalent to 120 months, 520 weeks, or 3650 days.
", "FastRestoreRule$Interval": "The amount of time to enable fast snapshot restore. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
", - "RetainRule$Interval": "The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
", + "RetentionArchiveTier$Interval": "Specifies the period of time to retain snapshots in the archive tier. After this period expires, the snapshot is permanently deleted.
", "ShareRule$UnshareInterval": "The period after which snapshots that are shared with other Amazon Web Services accounts are automatically unshared.
" } }, @@ -353,7 +365,7 @@ } }, "Parameters": { - "base": "[Snapshot and AMI policies only] Specifies optional parameters for snapshot and AMI policies. The set of valid parameters depends on the combination of policy type and target resource type.
If you choose to exclude boot volumes and you specify tags that consequently exclude all of the additional data volumes attached to an instance, then Amazon DLM will not create any snapshots for the affected instance, and it will emit a SnapshotsCreateFailed
Amazon CloudWatch metric. For more information, see Monitor your policies using Amazon CloudWatch.
[Snapshot and AMI policies only] Specifies optional parameters for snapshot and AMI policies. The set of valid parameters depends on the combination of policy type and target resource type.
If you choose to exclude boot volumes and you specify tags that consequently exclude all of the additional data volumes attached to an instance, then Amazon Data Lifecycle Manager will not create any snapshots for the affected instance, and it will emit a SnapshotsCreateFailed
Amazon CloudWatch metric. For more information, see Monitor your policies using Amazon CloudWatch.
[Snapshot and AMI policies only] A set of optional parameters for snapshot and AMI lifecycle policies.
If you are modifying a policy that was created or previously modified using the Amazon Data Lifecycle Manager console, then you must include this parameter and specify either the default values or the new values that you require. You can't omit this parameter or set its values to null.
[Snapshot and AMI policies only] Specifies a retention rule for snapshots created by snapshot policies or for AMIs created by AMI policies. You can retain snapshots based on either a count or a time interval.
You must specify either Count, or Interval and IntervalUnit.
", + "base": "[Snapshot and AMI policies only] Specifies a retention rule for snapshots created by snapshot policies, or for AMIs created by AMI policies.
For snapshot policies that have an ArchiveRule, this retention rule applies to standard tier retention. When the retention threshold is met, snapshots are moved from the standard to the archive tier.
For snapshot policies that do not have an ArchiveRule, snapshots are permanently deleted when this retention threshold is met.
You can retain snapshots based on either a count or a time interval.
Count-based retention
You must specify Count. If you specify an ArchiveRule for the schedule, then you can specify a retention count of 0
to archive snapshots immediately after creation. If you specify a FastRestoreRule, ShareRule, or a CrossRegionCopyRule, then you must specify a retention count of 1
or more.
Age-based retention
You must specify Interval and IntervalUnit. If you specify an ArchiveRule for the schedule, then you can specify a retention interval of 0
days to archive snapshots immediately after creation. If you specify a FastRestoreRule, ShareRule, or a CrossRegionCopyRule, then you must specify a retention interval of 1
day or more.
The retention rule for snapshots or AMIs created by the policy.
" } }, + "RetentionArchiveTier": { + "base": "[Snapshot policies only] Describes the retention rule for archived snapshots. Once the archive retention threshold is met, the snapshots are permanently deleted from the archive tier.
The archive retention rule must retain snapshots in the archive tier for a minimum of 90 days.
For count-based schedules, you must specify Count. For age-based schedules, you must specify Interval and IntervalUnit.
For more information about using snapshot archiving, see Considerations for snapshot lifecycle policies.
", + "refs": { + "ArchiveRetainRule$RetentionArchiveTier": "Information about retention period in the Amazon EBS Snapshots Archive. For more information, see Archive Amazon EBS snapshots.
" + } + }, "RetentionIntervalUnitValues": { "base": null, "refs": { @@ -453,7 +471,8 @@ "CrossRegionCopyRetainRule$IntervalUnit": "The unit of time for time-based retention. For example, to retain a cross-Region copy for 3 months, specify Interval=3
and IntervalUnit=MONTHS
.
The unit of time in which to measure the Interval.
", "FastRestoreRule$IntervalUnit": "The unit of time for enabling fast snapshot restore.
", - "RetainRule$IntervalUnit": "The unit of time for time-based retention.
", + "RetainRule$IntervalUnit": "The unit of time for time-based retention. For example, to retain snapshots for 3 months, specify Interval=3
and IntervalUnit=MONTHS
. Once the snapshot has been retained for 3 months, it is deleted, or it is moved to the archive tier if you have specified an ArchiveRule.
The unit of time in which to measure the Interval. For example, to retain a snapshots in the archive tier for 6 months, specify Interval=6
and IntervalUnit=MONTHS
.
The unit of time for the automatic unsharing interval.
" } }, @@ -506,6 +525,18 @@ "EventParameters$SnapshotOwner": "The IDs of the Amazon Web Services accounts that can trigger policy by sharing snapshots with your account. The policy only runs if one of the specified Amazon Web Services accounts shares a snapshot with your account.
" } }, + "StandardTierRetainRuleCount": { + "base": null, + "refs": { + "RetainRule$Count": "The number of snapshots to retain for each volume, up to a maximum of 1000. For example if you want to retain a maximum of three snapshots, specify 3
. When the fourth snapshot is created, the oldest retained snapshot is deleted, or it is moved to the archive tier if you have specified an ArchiveRule.
The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
" + } + }, "StatusMessage": { "base": null, "refs": { @@ -622,7 +653,7 @@ "TimesList": { "base": null, "refs": { - "CreateRule$Times": "The time, in UTC, to start the operation. The supported format is hh:mm.
The operation occurs within a one-hour window following the specified time. If you do not specify a time, Amazon DLM selects a time within the next 24 hours.
" + "CreateRule$Times": "The time, in UTC, to start the operation. The supported format is hh:mm.
The operation occurs within a one-hour window following the specified time. If you do not specify a time, Amazon Data Lifecycle Manager selects a time within the next 24 hours.
" } }, "Timestamp": { diff --git a/models/apis/runtime.sagemaker/2017-05-13/api-2.json b/models/apis/runtime.sagemaker/2017-05-13/api-2.json index 39d886a5fbb..f8a7010c6b2 100644 --- a/models/apis/runtime.sagemaker/2017-05-13/api-2.json +++ b/models/apis/runtime.sagemaker/2017-05-13/api-2.json @@ -57,6 +57,12 @@ "pattern":"\\p{ASCII}*", "sensitive":true }, + "EnableExplanationsHeader":{ + "type":"string", + "max":64, + "min":1, + "pattern":".*" + }, "EndpointName":{ "type":"string", "max":63, @@ -201,6 +207,11 @@ "shape":"InferenceId", "location":"header", "locationName":"X-Amzn-SageMaker-Inference-Id" + }, + "EnableExplanations":{ + "shape":"EnableExplanationsHeader", + "location":"header", + "locationName":"X-Amzn-SageMaker-Enable-Explanations" } }, "payload":"Body" diff --git a/models/apis/runtime.sagemaker/2017-05-13/docs-2.json b/models/apis/runtime.sagemaker/2017-05-13/docs-2.json index 36f8bdbcd49..4fc708e4b06 100644 --- a/models/apis/runtime.sagemaker/2017-05-13/docs-2.json +++ b/models/apis/runtime.sagemaker/2017-05-13/docs-2.json @@ -10,7 +10,7 @@ "base": null, "refs": { "InvokeEndpointInput$Body": "Provides input data, in the format specified in the ContentType
request header. Amazon SageMaker passes all of the data in the body to the model.
For information about the format of the request body, see Common Data Formats-Inference.
", - "InvokeEndpointOutput$Body": "Includes the inference provided by the model.
For information about the format of the response body, see Common Data Formats-Inference.
" + "InvokeEndpointOutput$Body": "Includes the inference provided by the model.
For information about the format of the response body, see Common Data Formats-Inference.
If the explainer is activated, the body includes the explanations provided by the model. For more information, see the Response section under Invoke the Endpoint in the Developer Guide.
" } }, "CustomAttributesHeader": { @@ -21,6 +21,12 @@ "InvokeEndpointOutput$CustomAttributes": "Provides additional information in the response about the inference returned by a model hosted at an Amazon SageMaker endpoint. The information is an opaque value that is forwarded verbatim. You could use this value, for example, to return an ID received in the CustomAttributes
header of a request or other metadata that a service endpoint was programmed to produce. The value must consist of no more than 1024 visible US-ASCII characters as specified in Section 3.3.6. Field Value Components of the Hypertext Transfer Protocol (HTTP/1.1). If the customer wants the custom attribute returned, the model must set the custom attribute to be included on the way back.
The code in your model is responsible for setting or updating any custom attributes in the response. If your code does not set this value in the response, an empty value is returned. For example, if a custom attribute represents the trace ID, your model can prepend the custom attribute with Trace ID:
in your post-processing function.
This feature is currently supported in the Amazon Web Services SDKs but not in the Amazon SageMaker Python SDK.
" } }, + "EnableExplanationsHeader": { + "base": null, + "refs": { + "InvokeEndpointInput$EnableExplanations": "An optional JMESPath expression used to override the EnableExplanations
parameter of the ClarifyExplainerConfig
API. See the EnableExplanations section in the developer guide for more information.
Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:
The type of the check conducted,
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
The model package group name provided.
The Amazon S3 URI of the violation report if violations detected.
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
The boolean flags indicating if the drift check is skipped.
If step property BaselineUsedForDriftCheck
is set the same as CalculatedBaseline
.
A template string used to format a JSON record into an acceptable model container input. For example, a ContentTemplate
string '{\"myfeatures\":$features}'
will format a list of features [1,2,3]
into the record string '{\"myfeatures\":[1,2,3]}'
. Required only when the model container input is in JSON Lines format.
A JMESPath boolean expression used to filter which records to explain. Explanations are activated by default. See EnableExplanations
for additional information.
The configuration parameters for the SageMaker Clarify explainer.
", + "refs": { + "ExplainerConfig$ClarifyExplainerConfig": "A member of ExplainerConfig
that contains configuration parameters for the SageMaker Clarify explainer.
The names of the features. If provided, these are included in the endpoint response payload to help readability of the InvokeEndpoint
output. See the Response section under Invoke the endpoint in the Developer Guide for more information.
A list of data types of the features (optional). Applicable only to NLP explainability. If provided, FeatureTypes
must have at least one 'text'
string (for example, ['text']
). If FeatureTypes
is not provided, the explainer infers the feature types based on the baseline data. The feature types are included in the endpoint response payload. For additional information see the response section under Invoke the endpoint in the Developer Guide for more information.
Provides the JMESPath expression to extract the features from a model container input in JSON Lines format. For example, if FeaturesAttribute
is the JMESPath expression 'myfeatures'
, it extracts a list of features [1,2,3]
from request data '{\"myfeatures\":[1,2,3}'
.
The inference configuration parameter for the model container.
", + "refs": { + "ClarifyExplainerConfig$InferenceConfig": "The inference configuration parameter for the model container.
" + } + }, + "ClarifyLabelAttribute": { + "base": null, + "refs": { + "ClarifyInferenceConfig$LabelAttribute": "A JMESPath expression used to locate the list of label headers in the model container output.
Example: If the model container output of a batch request is '{\"labels\":[\"cat\",\"dog\",\"fish\"],\"probability\":[0.6,0.3,0.1]}'
, then set LabelAttribute
to 'labels'
to extract the list of label headers [\"cat\",\"dog\",\"fish\"]
For multiclass classification problems, the label headers are the names of the classes. Otherwise, the label header is the name of the predicted label. These are used to help readability for the output of the InvokeEndpoint
API. See the response section under Invoke the endpoint in the Developer Guide for more information. If there are no label headers in the model container output, provide them manually using this parameter.
A zero-based index used to extract a label header or list of label headers from model container output in CSV format.
Example for a multiclass model: If the model container output consists of label headers followed by probabilities: '\"[\\'cat\\',\\'dog\\',\\'fish\\']\",\"[0.1,0.6,0.3]\"'
, set LabelIndex
to 0
to select the label headers ['cat','dog','fish']
.
The maximum payload size (MB) allowed of a request from the explainer to the model container. Defaults to 6
MB.
The maximum number of records in a request that the model container can process when querying the model container for the predictions of a synthetic dataset. A record is a unit of input data that inference can be made on, for example, a single line in CSV data. If MaxRecordCount
is 1
, the model container expects one record per request. A value of 2 or greater means that the model expects batch requests, which can reduce overhead and speed up the inferencing process. If this parameter is not provided, the explainer will tune the record count per request according to the model container's capacity at runtime.
The MIME type of the baseline data. Choose from 'text/csv'
or 'application/jsonlines'
. Defaults to 'text/csv'
.
A JMESPath expression used to extract the probability (or score) from the model container output if the model container is in JSON Lines format.
Example: If the model container output of a single request is '{\"predicted_label\":1,\"probability\":0.6}'
, then set ProbabilityAttribute
to 'probability'
.
A zero-based index used to extract a probability value (score) or list from model container output in CSV format. If this value is not provided, the entire model container output will be treated as a probability value (score) or list.
Example for a single class model: If the model container output consists of a string-formatted prediction label followed by its probability: '1,0.6'
, set ProbabilityIndex
to 1
to select the probability value 0.6
.
Example for a multiclass model: If the model container output consists of a string-formatted prediction label followed by its probability: '\"[\\'cat\\',\\'dog\\',\\'fish\\']\",\"[0.1,0.6,0.3]\"'
, set ProbabilityIndex
to 1
to select the probability values [0.1,0.6,0.3]
.
The inline SHAP baseline data in string format. ShapBaseline
can have one or multiple records to be used as the baseline dataset. The format of the SHAP baseline file should be the same format as the training dataset. For example, if the training dataset is in CSV format and each record contains four features, and all features are numerical, then the format of the baseline data should also share these characteristics. For natural language processing (NLP) of text columns, the baseline value should be the value used to replace the unit of text specified by the Granularity
of the TextConfig
parameter. The size limit for ShapBasline
is 4 KB. Use the ShapBaselineUri
parameter if you want to provide more than 4 KB of baseline data.
The configuration for the SHAP baseline (also called the background or reference dataset) of the Kernal SHAP algorithm.
The number of records in the baseline data determines the size of the synthetic dataset, which has an impact on latency of explainability requests. For more information, see the Synthetic data of Configure and create an endpoint.
ShapBaseline
and ShapBaselineUri
are mutually exclusive parameters. One or the either is required to configure a SHAP baseline.
The configuration for the SHAP baseline of the Kernal SHAP algorithm.
" + } + }, + "ClarifyShapConfig": { + "base": "The configuration for SHAP analysis using SageMaker Clarify Explainer.
", + "refs": { + "ClarifyExplainerConfig$ShapConfig": "The configuration for SHAP analysis.
" + } + }, + "ClarifyShapNumberOfSamples": { + "base": null, + "refs": { + "ClarifyShapConfig$NumberOfSamples": "The number of samples to be used for analysis by the Kernal SHAP algorithm.
The number of samples determines the size of the synthetic dataset, which has an impact on latency of explainability requests. For more information, see the Synthetic data of Configure and create an endpoint.
The starting value used to initialize the random number generator in the explainer. Provide a value for this parameter to obtain a deterministic SHAP result.
" + } + }, + "ClarifyShapUseLogit": { + "base": null, + "refs": { + "ClarifyShapConfig$UseLogit": "A Boolean toggle to indicate if you want to use the logit function (true) or log-odds units (false) for model predictions. Defaults to false.
" + } + }, + "ClarifyTextConfig": { + "base": "A parameter used to configure the SageMaker Clarify explainer to treat text features as text so that explanations are provided for individual units of text. Required only for natural language processing (NLP) explainability.
", + "refs": { + "ClarifyShapConfig$TextConfig": "A parameter that indicates if text features are treated as text and explanations are provided for individual units of text. Required for natural language processing (NLP) explainability only.
" + } + }, + "ClarifyTextGranularity": { + "base": null, + "refs": { + "ClarifyTextConfig$Granularity": "The unit of granularity for the analysis of text features. For example, if the unit is 'token'
, then each token (like a word in English) of the text is treated as a feature. SHAP values are computed for each unit/feature.
Specifies the language of the text features in ISO 639-1 or ISO 639-3 code of a supported language.
For a mix of multiple languages, use code 'xx'
.
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
" } }, + "ExplainerConfig": { + "base": "A parameter to activate explainers.
", + "refs": { + "CreateEndpointConfigInput$ExplainerConfig": "A member of CreateEndpointConfig
that enables explainers.
The configuration parameters for an explainer.
", + "DescribeEndpointOutput$ExplainerConfig": "The configuration parameters for an explainer.
" + } + }, "FailStepMetadata": { "base": "The container for the metadata for Fail step.
", "refs": { @@ -12254,6 +12419,7 @@ "base": null, "refs": { "AutoMLContainerDefinition$ModelDataUrl": "The location of the model artifacts. For more information, see .
", + "ClarifyShapBaselineConfig$ShapBaselineUri": "The uniform resource identifier (URI) of the S3 bucket where the SHAP baseline file is stored. The format of the SHAP baseline file should be the same format as the format of the training dataset. For example, if the training dataset is in CSV format, and each record in the training dataset has four features, and all features are numerical, then the baseline file should also have this same format. Each record should contain only the features. If you are using a virtual private cloud (VPC), the ShapBaselineUri
should be accessible to the VPC. For more information about setting up endpoints with Amazon Virtual Private Cloud, see Give SageMaker access to Resources in your Amazon Virtual Private Cloud.
The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). The S3 path is required for SageMaker built-in algorithms, but not if you use your own algorithms. For more information on built-in algorithms, see Common Parameters.
The model artifacts must be in an S3 bucket that is in the same region as the model or endpoint you are creating.
If you provide a value for this parameter, SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provide. Amazon Web Services STS is activated in your IAM user account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.
If you use a built-in algorithm to create a model, SageMaker requires that you provide a S3 path to the model artifacts in ModelDataUrl
.
The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip
compressed tar archive (.tar.gz
suffix).
The model artifacts must be in an S3 bucket that is in the same region as the model package.
The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip
compressed tar archive (.tar.gz
suffix).
The model artifacts must be in an S3 bucket that is in the same region as the algorithm.
AWS Single Sign-On (SSO) OpenID Connect (OIDC) is a web service that enables a client (such as AWS CLI or a native application) to register with AWS SSO. The service also enables the client to fetch the user’s access token upon successful authentication and authorization with AWS SSO. This service conforms with the OAuth 2.0 based implementation of the device authorization grant standard (https://tools.ietf.org/html/rfc8628).
For general information about AWS SSO, see What is AWS Single Sign-On? in the AWS SSO User Guide.
This API reference guide describes the AWS SSO OIDC operations that you can call programatically and includes detailed information on data types and errors.
AWS provides SDKs that consist of libraries and sample code for various programming languages and platforms such as Java, Ruby, .Net, iOS, and Android. The SDKs provide a convenient way to create programmatic access to AWS SSO and other AWS services. For more information about the AWS SDKs, including how to download and install them, see Tools for Amazon Web Services.
AWS IAM Identity Center (successor to AWS Single Sign-On) OpenID Connect (OIDC) is a web service that enables a client (such as AWS CLI or a native application) to register with IAM Identity Center. The service also enables the client to fetch the user’s access token upon successful authentication and authorization with IAM Identity Center.
Although AWS Single Sign-On was renamed, the sso
and identitystore
API namespaces will continue to retain their original name for backward compatibility purposes. For more information, see IAM Identity Center rename.
Considerations for Using This Guide
Before you begin using this guide, we recommend that you first review the following important information about how the IAM Identity Center OIDC service works.
The IAM Identity Center OIDC service currently implements only the portions of the OAuth 2.0 Device Authorization Grant standard (https://tools.ietf.org/html/rfc8628) that are necessary to enable single sign-on authentication with the AWS CLI. Support for other OIDC flows frequently needed for native applications, such as Authorization Code Flow (+ PKCE), will be addressed in future releases.
The service emits only OIDC access tokens, such that obtaining a new token (For example, token refresh) requires explicit user re-authentication.
The access tokens provided by this service grant access to all AWS account entitlements assigned to an IAM Identity Center user, not just a particular application.
The documentation in this guide does not describe the mechanism to convert the access token into AWS Auth (“sigv4”) credentials for use with IAM-protected AWS service endpoints. For more information, see GetRoleCredentials in the IAM Identity Center Portal API Reference Guide.
For general information about IAM Identity Center, see What is IAM Identity Center? in the IAM Identity Center User Guide.
", "operations": { "CreateToken": "Creates and returns an access token for the authorized client. The access token issued will be used to fetch short-term credentials for the assigned roles in the AWS account.
", - "RegisterClient": "Registers a client with AWS SSO. This allows clients to initiate device authorization. The output should be persisted for reuse through many authentication requests.
", + "RegisterClient": "Registers a client with IAM Identity Center. This allows clients to initiate device authorization. The output should be persisted for reuse through many authentication requests.
", "StartDeviceAuthorization": "Initiates device authorization by requesting a pair of verification codes from the authorization service.
" }, "shapes": { @@ -15,7 +15,7 @@ "AccessToken": { "base": null, "refs": { - "CreateTokenResponse$accessToken": "An opaque token to access AWS SSO resources assigned to a user.
" + "CreateTokenResponse$accessToken": "An opaque token to access IAM Identity Center resources assigned to a user.
" } }, "AuthCode": { @@ -34,7 +34,7 @@ "refs": { "CreateTokenRequest$clientId": "The unique identifier string for each client. This value should come from the persisted result of the RegisterClient API.
", "RegisterClientResponse$clientId": "The unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls.
", - "StartDeviceAuthorizationRequest$clientId": "The unique identifier string for the client that is registered with AWS SSO. This value should come from the persisted result of the RegisterClient API operation.
" + "StartDeviceAuthorizationRequest$clientId": "The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the RegisterClient API operation.
" } }, "ClientName": { @@ -123,13 +123,13 @@ "GrantType": { "base": null, "refs": { - "CreateTokenRequest$grantType": "Supports grant types for authorization code, refresh token, and device code request.
" + "CreateTokenRequest$grantType": "Supports grant types for the authorization code, refresh token, and device code request. For device code requests, specify the following value:
urn:ietf:params:oauth:grant-type:device_code
For information about how to obtain the device code, see the StartDeviceAuthorization topic.
" } }, "IdToken": { "base": null, "refs": { - "CreateTokenResponse$idToken": "The identifier of the user that associated with the access token, if present.
" + "CreateTokenResponse$idToken": "Currently, idToken
is not yet implemented and is not supported. For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.
The identifier of the user that associated with the access token, if present.
" } }, "InternalServerException": { @@ -178,8 +178,8 @@ "RefreshToken": { "base": null, "refs": { - "CreateTokenRequest$refreshToken": "The token used to obtain an access token in the event that the access token is invalid or expired. This token is not issued by the service.
", - "CreateTokenResponse$refreshToken": "A token that, if present, can be used to refresh a previously issued access token that might have expired.
" + "CreateTokenRequest$refreshToken": "Currently, refreshToken
is not yet implemented and is not supported. For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.
The token used to obtain an access token in the event that the access token is invalid or expired.
", + "CreateTokenResponse$refreshToken": "Currently, refreshToken
is not yet implemented and is not supported. For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.
A token that, if present, can be used to refresh a previously issued access token that might have expired.
" } }, "RegisterClientRequest": { @@ -232,7 +232,7 @@ "CreateTokenRequest$redirectUri": "The location of the application that will receive the authorization code. Users authorize the service to send the request to this location.
", "RegisterClientResponse$authorizationEndpoint": "The endpoint where the client can request authorization.
", "RegisterClientResponse$tokenEndpoint": "The endpoint where the client can get an access token.
", - "StartDeviceAuthorizationRequest$startUrl": "The URL for the AWS SSO user portal. For more information, see Using the User Portal in the AWS Single Sign-On User Guide.
", + "StartDeviceAuthorizationRequest$startUrl": "The URL for the AWS access portal. For more information, see Using the AWS access portal in the IAM Identity Center User Guide.
", "StartDeviceAuthorizationResponse$verificationUri": "The URI of the verification page that takes the userCode
to authorize the device.
An alternate URL that the client can use to automatically launch a browser. This process skips the manual step in which the user visits the verification page and enters their code.
" } diff --git a/models/endpoints/endpoints.json b/models/endpoints/endpoints.json index e40ae5328c6..6c052bed152 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.json @@ -2827,6 +2827,28 @@ "us-west-2" : { } } }, + "codestar-notifications" : { + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, "cognito-identity" : { "endpoints" : { "ap-northeast-1" : { }, @@ -7604,6 +7626,7 @@ "ap-south-1" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, + "ap-southeast-3" : { }, "ca-central-1" : { }, "eu-central-1" : { }, "eu-north-1" : { }, diff --git a/service/codedeploy/api.go b/service/codedeploy/api.go index 9d989256918..88f0eaacb34 100644 --- a/service/codedeploy/api.go +++ b/service/codedeploy/api.go @@ -168,7 +168,7 @@ func (c *CodeDeploy) BatchGetApplicationRevisionsRequest(input *BatchGetApplicat // Returned Error Types: // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - ApplicationNameRequiredException // The minimum number of required application names was not specified. @@ -269,7 +269,7 @@ func (c *CodeDeploy) BatchGetApplicationsRequest(input *BatchGetApplicationsInpu // The application name was specified in an invalid format. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - BatchLimitExceededException // The maximum number of names or IDs allowed for this request (100) was exceeded. @@ -357,7 +357,7 @@ func (c *CodeDeploy) BatchGetDeploymentGroupsRequest(input *BatchGetDeploymentGr // The application name was specified in an invalid format. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - DeploymentGroupNameRequiredException // The deployment group name was not specified. @@ -369,7 +369,8 @@ func (c *CodeDeploy) BatchGetDeploymentGroupsRequest(input *BatchGetDeploymentGr // The maximum number of names or IDs allowed for this request (100) was exceeded. // // - DeploymentConfigDoesNotExistException -// The deployment configuration does not exist with the IAM user or AWS account. +// The deployment configuration does not exist with the IAM user or Amazon Web +// Services account. // // See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentGroups func (c *CodeDeploy) BatchGetDeploymentGroups(input *BatchGetDeploymentGroupsInput) (*BatchGetDeploymentGroupsOutput, error) { @@ -444,7 +445,7 @@ func (c *CodeDeploy) BatchGetDeploymentInstancesRequest(input *BatchGetDeploymen // This method works, but is deprecated. Use BatchGetDeploymentTargets instead. // // Returns an array of one or more instances associated with a deployment. This -// method works with EC2/On-premises and AWS Lambda compute platforms. The newer +// method works with EC2/On-premises and Lambda compute platforms. The newer // BatchGetDeploymentTargets works with all compute platforms. The maximum number // of instances that can be returned is 25. // @@ -461,7 +462,8 @@ func (c *CodeDeploy) BatchGetDeploymentInstancesRequest(input *BatchGetDeploymen // At least one deployment ID must be specified. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // - InstanceIdRequiredException // The instance ID was not specified. @@ -556,9 +558,9 @@ func (c *CodeDeploy) BatchGetDeploymentTargetsRequest(input *BatchGetDeploymentT // The type of targets returned depends on the deployment's compute platform // or deployment method: // -// - EC2/On-premises: Information about EC2 instance targets. +// - EC2/On-premises: Information about Amazon EC2 instance targets. // -// - AWS Lambda: Information about Lambda functions targets. +// - Lambda: Information about Lambda functions targets. // // - Amazon ECS: Information about Amazon ECS service targets. // @@ -581,7 +583,8 @@ func (c *CodeDeploy) BatchGetDeploymentTargetsRequest(input *BatchGetDeploymentT // At least one deployment ID must be specified. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // - DeploymentNotStartedException // The specified deployment has not started. @@ -597,7 +600,7 @@ func (c *CodeDeploy) BatchGetDeploymentTargetsRequest(input *BatchGetDeploymentT // // - DeploymentTargetListSizeExceededException // The maximum number of targets that can be associated with an Amazon ECS or -// AWS Lambda deployment was exceeded. The target list of both types of deployments +// Lambda deployment was exceeded. The target list of both types of deployments // must have exactly one item. This exception does not apply to EC2/On-premises // deployments. // @@ -862,7 +865,8 @@ func (c *CodeDeploy) ContinueDeploymentRequest(input *ContinueDeploymentInput) ( // At least one deployment ID must be specified. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // - DeploymentAlreadyCompletedException // The deployment is already complete. @@ -965,8 +969,8 @@ func (c *CodeDeploy) CreateApplicationRequest(input *CreateApplicationInput) (re // The application name was specified in an invalid format. // // - ApplicationAlreadyExistsException -// An application with the specified name with the IAM user or AWS account already -// exists. +// An application with the specified name with the IAM user or Amazon Web Services +// account already exists. // // - ApplicationLimitExceededException // More applications were attempted to be created than are allowed. @@ -1061,7 +1065,7 @@ func (c *CodeDeploy) CreateDeploymentRequest(input *CreateDeploymentInput) (req // The application name was specified in an invalid format. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - DeploymentGroupNameRequiredException // The deployment group name was not specified. @@ -1070,13 +1074,15 @@ func (c *CodeDeploy) CreateDeploymentRequest(input *CreateDeploymentInput) (req // The deployment group name was specified in an invalid format. // // - DeploymentGroupDoesNotExistException -// The named deployment group with the IAM user or AWS account does not exist. +// The named deployment group with the IAM user or Amazon Web Services account +// does not exist. // // - RevisionRequiredException // The revision ID was not specified. // // - RevisionDoesNotExistException -// The named revision does not exist with the IAM user or AWS account. +// The named revision does not exist with the IAM user or Amazon Web Services +// account. // // - InvalidRevisionException // The revision was specified in an invalid format. @@ -1085,7 +1091,8 @@ func (c *CodeDeploy) CreateDeploymentRequest(input *CreateDeploymentInput) (req // The deployment configuration name was specified in an invalid format. // // - DeploymentConfigDoesNotExistException -// The deployment configuration does not exist with the IAM user or AWS account. +// The deployment configuration does not exist with the IAM user or Amazon Web +// Services account. // // - DescriptionTooLongException // The description is too long. @@ -1105,6 +1112,22 @@ func (c *CodeDeploy) CreateDeploymentRequest(input *CreateDeploymentInput) (req // // - A specified tag is not currently applied to any instances. // +// - InvalidAlarmConfigException +// The format of the alarm configuration is invalid. Possible causes include: +// +// - The alarm list is null. +// +// - The alarm object is null. +// +// - The alarm name is empty or null or exceeds the limit of 255 characters. +// +// - Two alarms with the same name have been specified. +// +// - The alarm configuration is enabled, but the alarm list is empty. +// +// - AlarmsLimitExceededException +// The maximum number of alarms for a deployment group (10) was exceeded. +// // - InvalidAutoRollbackConfigException // The automatic rollback configuration was specified in an invalid format. // For example, automatic rollback is enabled, but an invalid triggering event @@ -1114,7 +1137,7 @@ func (c *CodeDeploy) CreateDeploymentRequest(input *CreateDeploymentInput) (req // An invalid load balancer name, or no load balancer name, was specified. // // - InvalidFileExistsBehaviorException -// An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy +// An invalid fileExistsBehavior option was specified to determine how CodeDeploy // handles files or directories that already exist in a deployment target location, // but weren't part of the previous successful deployment. Valid values include // "DISALLOW," "OVERWRITE," and "RETAIN." @@ -1131,11 +1154,11 @@ func (c *CodeDeploy) CreateDeploymentRequest(input *CreateDeploymentInput) (req // An API function was called too frequently. // // - InvalidUpdateOutdatedInstancesOnlyValueException -// The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments, +// The UpdateOutdatedInstancesOnly value is invalid. For Lambda deployments, // false is expected. For EC2/On-premises deployments, true or false is expected. // // - InvalidIgnoreApplicationStopFailuresValueException -// The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments, +// The IgnoreApplicationStopFailures value is invalid. For Lambda deployments, // false is expected. For EC2/On-premises deployments, true or false is expected. // // - InvalidGitHubAccountTokenException @@ -1228,8 +1251,8 @@ func (c *CodeDeploy) CreateDeploymentConfigRequest(input *CreateDeploymentConfig // The deployment configuration name was not specified. // // - DeploymentConfigAlreadyExistsException -// A deployment configuration with the specified name with the IAM user or AWS -// account already exists. +// A deployment configuration with the specified name with the IAM user or Amazon +// Web Services account already exists. // // - InvalidMinimumHealthyHostValueException // The minimum healthy instance value was specified in an invalid format. @@ -1328,7 +1351,7 @@ func (c *CodeDeploy) CreateDeploymentGroupRequest(input *CreateDeploymentGroupIn // The application name was specified in an invalid format. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - DeploymentGroupNameRequiredException // The deployment group name was not specified. @@ -1337,8 +1360,8 @@ func (c *CodeDeploy) CreateDeploymentGroupRequest(input *CreateDeploymentGroupIn // The deployment group name was specified in an invalid format. // // - DeploymentGroupAlreadyExistsException -// A deployment group with the specified name with the IAM user or AWS account -// already exists. +// A deployment group with the specified name with the IAM user or Amazon Web +// Services account already exists. // // - InvalidEC2TagException // The tag was specified in an invalid format. @@ -1353,7 +1376,8 @@ func (c *CodeDeploy) CreateDeploymentGroupRequest(input *CreateDeploymentGroupIn // The deployment configuration name was specified in an invalid format. // // - DeploymentConfigDoesNotExistException -// The deployment configuration does not exist with the IAM user or AWS account. +// The deployment configuration does not exist with the IAM user or Amazon Web +// Services account. // // - RoleRequiredException // The role ID was not specified. @@ -2048,7 +2072,7 @@ func (c *CodeDeploy) GetApplicationRequest(input *GetApplicationInput) (req *req // The application name was specified in an invalid format. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetApplication func (c *CodeDeploy) GetApplication(input *GetApplicationInput) (*GetApplicationOutput, error) { @@ -2127,7 +2151,7 @@ func (c *CodeDeploy) GetApplicationRevisionRequest(input *GetApplicationRevision // Returned Error Types: // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - ApplicationNameRequiredException // The minimum number of required application names was not specified. @@ -2136,7 +2160,8 @@ func (c *CodeDeploy) GetApplicationRevisionRequest(input *GetApplicationRevision // The application name was specified in an invalid format. // // - RevisionDoesNotExistException -// The named revision does not exist with the IAM user or AWS account. +// The named revision does not exist with the IAM user or Amazon Web Services +// account. // // - RevisionRequiredException // The revision ID was not specified. @@ -2232,7 +2257,8 @@ func (c *CodeDeploy) GetDeploymentRequest(input *GetDeploymentInput) (req *reque // At least one of the deployment IDs was specified in an invalid format. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeployment func (c *CodeDeploy) GetDeployment(input *GetDeploymentInput) (*GetDeploymentOutput, error) { @@ -2317,7 +2343,8 @@ func (c *CodeDeploy) GetDeploymentConfigRequest(input *GetDeploymentConfigInput) // The deployment configuration name was not specified. // // - DeploymentConfigDoesNotExistException -// The deployment configuration does not exist with the IAM user or AWS account. +// The deployment configuration does not exist with the IAM user or Amazon Web +// Services account. // // - InvalidComputePlatformException // The computePlatform is invalid. The computePlatform should be Lambda, Server, @@ -2406,7 +2433,7 @@ func (c *CodeDeploy) GetDeploymentGroupRequest(input *GetDeploymentGroupInput) ( // The application name was specified in an invalid format. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - DeploymentGroupNameRequiredException // The deployment group name was not specified. @@ -2415,10 +2442,12 @@ func (c *CodeDeploy) GetDeploymentGroupRequest(input *GetDeploymentGroupInput) ( // The deployment group name was specified in an invalid format. // // - DeploymentGroupDoesNotExistException -// The named deployment group with the IAM user or AWS account does not exist. +// The named deployment group with the IAM user or Amazon Web Services account +// does not exist. // // - DeploymentConfigDoesNotExistException -// The deployment configuration does not exist with the IAM user or AWS account. +// The deployment configuration does not exist with the IAM user or Amazon Web +// Services account. // // See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentGroup func (c *CodeDeploy) GetDeploymentGroup(input *GetDeploymentGroupInput) (*GetDeploymentGroupOutput, error) { @@ -2505,7 +2534,8 @@ func (c *CodeDeploy) GetDeploymentInstanceRequest(input *GetDeploymentInstanceIn // At least one deployment ID must be specified. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // - InstanceIdRequiredException // The instance ID was not specified. @@ -2610,7 +2640,8 @@ func (c *CodeDeploy) GetDeploymentTargetRequest(input *GetDeploymentTargetInput) // At least one deployment ID must be specified. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // - DeploymentNotStartedException // The specified deployment has not started. @@ -2795,7 +2826,7 @@ func (c *CodeDeploy) ListApplicationRevisionsRequest(input *ListApplicationRevis // Returned Error Types: // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - ApplicationNameRequiredException // The minimum number of required application names was not specified. @@ -2947,7 +2978,8 @@ func (c *CodeDeploy) ListApplicationsRequest(input *ListApplicationsInput) (req // ListApplications API operation for AWS CodeDeploy. // -// Lists the applications registered with the IAM user or AWS account. +// Lists the applications registered with the IAM user or Amazon Web Services +// account. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3082,7 +3114,8 @@ func (c *CodeDeploy) ListDeploymentConfigsRequest(input *ListDeploymentConfigsIn // ListDeploymentConfigs API operation for AWS CodeDeploy. // -// Lists the deployment configurations with the IAM user or AWS account. +// Lists the deployment configurations with the IAM user or Amazon Web Services +// account. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3218,7 +3251,7 @@ func (c *CodeDeploy) ListDeploymentGroupsRequest(input *ListDeploymentGroupsInpu // ListDeploymentGroups API operation for AWS CodeDeploy. // // Lists the deployment groups for an application registered with the IAM user -// or AWS account. +// or Amazon Web Services account. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3236,7 +3269,7 @@ func (c *CodeDeploy) ListDeploymentGroupsRequest(input *ListDeploymentGroupsInpu // The application name was specified in an invalid format. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - InvalidNextTokenException // The next token was specified in an invalid format. @@ -3370,9 +3403,10 @@ func (c *CodeDeploy) ListDeploymentInstancesRequest(input *ListDeploymentInstanc // // The newer BatchGetDeploymentTargets should be used instead because it works // with all compute types. ListDeploymentInstances throws an exception if it -// is used with a compute platform other than EC2/On-premises or AWS Lambda. +// is used with a compute platform other than EC2/On-premises or Lambda. // -// Lists the instance for a deployment associated with the IAM user or AWS account. +// Lists the instance for a deployment associated with the IAM user or Amazon +// Web Services account. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3387,7 +3421,8 @@ func (c *CodeDeploy) ListDeploymentInstancesRequest(input *ListDeploymentInstanc // At least one deployment ID must be specified. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // - DeploymentNotStartedException // The specified deployment has not started. @@ -3556,7 +3591,8 @@ func (c *CodeDeploy) ListDeploymentTargetsRequest(input *ListDeploymentTargetsIn // At least one deployment ID must be specified. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // - DeploymentNotStartedException // The specified deployment has not started. @@ -3651,7 +3687,7 @@ func (c *CodeDeploy) ListDeploymentsRequest(input *ListDeploymentsInput) (req *r // ListDeployments API operation for AWS CodeDeploy. // // Lists the deployments in a deployment group for an application registered -// with the IAM user or AWS account. +// with the IAM user or Amazon Web Services account. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3669,13 +3705,14 @@ func (c *CodeDeploy) ListDeploymentsRequest(input *ListDeploymentsInput) (req *r // The application name was specified in an invalid format. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - InvalidDeploymentGroupNameException // The deployment group name was specified in an invalid format. // // - DeploymentGroupDoesNotExistException -// The named deployment group with the IAM user or AWS account does not exist. +// The named deployment group with the IAM user or Amazon Web Services account +// does not exist. // // - DeploymentGroupNameRequiredException // The deployment group name was not specified. @@ -4074,12 +4111,12 @@ func (c *CodeDeploy) PutLifecycleEventHookExecutionStatusRequest(input *PutLifec // PutLifecycleEventHookExecutionStatus API operation for AWS CodeDeploy. // // Sets the result of a Lambda validation function. The function validates lifecycle -// hooks during a deployment that uses the AWS Lambda or Amazon ECS compute -// platform. For AWS Lambda deployments, the available lifecycle hooks are BeforeAllowTraffic +// hooks during a deployment that uses the Lambda or Amazon ECS compute platform. +// For Lambda deployments, the available lifecycle hooks are BeforeAllowTraffic // and AfterAllowTraffic. For Amazon ECS deployments, the available lifecycle // hooks are BeforeInstall, AfterInstall, AfterAllowTestTraffic, BeforeAllowTraffic, // and AfterAllowTraffic. Lambda validation functions return Succeeded or Failed. -// For more information, see AppSpec 'hooks' Section for an AWS Lambda Deployment +// For more information, see AppSpec 'hooks' Section for an Lambda Deployment // (https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-lambda) // and AppSpec 'hooks' Section for an Amazon ECS Deployment (https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-ecs). // @@ -4107,7 +4144,8 @@ func (c *CodeDeploy) PutLifecycleEventHookExecutionStatusRequest(input *PutLifec // At least one deployment ID must be specified. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // - InvalidDeploymentIdException // At least one of the deployment IDs was specified in an invalid format. @@ -4181,7 +4219,7 @@ func (c *CodeDeploy) RegisterApplicationRevisionRequest(input *RegisterApplicati // RegisterApplicationRevision API operation for AWS CodeDeploy. // -// Registers with AWS CodeDeploy a revision for the specified application. +// Registers with CodeDeploy a revision for the specified application. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -4193,7 +4231,7 @@ func (c *CodeDeploy) RegisterApplicationRevisionRequest(input *RegisterApplicati // Returned Error Types: // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - ApplicationNameRequiredException // The minimum number of required application names was not specified. @@ -4509,7 +4547,8 @@ func (c *CodeDeploy) SkipWaitTimeForInstanceTerminationRequest(input *SkipWaitTi // At least one deployment ID must be specified. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // - DeploymentAlreadyCompletedException // The deployment is already complete. @@ -4607,10 +4646,12 @@ func (c *CodeDeploy) StopDeploymentRequest(input *StopDeploymentInput) (req *req // At least one deployment ID must be specified. // // - DeploymentDoesNotExistException -// The deployment with the IAM user or AWS account does not exist. +// The deployment with the IAM user or Amazon Web Services account does not +// exist. // // - DeploymentGroupDoesNotExistException -// The named deployment group with the IAM user or AWS account does not exist. +// The named deployment group with the IAM user or Amazon Web Services account +// does not exist. // // - DeploymentAlreadyCompletedException // The deployment is already complete. @@ -4703,13 +4744,15 @@ func (c *CodeDeploy) TagResourceRequest(input *TagResourceInput) (req *request.R // The ARN of a resource is required, but was not found. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - DeploymentGroupDoesNotExistException -// The named deployment group with the IAM user or AWS account does not exist. +// The named deployment group with the IAM user or Amazon Web Services account +// does not exist. // // - DeploymentConfigDoesNotExistException -// The deployment configuration does not exist with the IAM user or AWS account. +// The deployment configuration does not exist with the IAM user or Amazon Web +// Services account. // // - TagRequiredException // A tag was not specified. @@ -4807,13 +4850,15 @@ func (c *CodeDeploy) UntagResourceRequest(input *UntagResourceInput) (req *reque // The ARN of a resource is required, but was not found. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - DeploymentGroupDoesNotExistException -// The named deployment group with the IAM user or AWS account does not exist. +// The named deployment group with the IAM user or Amazon Web Services account +// does not exist. // // - DeploymentConfigDoesNotExistException -// The deployment configuration does not exist with the IAM user or AWS account. +// The deployment configuration does not exist with the IAM user or Amazon Web +// Services account. // // - TagRequiredException // A tag was not specified. @@ -4912,11 +4957,11 @@ func (c *CodeDeploy) UpdateApplicationRequest(input *UpdateApplicationInput) (re // The application name was specified in an invalid format. // // - ApplicationAlreadyExistsException -// An application with the specified name with the IAM user or AWS account already -// exists. +// An application with the specified name with the IAM user or Amazon Web Services +// account already exists. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/UpdateApplication func (c *CodeDeploy) UpdateApplication(input *UpdateApplicationInput) (*UpdateApplicationOutput, error) { @@ -5001,20 +5046,21 @@ func (c *CodeDeploy) UpdateDeploymentGroupRequest(input *UpdateDeploymentGroupIn // The application name was specified in an invalid format. // // - ApplicationDoesNotExistException -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. // // - InvalidDeploymentGroupNameException // The deployment group name was specified in an invalid format. // // - DeploymentGroupAlreadyExistsException -// A deployment group with the specified name with the IAM user or AWS account -// already exists. +// A deployment group with the specified name with the IAM user or Amazon Web +// Services account already exists. // // - DeploymentGroupNameRequiredException // The deployment group name was not specified. // // - DeploymentGroupDoesNotExistException -// The named deployment group with the IAM user or AWS account does not exist. +// The named deployment group with the IAM user or Amazon Web Services account +// does not exist. // // - InvalidEC2TagException // The tag was specified in an invalid format. @@ -5029,7 +5075,8 @@ func (c *CodeDeploy) UpdateDeploymentGroupRequest(input *UpdateDeploymentGroupIn // The deployment configuration name was specified in an invalid format. // // - DeploymentConfigDoesNotExistException -// The deployment configuration does not exist with the IAM user or AWS account. +// The deployment configuration does not exist with the IAM user or Amazon Web +// Services account. // // - InvalidRoleException // The service role ARN was specified in an invalid format. Or, if an Auto Scaling @@ -5252,12 +5299,12 @@ func (s *Alarm) SetName(v string) *Alarm { return s } -// Information about alarms associated with the deployment group. +// Information about alarms associated with a deployment or deployment group. type AlarmConfiguration struct { _ struct{} `type:"structure"` - // A list of alarms configured for the deployment group. A maximum of 10 alarms - // can be added to a deployment group. + // A list of alarms configured for the deployment or deployment group. A maximum + // of 10 alarms can be added. Alarms []*Alarm `locationName:"alarms" type:"list"` // Indicates whether the alarm configuration is enabled. @@ -5375,17 +5422,17 @@ func (s *AlarmsLimitExceededException) RequestID() string { return s.RespMetadata.RequestID } -// A revision for an AWS Lambda or Amazon ECS deployment that is a YAML-formatted -// or JSON-formatted string. For AWS Lambda and Amazon ECS deployments, the -// revision is the same as the AppSpec file. This method replaces the deprecated -// RawString data type. +// A revision for an Lambda or Amazon ECS deployment that is a YAML-formatted +// or JSON-formatted string. For Lambda and Amazon ECS deployments, the revision +// is the same as the AppSpec file. This method replaces the deprecated RawString +// data type. type AppSpecContent struct { _ struct{} `type:"structure"` // The YAML-formatted or JSON-formatted revision string. // - // For an AWS Lambda deployment, the content includes a Lambda function name, - // the alias for its original version, and the alias for its replacement version. + // For an Lambda deployment, the content includes a Lambda function name, the + // alias for its original version, and the alias for its replacement version. // The deployment shifts traffic from the original version of the Lambda function // to the replacement version. // @@ -5430,8 +5477,8 @@ func (s *AppSpecContent) SetSha256(v string) *AppSpecContent { return s } -// An application with the specified name with the IAM user or AWS account already -// exists. +// An application with the specified name with the IAM user or Amazon Web Services +// account already exists. type ApplicationAlreadyExistsException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -5495,7 +5542,7 @@ func (s *ApplicationAlreadyExistsException) RequestID() string { return s.RespMetadata.RequestID } -// The application does not exist with the IAM user or AWS account. +// The application does not exist with the IAM user or Amazon Web Services account. type ApplicationDoesNotExistException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -5919,7 +5966,7 @@ func (s *AutoScalingGroup) SetName(v string) *AutoScalingGroup { type BatchGetApplicationRevisionsInput struct { _ struct{} `type:"structure"` - // The name of an AWS CodeDeploy application about which to get revision information. + // The name of an CodeDeploy application about which to get revision information. // // ApplicationName is a required field ApplicationName *string `locationName:"applicationName" min:"1" type:"string" required:"true"` @@ -6115,8 +6162,8 @@ func (s *BatchGetApplicationsOutput) SetApplicationsInfo(v []*ApplicationInfo) * type BatchGetDeploymentGroupsInput struct { _ struct{} `type:"structure"` - // The name of an AWS CodeDeploy application associated with the applicable - // IAM user or AWS account. + // The name of an CodeDeploy application associated with the applicable IAM + // or Amazon Web Services account. // // ApplicationName is a required field ApplicationName *string `locationName:"applicationName" min:"1" type:"string" required:"true"` @@ -6331,17 +6378,18 @@ type BatchGetDeploymentTargetsInput struct { // of deployment target IDs you can specify is 25. // // * For deployments that use the EC2/On-premises compute platform, the target - // IDs are EC2 or on-premises instances IDs, and their target type is instanceTarget. + // IDs are Amazon EC2 or on-premises instances IDs, and their target type + // is instanceTarget. // - // * For deployments that use the AWS Lambda compute platform, the target - // IDs are the names of Lambda functions, and their target type is instanceTarget. + // * For deployments that use the Lambda compute platform, the target IDs + // are the names of Lambda functions, and their target type is instanceTarget. // // * For deployments that use the Amazon ECS compute platform, the target // IDs are pairs of Amazon ECS clusters and services specified using the // format