Skip to content

Commit ebbb631

Browse files
Updated API models and rebuilt service gems.
1 parent 9a0f081 commit ebbb631

File tree

93 files changed

+5669
-400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+5669
-400
lines changed

apis/arc-region-switch/2022-07-26/api-2.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,10 @@
510510
"key":{"shape":"String"},
511511
"value":{"shape":"AssociatedAlarm"}
512512
},
513-
"AuroraClusterArn":{"type":"string"},
513+
"AuroraClusterArn":{
514+
"type":"string",
515+
"pattern":"arn:aws[a-zA-Z-]*:rds:[a-z0-9-]+:\\d{12}:cluster:[A-Za-z][0-9A-Za-z-:._]*"
516+
},
514517
"AuroraClusterArns":{
515518
"type":"list",
516519
"member":{"shape":"AuroraClusterArn"}
@@ -1100,7 +1103,12 @@
11001103
"type":"string",
11011104
"enum":["failover"]
11021105
},
1103-
"GlobalClusterIdentifier":{"type":"string"},
1106+
"GlobalClusterIdentifier":{
1107+
"type":"string",
1108+
"max":255,
1109+
"min":1,
1110+
"pattern":"[A-Za-z][0-9A-Za-z-:._]*"
1111+
},
11041112
"IamRoleArn":{
11051113
"type":"string",
11061114
"pattern":"arn:aws[a-zA-Z0-9-]*:iam::[0-9]{12}:role/.+"

apis/arc-region-switch/2022-07-26/docs-2.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"AlarmCondition": {
6565
"base": null,
6666
"refs": {
67-
"TriggerCondition$condition": "<p>The condition that must be met. Valid values include ALARM and OK.</p>"
67+
"TriggerCondition$condition": "<p>The condition that must be met. Valid values include <code>green</code> and <code>red</code>.</p>"
6868
}
6969
},
7070
"AlarmType": {
@@ -387,10 +387,10 @@
387387
"ExecutionAction": {
388388
"base": null,
389389
"refs": {
390-
"AbbreviatedExecution$executionAction": "<p>The plan execution action. Valid values are <code>Activate</code>, to activate an Amazon Web Services Region, or <code>Deactivate</code>, to deactivate a Region.</p>",
391-
"GetPlanExecutionResponse$executionAction": "<p>The plan execution action. Valid values are <code>Activate</code>, to activate an Amazon Web Services Region, or <code>Deactivate</code>, to deactivate a Region.</p>",
390+
"AbbreviatedExecution$executionAction": "<p>The plan execution action. Valid values are <code>activate</code>, to activate an Amazon Web Services Region, or <code>deactivate</code>, to deactivate a Region.</p>",
391+
"GetPlanExecutionResponse$executionAction": "<p>The plan execution action. Valid values are <code>activate</code>, to activate an Amazon Web Services Region, or <code>deactivate</code>, to deactivate a Region.</p>",
392392
"MinimalWorkflow$action": "<p>The action for a minimal workflow, which can be Activate or Deactivate.</p>",
393-
"StartPlanExecutionRequest$action": "<p>The action to perform. Valid values are ACTIVATE (to shift traffic to the target Region) or DEACTIVATE (to shift traffic away from the target Region).</p>"
393+
"StartPlanExecutionRequest$action": "<p>The action to perform. Valid values are <code>activate</code> (to shift traffic to the target Region) or <code>deactivate</code> (to shift traffic away from the target Region).</p>"
394394
}
395395
},
396396
"ExecutionApprovalConfiguration": {
@@ -464,9 +464,9 @@
464464
"ExecutionMode": {
465465
"base": null,
466466
"refs": {
467-
"AbbreviatedExecution$mode": "<p>The plan execution mode. Valid values are <code>Practice</code>, for testing without making actual changes, or <code>Recovery</code>, for actual traffic shifting and application recovery.</p>",
468-
"GetPlanExecutionResponse$mode": "<p>The plan execution mode. Valid values are <code>Practice</code>, for testing without making actual changes, or <code>Recovery</code>, for actual traffic shifting and application recovery.</p>",
469-
"StartPlanExecutionRequest$mode": "<p>The plan execution mode. Valid values are <code>Practice</code>, for testing without making actual changes, or <code>Recovery</code>, for actual traffic shifting and application recovery.</p>",
467+
"AbbreviatedExecution$mode": "<p>The plan execution mode. Valid values are <code>graceful</code>, for graceful executions, or <code>ungraceful</code>, for ungraceful executions.</p>",
468+
"GetPlanExecutionResponse$mode": "<p>The plan execution mode. Valid values are <code>graceful</code>, for graceful executions, or <code>ungraceful</code>, for ungraceful executions.</p>",
469+
"StartPlanExecutionRequest$mode": "<p>The plan execution mode. Valid values are <code>graceful</code>, for starting the execution in graceful mode, or <code>ungraceful</code>, for starting the execution in ungraceful mode.</p>",
470470
"StepState$stepMode": "<p>The mode for a step execution. The mode can be Graceful or Ungraceful.</p>"
471471
}
472472
},
@@ -1357,8 +1357,8 @@
13571357
"WorkflowTargetAction": {
13581358
"base": null,
13591359
"refs": {
1360-
"Trigger$action": "<p>The action to perform when the trigger fires. Valid values include ACTIVATE and DEACTIVATE.</p>",
1361-
"Workflow$workflowTargetAction": "<p>The action that the workflow performs. Valid values include ACTIVATE and DEACTIVATE.</p>"
1360+
"Trigger$action": "<p>The action to perform when the trigger fires. Valid values include <code>activate</code> and <code>deactivate</code>.</p>",
1361+
"Workflow$workflowTargetAction": "<p>The action that the workflow performs. Valid values include <code>activate</code> and <code>deactivate</code>.</p>"
13621362
}
13631363
}
13641364
}

apis/athena/2017-05-18/api-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3274,7 +3274,7 @@
32743274
"TargetDpusInteger":{
32753275
"type":"integer",
32763276
"box":true,
3277-
"min":24
3277+
"min":4
32783278
},
32793279
"TerminateSessionRequest":{
32803280
"type":"structure",

apis/athena/2017-05-18/docs-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,10 @@
694694
}
695695
},
696696
"EngineConfiguration": {
697-
"base": "<p>Contains data processing unit (DPU) configuration settings and parameter mappings for a notebook engine.</p>",
697+
"base": "<p>The engine configuration for the workgroup, which includes the minimum/maximum number of Data Processing Units (DPU) that queries should use when running in provisioned capacity. If not specified, Athena uses default values (Default value for min is 4 and for max is Minimum of 124 and allocated DPUs).</p> <p>To specify DPU values for PC queries the WG containing EngineConfiguration should have the following values: The name of the Classifications should be <code>athena-query-engine-properties</code>, with the only allowed properties as <code>max-dpu-count</code> and <code>min-dpu-count</code>.</p>",
698698
"refs": {
699699
"GetSessionResponse$EngineConfiguration": "<p>Contains engine configuration information like DPU usage.</p>",
700-
"StartQueryExecutionInput$EngineConfiguration": null,
700+
"StartQueryExecutionInput$EngineConfiguration": "<p>The engine configuration for the workgroup, which includes the minimum/maximum number of Data Processing Units (DPU) that queries should use when running in provisioned capacity. If not specified, Athena uses default values (Default value for min is 4 and for max is Minimum of 124 and allocated DPUs).</p> <p>To specify minimum and maximum DPU values for Capacity Reservations queries, the workgroup containing <code>EngineConfiguration</code> should have the following values: The name of the <code>Classifications</code> should be <code>athena-query-engine-properties</code>, with the only allowed properties as <code>max-dpu-count</code> and <code>min-dpu-count</code>.</p>",
701701
"StartSessionRequest$EngineConfiguration": "<p>Contains engine data processing unit (DPU) configuration settings and parameter mappings.</p>",
702702
"WorkGroupConfiguration$EngineConfiguration": null,
703703
"WorkGroupConfigurationUpdates$EngineConfiguration": null

0 commit comments

Comments
 (0)