Skip to content

Commit 9a5e7b1

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent dfd2310 commit 9a5e7b1

File tree

6 files changed

+1196
-1013
lines changed

6 files changed

+1196
-1013
lines changed

codegen/sdk-codegen/aws-models/cloudfront.json

Lines changed: 729 additions & 729 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/codepipeline.json

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@
17271727
}
17281728
},
17291729
"traits": {
1730-
"smithy.api#documentation": "<p>The conditions for making checks for entry to a stage. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>. </p>"
1730+
"smithy.api#documentation": "<p>The conditions for making checks for entry to a stage. For more information about\n conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>\n and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>. </p>"
17311731
}
17321732
},
17331733
"com.amazonaws.codepipeline#BlockerDeclaration": {
@@ -2961,7 +2961,7 @@
29612961
}
29622962
},
29632963
"traits": {
2964-
"smithy.api#documentation": "<p>The condition for the stage. A condition is made up of the rules and the result for\n the condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>..\n For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>"
2964+
"smithy.api#documentation": "<p>The condition for the stage. A condition is made up of the rules and the result for\n the condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>\n and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>.. For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule reference</a>.</p>"
29652965
}
29662966
},
29672967
"com.amazonaws.codepipeline#ConditionExecution": {
@@ -3737,6 +3737,12 @@
37373737
"smithy.api#documentation": "<p>The environment variable value in the key-value pair.</p>",
37383738
"smithy.api#required": {}
37393739
}
3740+
},
3741+
"type": {
3742+
"target": "com.amazonaws.codepipeline#EnvironmentVariableType",
3743+
"traits": {
3744+
"smithy.api#documentation": "<p>Specifies the type of use for the environment variable value. The value can be either\n <code>PLAINTEXT</code> or <code>SECRETS_MANAGER</code>. If the value is <code>SECRETS_MANAGER</code>, provide the Secrets\n reference in the EnvironmentVariable value.</p>"
3745+
}
37403746
}
37413747
},
37423748
"traits": {
@@ -3765,6 +3771,23 @@
37653771
"smithy.api#pattern": "^[A-Za-z0-9_]+$"
37663772
}
37673773
},
3774+
"com.amazonaws.codepipeline#EnvironmentVariableType": {
3775+
"type": "enum",
3776+
"members": {
3777+
"PLAINTEXT": {
3778+
"target": "smithy.api#Unit",
3779+
"traits": {
3780+
"smithy.api#enumValue": "PLAINTEXT"
3781+
}
3782+
},
3783+
"SECRETS_MANAGER": {
3784+
"target": "smithy.api#Unit",
3785+
"traits": {
3786+
"smithy.api#enumValue": "SECRETS_MANAGER"
3787+
}
3788+
}
3789+
}
3790+
},
37683791
"com.amazonaws.codepipeline#EnvironmentVariableValue": {
37693792
"type": "string",
37703793
"traits": {
@@ -3960,12 +3983,12 @@
39603983
"conditions": {
39613984
"target": "com.amazonaws.codepipeline#ConditionList",
39623985
"traits": {
3963-
"smithy.api#documentation": "<p>The conditions that are configured as failure conditions. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>.</p>"
3986+
"smithy.api#documentation": "<p>The conditions that are configured as failure conditions. For more information about\n conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>\n and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>.</p>"
39643987
}
39653988
}
39663989
},
39673990
"traits": {
3968-
"smithy.api#documentation": "<p>The configuration that specifies the result, such as rollback, to occur upon stage\n failure. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>. </p>"
3991+
"smithy.api#documentation": "<p>The configuration that specifies the result, such as rollback, to occur upon stage\n failure. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>\n and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>. </p>"
39693992
}
39703993
},
39713994
"com.amazonaws.codepipeline#FailureDetails": {
@@ -5671,7 +5694,7 @@
56715694
}
56725695
],
56735696
"traits": {
5674-
"smithy.api#documentation": "<p>Lists the rules for the condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>.For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule reference</a>.</p>"
5697+
"smithy.api#documentation": "<p>Lists the rules for the condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>.For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule reference</a>.</p>"
56755698
}
56765699
},
56775700
"com.amazonaws.codepipeline#ListRuleTypesInput": {
@@ -6142,7 +6165,7 @@
61426165
}
61436166
],
61446167
"traits": {
6145-
"smithy.api#documentation": "<p>Used to override a stage condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>.</p>"
6168+
"smithy.api#documentation": "<p>Used to override a stage condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>.</p>"
61466169
}
61476170
},
61486171
"com.amazonaws.codepipeline#OverrideStageConditionInput": {
@@ -6595,7 +6618,7 @@
65956618
"pollingDisabledAt": {
65966619
"target": "com.amazonaws.codepipeline#Timestamp",
65976620
"traits": {
6598-
"smithy.api#documentation": "<p>The date and time that polling for source changes (periodic checks) was stopped for\n the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use\n event-based change detection. For example, for a pipeline with a CodeCommit\n source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To\n learn more, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html\">Migrate polling\n pipelines to use event-based change detection</a> in the CodePipeline\n User Guide.</p>"
6621+
"smithy.api#documentation": "<p>The date and time that polling for source changes (periodic checks) was stopped for\n the pipeline, in timestamp format. </p>\n <important>\n <p>Pipelines that are inactive for longer than 30 days will have polling disabled for\n the pipeline. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#metadata.pollingDisabledAt\">pollingDisabledAt</a> in the pipeline structure reference. For the steps to\n migrate your pipeline from polling to event-based change detection, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html\">Migrate polling\n pipelines to use event-based change detection</a>.</p>\n </important>\n <p>You can migrate (update) a polling pipeline to use event-based change detection. For\n example, for a pipeline with a CodeCommit source, we recommend you migrate\n (update) your pipeline to use CloudWatch Events. To learn more, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html\">Migrate polling\n pipelines to use event-based change detection</a> in the <i>CodePipeline User Guide</i>.</p>"
65996622
}
66006623
}
66016624
},
@@ -8166,7 +8189,7 @@
81668189
}
81678190
},
81688191
"traits": {
8169-
"smithy.api#documentation": "<p>Represents information about the rule to be created for an associated condition. An\n example would be creating a new rule for an entry condition, such as a rule that checks\n for a test result before allowing the run to enter the deployment stage. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>.\n For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>"
8192+
"smithy.api#documentation": "<p>Represents information about the rule to be created for an associated condition. An\n example would be creating a new rule for an entry condition, such as a rule that checks\n for a test result before allowing the run to enter the deployment stage. For more\n information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>\n and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>. For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule reference</a>.</p>"
81708193
}
81718194
},
81728195
"com.amazonaws.codepipeline#RuleDeclarationList": {
@@ -8352,7 +8375,7 @@
83528375
"ruleTypeId": {
83538376
"target": "com.amazonaws.codepipeline#RuleTypeId",
83548377
"traits": {
8355-
"smithy.api#documentation": "<p>The ID for the rule type, which is made up of the combined values for category, owner,\n provider, and version. For more\n information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>.\n For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>"
8378+
"smithy.api#documentation": "<p>The ID for the rule type, which is made up of the combined values for category, owner,\n provider, and version. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a>. For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule reference</a>.</p>"
83568379
}
83578380
},
83588381
"configuration": {
@@ -8637,7 +8660,7 @@
86378660
"provider": {
86388661
"target": "com.amazonaws.codepipeline#RuleProvider",
86398662
"traits": {
8640-
"smithy.api#documentation": "<p>The rule provider, such as the <code>DeploymentWindow</code> rule. For a list of rule provider names, see the rules listed in the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>",
8663+
"smithy.api#documentation": "<p>The rule provider, such as the <code>DeploymentWindow</code> rule. For a list of rule\n provider names, see the rules listed in the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>",
86418664
"smithy.api#required": {}
86428665
}
86438666
},
@@ -8649,7 +8672,7 @@
86498672
}
86508673
},
86518674
"traits": {
8652-
"smithy.api#documentation": "<p>The ID for the rule type, which is made up of the combined values for category, owner,\n provider, and version. For more\n information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>.\n For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>"
8675+
"smithy.api#documentation": "<p>The ID for the rule type, which is made up of the combined values for category, owner,\n provider, and version. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a>. For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule reference</a>.</p>"
86538676
}
86548677
},
86558678
"com.amazonaws.codepipeline#RuleTypeList": {
@@ -9447,7 +9470,7 @@
94479470
}
94489471
},
94499472
"traits": {
9450-
"smithy.api#documentation": "<p>The conditions for making checks that, if met, succeed a stage. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>.</p>"
9473+
"smithy.api#documentation": "<p>The conditions for making checks that, if met, succeed a stage. For more information\n about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>\n and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>.</p>"
94519474
}
94529475
},
94539476
"com.amazonaws.codepipeline#Tag": {

0 commit comments

Comments
 (0)