From 06c16a2959b251bad4100f49e866719015aaa159 Mon Sep 17 00:00:00 2001
From: aws-sdk-cpp-automation Resumes the pipeline execution by retrying the last failed actions in a
- * stage. You can retry a stage immediately if any of the actions in the stage
- * fail. When you retry, all actions that are still in progress continue working,
- * and failed actions are triggered again.See Also:
You can retry a stage that has failed without having to run a pipeline again
+ * from the beginning. You do this by either retrying the failed actions in a stage
+ * or by retrying all actions in the stage starting from the first action in the
+ * stage. When you retry the failed actions in a stage, all actions that are still
+ * in progress continue working, and failed actions are triggered again. When you
+ * retry a failed stage from the first action in the stage, the stage cannot have
+ * any actions in progress. Before a stage can be retried, it must either have all
+ * actions failed or some actions failed and some succeeded.
The scope of the retry attempt. Currently, the only supported value is - * FAILED_ACTIONS.
+ *The scope of the retry attempt.
*/ inline const StageRetryMode& GetRetryMode() const{ return m_retryMode; } /** - *The scope of the retry attempt. Currently, the only supported value is - * FAILED_ACTIONS.
+ *The scope of the retry attempt.
*/ inline bool RetryModeHasBeenSet() const { return m_retryModeHasBeenSet; } /** - *The scope of the retry attempt. Currently, the only supported value is - * FAILED_ACTIONS.
+ *The scope of the retry attempt.
*/ inline void SetRetryMode(const StageRetryMode& value) { m_retryModeHasBeenSet = true; m_retryMode = value; } /** - *The scope of the retry attempt. Currently, the only supported value is - * FAILED_ACTIONS.
+ *The scope of the retry attempt.
*/ inline void SetRetryMode(StageRetryMode&& value) { m_retryModeHasBeenSet = true; m_retryMode = std::move(value); } /** - *The scope of the retry attempt. Currently, the only supported value is - * FAILED_ACTIONS.
+ *The scope of the retry attempt.
*/ inline RetryStageExecutionRequest& WithRetryMode(const StageRetryMode& value) { SetRetryMode(value); return *this;} /** - *The scope of the retry attempt. Currently, the only supported value is - * FAILED_ACTIONS.
+ *The scope of the retry attempt.
*/ inline RetryStageExecutionRequest& WithRetryMode(StageRetryMode&& value) { SetRetryMode(std::move(value)); return *this;} diff --git a/generated/src/aws-cpp-sdk-codepipeline/include/aws/codepipeline/model/StageRetryMode.h b/generated/src/aws-cpp-sdk-codepipeline/include/aws/codepipeline/model/StageRetryMode.h index 52631a58733..1f7c029577b 100644 --- a/generated/src/aws-cpp-sdk-codepipeline/include/aws/codepipeline/model/StageRetryMode.h +++ b/generated/src/aws-cpp-sdk-codepipeline/include/aws/codepipeline/model/StageRetryMode.h @@ -16,7 +16,8 @@ namespace Model enum class StageRetryMode { NOT_SET, - FAILED_ACTIONS + FAILED_ACTIONS, + ALL_ACTIONS }; namespace StageRetryModeMapper diff --git a/generated/src/aws-cpp-sdk-codepipeline/source/CodePipelineEndpointRules.cpp b/generated/src/aws-cpp-sdk-codepipeline/source/CodePipelineEndpointRules.cpp index 69fd153b45d..60cc742e1e5 100644 --- a/generated/src/aws-cpp-sdk-codepipeline/source/CodePipelineEndpointRules.cpp +++ b/generated/src/aws-cpp-sdk-codepipeline/source/CodePipelineEndpointRules.cpp @@ -51,107 +51,107 @@ static constexpr RulesBlobT RulesBlob = {{ ',','"','t','y','p','e','"',':','"','S','t','r','i','n','g','"','}','}',',','"','r','u','l','e','s', '"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"', 'i','s','S','e','t','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','E','n', -'d','p','o','i','n','t','"','}',']','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"', -',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[', -'{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r', -'g','v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','F','I','P','S','"','}',',','t','r', -'u','e',']','}',']',',','"','e','r','r','o','r','"',':','"','I','n','v','a','l','i','d',' ','C','o', -'n','f','i','g','u','r','a','t','i','o','n',':',' ','F','I','P','S',' ','a','n','d',' ','c','u','s', -'t','o','m',' ','e','n','d','p','o','i','n','t',' ','a','r','e',' ','n','o','t',' ','s','u','p','p', -'o','r','t','e','d','"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',',','{','"', -'c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e', -'a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':', -'"','U','s','e','D','u','a','l','S','t','a','c','k','"','}',',','t','r','u','e',']','}',']',',','"', -'e','r','r','o','r','"',':','"','I','n','v','a','l','i','d',' ','C','o','n','f','i','g','u','r','a', -'t','i','o','n',':',' ','D','u','a','l','s','t','a','c','k',' ','a','n','d',' ','c','u','s','t','o', -'m',' ','e','n','d','p','o','i','n','t',' ','a','r','e',' ','n','o','t',' ','s','u','p','p','o','r', -'t','e','d','"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',',','{','"','c','o', -'n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{', -'"','u','r','l','"',':','{','"','r','e','f','"',':','"','E','n','d','p','o','i','n','t','"','}',',', -'"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"', -':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']','}', -',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','i','s', -'S','e','t','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','R','e','g','i', -'o','n','"','}',']','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u', -'l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n', -'"',':','"','a','w','s','.','p','a','r','t','i','t','i','o','n','"',',','"','a','r','g','v','"',':', -'[','{','"','r','e','f','"',':','"','R','e','g','i','o','n','"','}',']',',','"','a','s','s','i','g', -'n','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','"','}',']',',','"','t', -'y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"',':','[','{','"','c','o', +'d','p','o','i','n','t','"','}',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o', 'n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n', 'E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','U', -'s','e','F','I','P','S','"','}',',','t','r','u','e',']','}',',','{','"','f','n','"',':','"','b','o', -'o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e', -'f','"',':','"','U','s','e','D','u','a','l','S','t','a','c','k','"','}',',','t','r','u','e',']','}', -']',',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"',':','[', -'{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o', -'l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','t','r','u','e',',', -'{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',','"','a','r','g','v','"',':','[','{', -'"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','"','}',',', -'"','s','u','p','p','o','r','t','s','F','I','P','S','"',']','}',']','}',',','{','"','f','n','"',':', -'"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','t', -'r','u','e',',','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',','"','a','r','g','v', -'"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s','u','l', -'t','"','}',',','"','s','u','p','p','o','r','t','s','D','u','a','l','S','t','a','c','k','"',']','}', -']','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"', -':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o', -'i','n','t','"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c','o','d','e', -'p','i','p','e','l','i','n','e','-','f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P', -'a','r','t','i','t','i','o','n','R','e','s','u','l','t','#','d','u','a','l','S','t','a','c','k','D', -'n','s','S','u','f','f','i','x','}','"',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{', -'}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e', -'n','d','p','o','i','n','t','"','}',']','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"', -':','[',']',',','"','e','r','r','o','r','"',':','"','F','I','P','S',' ','a','n','d',' ','D','u','a', -'l','S','t','a','c','k',' ','a','r','e',' ','e','n','a','b','l','e','d',',',' ','b','u','t',' ','t', -'h','i','s',' ','p','a','r','t','i','t','i','o','n',' ','d','o','e','s',' ','n','o','t',' ','s','u', -'p','p','o','r','t',' ','o','n','e',' ','o','r',' ','b','o','t','h','"',',','"','t','y','p','e','"', -':','"','e','r','r','o','r','"','}',']','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"', -':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"', -'a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','F','I','P','S','"','}',',', -'t','r','u','e',']','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u', -'l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n', -'"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':', -'[','t','r','u','e',',','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',','"','a','r', -'g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s', -'u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','F','I','P','S','"',']','}',']','}',']', -',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"',':','[','{', -'"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t', -'"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c','o','d','e','p','i','p', -'e','l','i','n','e','-','f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t', -'i','t','i','o','n','R','e','s','u','l','t','#','d','n','s','S','u','f','f','i','x','}','"',',','"', -'p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':', -'{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']','}',',', -'{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','r','r','o','r','"',':', -'"','F','I','P','S',' ','i','s',' ','e','n','a','b','l','e','d',' ','b','u','t',' ','t','h','i','s', -' ','p','a','r','t','i','t','i','o','n',' ','d','o','e','s',' ','n','o','t',' ','s','u','p','p','o', -'r','t',' ','F','I','P','S','"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',']', -'}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b', -'o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r', -'e','f','"',':','"','U','s','e','D','u','a','l','S','t','a','c','k','"','}',',','t','r','u','e',']', -'}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"',':', -'[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o', -'o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','t','r','u','e', -',','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',','"','a','r','g','v','"',':','[', -'{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','"','}', -',','"','s','u','p','p','o','r','t','s','D','u','a','l','S','t','a','c','k','"',']','}',']','}',']', -',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"',':','[','{', -'"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t', -'"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c','o','d','e','p','i','p', -'e','l','i','n','e','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t','i','t','i','o','n', -'R','e','s','u','l','t','#','d','u','a','l','S','t','a','c','k','D','n','s','S','u','f','f','i','x', -'}','"',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e', -'r','s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"', -'}',']','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','r','r', -'o','r','"',':','"','D','u','a','l','S','t','a','c','k',' ','i','s',' ','e','n','a','b','l','e','d', -' ','b','u','t',' ','t','h','i','s',' ','p','a','r','t','i','t','i','o','n',' ','d','o','e','s',' ', -'n','o','t',' ','s','u','p','p','o','r','t',' ','D','u','a','l','S','t','a','c','k','"',',','"','t', -'y','p','e','"',':','"','e','r','r','o','r','"','}',']','}',',','{','"','c','o','n','d','i','t','i', -'o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{','"','u','r','l','"', -':','"','h','t','t','p','s',':','/','/','c','o','d','e','p','i','p','e','l','i','n','e','.','{','R', -'e','g','i','o','n','}','.','{','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','#','d', -'n','s','S','u','f','f','i','x','}','"',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{', +'s','e','F','I','P','S','"','}',',','t','r','u','e',']','}',']',',','"','e','r','r','o','r','"',':', +'"','I','n','v','a','l','i','d',' ','C','o','n','f','i','g','u','r','a','t','i','o','n',':',' ','F', +'I','P','S',' ','a','n','d',' ','c','u','s','t','o','m',' ','e','n','d','p','o','i','n','t',' ','a', +'r','e',' ','n','o','t',' ','s','u','p','p','o','r','t','e','d','"',',','"','t','y','p','e','"',':', +'"','e','r','r','o','r','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{', +'"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g', +'v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','D','u','a','l','S','t','a','c','k','"', +'}',',','t','r','u','e',']','}',']',',','"','e','r','r','o','r','"',':','"','I','n','v','a','l','i', +'d',' ','C','o','n','f','i','g','u','r','a','t','i','o','n',':',' ','D','u','a','l','s','t','a','c', +'k',' ','a','n','d',' ','c','u','s','t','o','m',' ','e','n','d','p','o','i','n','t',' ','a','r','e', +' ','n','o','t',' ','s','u','p','p','o','r','t','e','d','"',',','"','t','y','p','e','"',':','"','e', +'r','r','o','r','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"', +'e','n','d','p','o','i','n','t','"',':','{','"','u','r','l','"',':','{','"','r','e','f','"',':','"', +'E','n','d','p','o','i','n','t','"','}',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{', '}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e', -'n','d','p','o','i','n','t','"','}',']','}',']','}',',','{','"','c','o','n','d','i','t','i','o','n', +'n','d','p','o','i','n','t','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"','}', +',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','i','s', +'S','e','t','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','R','e','g','i', +'o','n','"','}',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t', +'i','o','n','s','"',':','[','{','"','f','n','"',':','"','a','w','s','.','p','a','r','t','i','t','i', +'o','n','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','R','e','g','i','o', +'n','"','}',']',',','"','a','s','s','i','g','n','"',':','"','P','a','r','t','i','t','i','o','n','R', +'e','s','u','l','t','"','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i', +'t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u', +'a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','F', +'I','P','S','"','}',',','t','r','u','e',']','}',',','{','"','f','n','"',':','"','b','o','o','l','e', +'a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':', +'"','U','s','e','D','u','a','l','S','t','a','c','k','"','}',',','t','r','u','e',']','}',']',',','"', +'r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"', +'f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v', +'"',':','[','t','r','u','e',',','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',','"', +'a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n','R', +'e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','F','I','P','S','"',']','}',']', +'}',',','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"', +'a','r','g','v','"',':','[','t','r','u','e',',','{','"','f','n','"',':','"','g','e','t','A','t','t', +'r','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t', +'i','o','n','R','e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','D','u','a','l', +'S','t','a','c','k','"',']','}',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o', +'n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{', +'"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c','o','d','e','p','i','p','e','l','i', +'n','e','-','f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t','i','t','i', +'o','n','R','e','s','u','l','t','#','d','u','a','l','S','t','a','c','k','D','n','s','S','u','f','f', +'i','x','}','"',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a', +'d','e','r','s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n', +'t','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"','}',',','{','"','c','o','n', +'d','i','t','i','o','n','s','"',':','[',']',',','"','e','r','r','o','r','"',':','"','F','I','P','S', +' ','a','n','d',' ','D','u','a','l','S','t','a','c','k',' ','a','r','e',' ','e','n','a','b','l','e', +'d',',',' ','b','u','t',' ','t','h','i','s',' ','p','a','r','t','i','t','i','o','n',' ','d','o','e', +'s',' ','n','o','t',' ','s','u','p','p','o','r','t',' ','o','n','e',' ','o','r',' ','b','o','t','h', +'"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',']',',','"','t','y','p','e','"', +':','"','t','r','e','e','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{', +'"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g', +'v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','F','I','P','S','"','}',',','t','r','u', +'e',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n', +'s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"', +',','"','a','r','g','v','"',':','[','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',', +'"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n', +'R','e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','F','I','P','S','"',']','}', +',','t','r','u','e',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i', +'t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{','"','u','r', +'l','"',':','"','h','t','t','p','s',':','/','/','c','o','d','e','p','i','p','e','l','i','n','e','-', +'f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t','i','t','i','o','n','R', +'e','s','u','l','t','#','d','n','s','S','u','f','f','i','x','}','"',',','"','p','r','o','p','e','r', +'t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',','"','t', +'y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']',',','"','t','y','p','e','"',':', +'"','t','r','e','e','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',', +'"','e','r','r','o','r','"',':','"','F','I','P','S',' ','i','s',' ','e','n','a','b','l','e','d',' ', +'b','u','t',' ','t','h','i','s',' ','p','a','r','t','i','t','i','o','n',' ','d','o','e','s',' ','n', +'o','t',' ','s','u','p','p','o','r','t',' ','F','I','P','S','"',',','"','t','y','p','e','"',':','"', +'e','r','r','o','r','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"','}',',','{', +'"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l', +'e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"', +':','"','U','s','e','D','u','a','l','S','t','a','c','k','"','}',',','t','r','u','e',']','}',']',',', +'"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{', +'"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g', +'v','"',':','[','t','r','u','e',',','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',', +'"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n', +'R','e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','D','u','a','l','S','t','a', +'c','k','"',']','}',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i', +'t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{','"','u','r', +'l','"',':','"','h','t','t','p','s',':','/','/','c','o','d','e','p','i','p','e','l','i','n','e','.', +'{','R','e','g','i','o','n','}','.','{','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t', +'#','d','u','a','l','S','t','a','c','k','D','n','s','S','u','f','f','i','x','}','"',',','"','p','r', +'o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}', +'}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']',',','"','t','y', +'p','e','"',':','"','t','r','e','e','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"', +':','[',']',',','"','e','r','r','o','r','"',':','"','D','u','a','l','S','t','a','c','k',' ','i','s', +' ','e','n','a','b','l','e','d',' ','b','u','t',' ','t','h','i','s',' ','p','a','r','t','i','t','i', +'o','n',' ','d','o','e','s',' ','n','o','t',' ','s','u','p','p','o','r','t',' ','D','u','a','l','S', +'t','a','c','k','"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',']',',','"','t', +'y','p','e','"',':','"','t','r','e','e','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s', +'"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{','"','u','r','l','"',':','"','h', +'t','t','p','s',':','/','/','c','o','d','e','p','i','p','e','l','i','n','e','.','{','R','e','g','i', +'o','n','}','.','{','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','#','d','n','s','S', +'u','f','f','i','x','}','"',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"', +'h','e','a','d','e','r','s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p', +'o','i','n','t','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"','}',']',',','"', +'t','y','p','e','"',':','"','t','r','e','e','"','}',',','{','"','c','o','n','d','i','t','i','o','n', 's','"',':','[',']',',','"','e','r','r','o','r','"',':','"','I','n','v','a','l','i','d',' ','C','o', 'n','f','i','g','u','r','a','t','i','o','n',':',' ','M','i','s','s','i','n','g',' ','R','e','g','i', 'o','n','"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',']','}','\0' diff --git a/generated/src/aws-cpp-sdk-codepipeline/source/model/StageRetryMode.cpp b/generated/src/aws-cpp-sdk-codepipeline/source/model/StageRetryMode.cpp index a8403dbe4a9..86d36ed6639 100644 --- a/generated/src/aws-cpp-sdk-codepipeline/source/model/StageRetryMode.cpp +++ b/generated/src/aws-cpp-sdk-codepipeline/source/model/StageRetryMode.cpp @@ -21,6 +21,7 @@ namespace Aws { static const int FAILED_ACTIONS_HASH = HashingUtils::HashString("FAILED_ACTIONS"); + static const int ALL_ACTIONS_HASH = HashingUtils::HashString("ALL_ACTIONS"); StageRetryMode GetStageRetryModeForName(const Aws::String& name) @@ -30,6 +31,10 @@ namespace Aws { return StageRetryMode::FAILED_ACTIONS; } + else if (hashCode == ALL_ACTIONS_HASH) + { + return StageRetryMode::ALL_ACTIONS; + } EnumParseOverflowContainer* overflowContainer = Aws::GetEnumOverflowContainer(); if(overflowContainer) { @@ -48,6 +53,8 @@ namespace Aws return {}; case StageRetryMode::FAILED_ACTIONS: return "FAILED_ACTIONS"; + case StageRetryMode::ALL_ACTIONS: + return "ALL_ACTIONS"; default: EnumParseOverflowContainer* overflowContainer = Aws::GetEnumOverflowContainer(); if(overflowContainer) diff --git a/generated/src/aws-cpp-sdk-discovery/source/ApplicationDiscoveryServiceEndpointRules.cpp b/generated/src/aws-cpp-sdk-discovery/source/ApplicationDiscoveryServiceEndpointRules.cpp index 6eb99441f77..fdf4fbb5230 100644 --- a/generated/src/aws-cpp-sdk-discovery/source/ApplicationDiscoveryServiceEndpointRules.cpp +++ b/generated/src/aws-cpp-sdk-discovery/source/ApplicationDiscoveryServiceEndpointRules.cpp @@ -51,106 +51,106 @@ static constexpr RulesBlobT RulesBlob = {{ ',','"','t','y','p','e','"',':','"','S','t','r','i','n','g','"','}','}',',','"','r','u','l','e','s', '"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"', 'i','s','S','e','t','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','E','n', -'d','p','o','i','n','t','"','}',']','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"', -',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[', -'{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r', -'g','v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','F','I','P','S','"','}',',','t','r', -'u','e',']','}',']',',','"','e','r','r','o','r','"',':','"','I','n','v','a','l','i','d',' ','C','o', -'n','f','i','g','u','r','a','t','i','o','n',':',' ','F','I','P','S',' ','a','n','d',' ','c','u','s', -'t','o','m',' ','e','n','d','p','o','i','n','t',' ','a','r','e',' ','n','o','t',' ','s','u','p','p', -'o','r','t','e','d','"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',',','{','"', -'c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e', -'a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':', -'"','U','s','e','D','u','a','l','S','t','a','c','k','"','}',',','t','r','u','e',']','}',']',',','"', -'e','r','r','o','r','"',':','"','I','n','v','a','l','i','d',' ','C','o','n','f','i','g','u','r','a', -'t','i','o','n',':',' ','D','u','a','l','s','t','a','c','k',' ','a','n','d',' ','c','u','s','t','o', -'m',' ','e','n','d','p','o','i','n','t',' ','a','r','e',' ','n','o','t',' ','s','u','p','p','o','r', -'t','e','d','"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',',','{','"','c','o', -'n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{', -'"','u','r','l','"',':','{','"','r','e','f','"',':','"','E','n','d','p','o','i','n','t','"','}',',', -'"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"', -':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']','}', -',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','i','s', -'S','e','t','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','R','e','g','i', -'o','n','"','}',']','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u', -'l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n', -'"',':','"','a','w','s','.','p','a','r','t','i','t','i','o','n','"',',','"','a','r','g','v','"',':', -'[','{','"','r','e','f','"',':','"','R','e','g','i','o','n','"','}',']',',','"','a','s','s','i','g', -'n','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','"','}',']',',','"','t', -'y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"',':','[','{','"','c','o', +'d','p','o','i','n','t','"','}',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o', 'n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n', 'E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','U', -'s','e','F','I','P','S','"','}',',','t','r','u','e',']','}',',','{','"','f','n','"',':','"','b','o', -'o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e', -'f','"',':','"','U','s','e','D','u','a','l','S','t','a','c','k','"','}',',','t','r','u','e',']','}', -']',',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"',':','[', -'{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o', -'l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','t','r','u','e',',', -'{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',','"','a','r','g','v','"',':','[','{', -'"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','"','}',',', -'"','s','u','p','p','o','r','t','s','F','I','P','S','"',']','}',']','}',',','{','"','f','n','"',':', -'"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','t', -'r','u','e',',','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',','"','a','r','g','v', -'"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s','u','l', -'t','"','}',',','"','s','u','p','p','o','r','t','s','D','u','a','l','S','t','a','c','k','"',']','}', -']','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"', -':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o', -'i','n','t','"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','d','i','s','c', -'o','v','e','r','y','-','f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t', -'i','t','i','o','n','R','e','s','u','l','t','#','d','u','a','l','S','t','a','c','k','D','n','s','S', -'u','f','f','i','x','}','"',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"', -'h','e','a','d','e','r','s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p', -'o','i','n','t','"','}',']','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']', -',','"','e','r','r','o','r','"',':','"','F','I','P','S',' ','a','n','d',' ','D','u','a','l','S','t', -'a','c','k',' ','a','r','e',' ','e','n','a','b','l','e','d',',',' ','b','u','t',' ','t','h','i','s', -' ','p','a','r','t','i','t','i','o','n',' ','d','o','e','s',' ','n','o','t',' ','s','u','p','p','o', -'r','t',' ','o','n','e',' ','o','r',' ','b','o','t','h','"',',','"','t','y','p','e','"',':','"','e', -'r','r','o','r','"','}',']','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{', +'s','e','F','I','P','S','"','}',',','t','r','u','e',']','}',']',',','"','e','r','r','o','r','"',':', +'"','I','n','v','a','l','i','d',' ','C','o','n','f','i','g','u','r','a','t','i','o','n',':',' ','F', +'I','P','S',' ','a','n','d',' ','c','u','s','t','o','m',' ','e','n','d','p','o','i','n','t',' ','a', +'r','e',' ','n','o','t',' ','s','u','p','p','o','r','t','e','d','"',',','"','t','y','p','e','"',':', +'"','e','r','r','o','r','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{', '"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g', -'v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','F','I','P','S','"','}',',','t','r','u', -'e',']','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s', +'v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','D','u','a','l','S','t','a','c','k','"', +'}',',','t','r','u','e',']','}',']',',','"','e','r','r','o','r','"',':','"','I','n','v','a','l','i', +'d',' ','C','o','n','f','i','g','u','r','a','t','i','o','n',':',' ','D','u','a','l','s','t','a','c', +'k',' ','a','n','d',' ','c','u','s','t','o','m',' ','e','n','d','p','o','i','n','t',' ','a','r','e', +' ','n','o','t',' ','s','u','p','p','o','r','t','e','d','"',',','"','t','y','p','e','"',':','"','e', +'r','r','o','r','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"', +'e','n','d','p','o','i','n','t','"',':','{','"','u','r','l','"',':','{','"','r','e','f','"',':','"', +'E','n','d','p','o','i','n','t','"','}',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{', +'}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e', +'n','d','p','o','i','n','t','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"','}', +',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','i','s', +'S','e','t','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','R','e','g','i', +'o','n','"','}',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t', +'i','o','n','s','"',':','[','{','"','f','n','"',':','"','a','w','s','.','p','a','r','t','i','t','i', +'o','n','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','R','e','g','i','o', +'n','"','}',']',',','"','a','s','s','i','g','n','"',':','"','P','a','r','t','i','t','i','o','n','R', +'e','s','u','l','t','"','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i', +'t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u', +'a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','F', +'I','P','S','"','}',',','t','r','u','e',']','}',',','{','"','f','n','"',':','"','b','o','o','l','e', +'a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':', +'"','U','s','e','D','u','a','l','S','t','a','c','k','"','}',',','t','r','u','e',']','}',']',',','"', +'r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"', +'f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v', +'"',':','[','t','r','u','e',',','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',','"', +'a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n','R', +'e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','F','I','P','S','"',']','}',']', +'}',',','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"', +'a','r','g','v','"',':','[','t','r','u','e',',','{','"','f','n','"',':','"','g','e','t','A','t','t', +'r','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t', +'i','o','n','R','e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','D','u','a','l', +'S','t','a','c','k','"',']','}',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o', +'n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{', +'"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','d','i','s','c','o','v','e','r','y','-', +'f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t','i','t','i','o','n','R', +'e','s','u','l','t','#','d','u','a','l','S','t','a','c','k','D','n','s','S','u','f','f','i','x','}', +'"',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r', +'s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}', +']',',','"','t','y','p','e','"',':','"','t','r','e','e','"','}',',','{','"','c','o','n','d','i','t', +'i','o','n','s','"',':','[',']',',','"','e','r','r','o','r','"',':','"','F','I','P','S',' ','a','n', +'d',' ','D','u','a','l','S','t','a','c','k',' ','a','r','e',' ','e','n','a','b','l','e','d',',',' ', +'b','u','t',' ','t','h','i','s',' ','p','a','r','t','i','t','i','o','n',' ','d','o','e','s',' ','n', +'o','t',' ','s','u','p','p','o','r','t',' ','o','n','e',' ','o','r',' ','b','o','t','h','"',',','"', +'t','y','p','e','"',':','"','e','r','r','o','r','"','}',']',',','"','t','y','p','e','"',':','"','t', +'r','e','e','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n', +'"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':', +'[','{','"','r','e','f','"',':','"','U','s','e','F','I','P','S','"','}',',','t','r','u','e',']','}', +']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':', +'[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a', +'r','g','v','"',':','[','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',','"','a','r', +'g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s', +'u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','F','I','P','S','"',']','}',',','t','r', +'u','e',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o', +'n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{','"','u','r','l','"',':', +'"','h','t','t','p','s',':','/','/','d','i','s','c','o','v','e','r','y','-','f','i','p','s','.','{', +'R','e','g','i','o','n','}','.','{','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','#', +'d','n','s','S','u','f','f','i','x','}','"',',','"','p','r','o','p','e','r','t','i','e','s','"',':', +'{','}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',','"','t','y','p','e','"',':','"', +'e','n','d','p','o','i','n','t','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"', +'}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','r','r','o','r', +'"',':','"','F','I','P','S',' ','i','s',' ','e','n','a','b','l','e','d',' ','b','u','t',' ','t','h', +'i','s',' ','p','a','r','t','i','t','i','o','n',' ','d','o','e','s',' ','n','o','t',' ','s','u','p', +'p','o','r','t',' ','F','I','P','S','"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"', +'}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"','}',',','{','"','c','o','n','d','i', +'t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u', +'a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','D', +'u','a','l','S','t','a','c','k','"','}',',','t','r','u','e',']','}',']',',','"','r','u','l','e','s', '"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"', 'b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','t','r', 'u','e',',','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',','"','a','r','g','v','"', ':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t', -'"','}',',','"','s','u','p','p','o','r','t','s','F','I','P','S','"',']','}',']','}',']',',','"','t', -'y','p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"',':','[','{','"','c','o', -'n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{', -'"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','d','i','s','c','o','v','e','r','y','-', -'f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t','i','t','i','o','n','R', -'e','s','u','l','t','#','d','n','s','S','u','f','f','i','x','}','"',',','"','p','r','o','p','e','r', -'t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',','"','t', -'y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']','}',',','{','"','c','o','n','d', -'i','t','i','o','n','s','"',':','[',']',',','"','e','r','r','o','r','"',':','"','F','I','P','S',' ', -'i','s',' ','e','n','a','b','l','e','d',' ','b','u','t',' ','t','h','i','s',' ','p','a','r','t','i', -'t','i','o','n',' ','d','o','e','s',' ','n','o','t',' ','s','u','p','p','o','r','t',' ','F','I','P', -'S','"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',']','}',',','{','"','c','o', -'n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n', -'E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','U', -'s','e','D','u','a','l','S','t','a','c','k','"','}',',','t','r','u','e',']','}',']',',','"','t','y', -'p','e','"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n', -'d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E', -'q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','t','r','u','e',',','{','"','f','n','"', -':','"','g','e','t','A','t','t','r','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"', -':','"','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','"','}',',','"','s','u','p','p', -'o','r','t','s','D','u','a','l','S','t','a','c','k','"',']','}',']','}',']',',','"','t','y','p','e', -'"',':','"','t','r','e','e','"',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i', -'t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{','"','u','r', -'l','"',':','"','h','t','t','p','s',':','/','/','d','i','s','c','o','v','e','r','y','.','{','R','e', -'g','i','o','n','}','.','{','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','#','d','u', -'a','l','S','t','a','c','k','D','n','s','S','u','f','f','i','x','}','"',',','"','p','r','o','p','e', -'r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',','"', -'t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']','}',',','{','"','c','o','n', -'d','i','t','i','o','n','s','"',':','[',']',',','"','e','r','r','o','r','"',':','"','D','u','a','l', -'S','t','a','c','k',' ','i','s',' ','e','n','a','b','l','e','d',' ','b','u','t',' ','t','h','i','s', -' ','p','a','r','t','i','t','i','o','n',' ','d','o','e','s',' ','n','o','t',' ','s','u','p','p','o', -'r','t',' ','D','u','a','l','S','t','a','c','k','"',',','"','t','y','p','e','"',':','"','e','r','r', -'o','r','"','}',']','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"', -'e','n','d','p','o','i','n','t','"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/', -'/','d','i','s','c','o','v','e','r','y','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t', -'i','t','i','o','n','R','e','s','u','l','t','#','d','n','s','S','u','f','f','i','x','}','"',',','"', -'p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':', -'{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']','}',']', +'"','}',',','"','s','u','p','p','o','r','t','s','D','u','a','l','S','t','a','c','k','"',']','}',']', +'}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s','"', +':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{','"','u','r','l','"',':','"','h','t', +'t','p','s',':','/','/','d','i','s','c','o','v','e','r','y','.','{','R','e','g','i','o','n','}','.', +'{','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','#','d','u','a','l','S','t','a','c', +'k','D','n','s','S','u','f','f','i','x','}','"',',','"','p','r','o','p','e','r','t','i','e','s','"', +':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',','"','t','y','p','e','"',':', +'"','e','n','d','p','o','i','n','t','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e', +'"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','r','r','o', +'r','"',':','"','D','u','a','l','S','t','a','c','k',' ','i','s',' ','e','n','a','b','l','e','d',' ', +'b','u','t',' ','t','h','i','s',' ','p','a','r','t','i','t','i','o','n',' ','d','o','e','s',' ','n', +'o','t',' ','s','u','p','p','o','r','t',' ','D','u','a','l','S','t','a','c','k','"',',','"','t','y', +'p','e','"',':','"','e','r','r','o','r','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e', +'e','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d', +'p','o','i','n','t','"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','d','i', +'s','c','o','v','e','r','y','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t','i','t','i', +'o','n','R','e','s','u','l','t','#','d','n','s','S','u','f','f','i','x','}','"',',','"','p','r','o', +'p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}','}', +',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']',',','"','t','y','p', +'e','"',':','"','t','r','e','e','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"', '}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','r','r','o','r', '"',':','"','I','n','v','a','l','i','d',' ','C','o','n','f','i','g','u','r','a','t','i','o','n',':', ' ','M','i','s','s','i','n','g',' ','R','e','g','i','o','n','"',',','"','t','y','p','e','"',':','"', diff --git a/generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/ClusterServiceConnectDefaultsRequest.h b/generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/ClusterServiceConnectDefaultsRequest.h index ff0e642b37a..7b9828a5178 100644 --- a/generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/ClusterServiceConnectDefaultsRequest.h +++ b/generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/ClusterServiceConnectDefaultsRequest.h @@ -64,7 +64,7 @@ namespace Model * Amazon ECS creates a Cloud Map namespace with the "API calls" method of instance * discovery only. This instance discovery method is the "HTTP" namespace type in * the Command Line Interface. Other types of instance discovery aren't used by - * Service Connect.If you update the service with an empty string + * Service Connect.
If you update the cluster with an empty string
* ""
for the namespace name, the cluster configuration for Service
* Connect is removed. Note that the namespace will remain in Cloud Map and must be
* deleted separately.
For more information about Cloud Map, see If you update the service with an empty string
+ * Service Connect. If you update the cluster with an empty string
* For more information about Cloud Map, see If you update the service with an empty string
+ * Service Connect. If you update the cluster with an empty string
* For more information about Cloud Map, see If you update the service with an empty string
+ * Service Connect. If you update the cluster with an empty string
* For more information about Cloud Map, see If you update the service with an empty string
+ * Service Connect. If you update the cluster with an empty string
* For more information about Cloud Map, see If you update the service with an empty string
+ * Service Connect. If you update the cluster with an empty string
* For more information about Cloud Map, see If you update the service with an empty string
+ * Service Connect. If you update the cluster with an empty string
* For more information about Cloud Map, see If you update the service with an empty string
+ * Service Connect. If you update the cluster with an empty string
* For more information about Cloud Map, see .env file extension. Each line in an environment file should
* contain an environment variable in If there are environment variables specified using
- * the If
+ * there are environment variables specified using the You must use the following platforms for the Fargate launch
* type: Linux platform version Windows platform version Consider the following when using the Fargate launch type: The file is handled like a native Docker env-file. There is no support for shell escape handling. The
+ * container entry point interperts the The
- * following describes the possible
- *
- * If a task is run manually, and not as part of a service, the task
- * will continue its lifecycle regardless of its health status. For tasks that are
- * part of a service, if the task reports as unhealthy then the task will be
- * stopped and the service scheduler will replace it. The following are
- * notes about container health check support: When the Amazon ECS
- * agent cannot connect to the Amazon ECS service, the service reports the
- * container as The health check
- * statuses are the "last heard from" response from the Amazon ECS agent. There are
- * no assumptions made about the status of the container health checks. Container health checks require version 1.17.0 or greater of the Amazon
- * ECS container agent. For more information, see The following describes
+ * the possible
+ * Consider the following task health example with 2 containers. If Container1 is If Container1 is If Container1 is If Container1 is
+ * Consider the following task health
+ * example with 3 containers. If Container1 is
+ * If Container1 is If Container1 is
+ * If Container1 is If Container1 is If Container1 is
+ * If a task is run manually, and not as part of a service, the task will
+ * continue its lifecycle regardless of its health status. For tasks that are part
+ * of a service, if the task reports as unhealthy then the task will be stopped and
+ * the service scheduler will replace it. The following are notes about
+ * container health check support: When the Amazon ECS agent
+ * cannot connect to the Amazon ECS service, the service reports the container as
+ * The health check statuses are the
+ * "last heard from" response from the Amazon ECS agent. There are no assumptions
+ * made about the status of the container health checks. Container health checks require version 1.17.0 or greater of the Amazon ECS
+ * container agent. For more information, see Updating
* the Amazon ECS container agent. Container health checks
* are supported for Fargate tasks if you're using platform version
diff --git a/generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/NetworkBinding.h b/generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/NetworkBinding.h
index e452850b522..d1ab6a56f82 100644
--- a/generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/NetworkBinding.h
+++ b/generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/NetworkBinding.h
@@ -169,20 +169,21 @@ namespace Model
* 100 port ranges per container. You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call You do not specify a
* For containers in a task with the
- * For containers in a task with the The A port can only be included in one port mapping
- * per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the
- * range. Docker recommends that you turn off the docker-proxy in
- * the Docker daemon config file when you have a large number of ports. For
- * more information, see Issue
- * #11185 on the Github website. For information about how to turn off
- * the docker-proxy in the Docker daemon config file, see awsvpc network mode, the For containers in a task with the
+ * The
+ * A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first
+ * port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon
+ * config file when you have a large number of ports. For more information,
+ * see Issue #11185 on the
+ * Github website. For information about how to turn off the docker-proxy in
+ * the Docker daemon config file, see Docker
* daemon in the Amazon ECS Developer Guide. You can
* call The second and top level domain involved in the activity that prompted
+ * GuardDuty to generate this finding. The second and top level domain involved in the activity that prompted
+ * GuardDuty to generate this finding. The second and top level domain involved in the activity that prompted
+ * GuardDuty to generate this finding. The second and top level domain involved in the activity that prompted
+ * GuardDuty to generate this finding. The second and top level domain involved in the activity that prompted
+ * GuardDuty to generate this finding. The second and top level domain involved in the activity that prompted
+ * GuardDuty to generate this finding. The second and top level domain involved in the activity that prompted
+ * GuardDuty to generate this finding. The second and top level domain involved in the activity that prompted
+ * GuardDuty to generate this finding. service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.dnsRequestAction.domainWithSuffix service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.dnsRequestAction.domainWithSuffix service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.dnsRequestAction.domainWithSuffix service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.dnsRequestAction.domainWithSuffix service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.dnsRequestAction.domainWithSuffix service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.dnsRequestAction.domainWithSuffix service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port Creates the replicator. Creates a new MSK VPC connection. Deletes a replicator. Deletes a MSK VPC connection. Describes a replicator. Returns a description of this MSK VPC connection. Lists the replicators. Returns a list of the Scram Secrets associated with an Amazon
@@ -1338,6 +1438,31 @@ namespace Kafka
return SubmitAsync(&KafkaClient::UpdateMonitoring, request, handler, context);
}
+ /**
+ * Updates replication info of a replicator. Updates the security settings for the cluster. You can use this
diff --git a/generated/src/aws-cpp-sdk-kafka/include/aws/kafka/KafkaServiceClientModel.h b/generated/src/aws-cpp-sdk-kafka/include/aws/kafka/KafkaServiceClientModel.h
index a462bae94d4..13016cab09b 100644
--- a/generated/src/aws-cpp-sdk-kafka/include/aws/kafka/KafkaServiceClientModel.h
+++ b/generated/src/aws-cpp-sdk-kafka/include/aws/kafka/KafkaServiceClientModel.h
@@ -22,10 +22,12 @@
#include Details of an Amazon MSK Cluster. The Amazon Resource Name (ARN) of an Amazon MSK cluster. The Amazon Resource Name (ARN) of an Amazon MSK cluster. The Amazon Resource Name (ARN) of an Amazon MSK cluster. The Amazon Resource Name (ARN) of an Amazon MSK cluster. The Amazon Resource Name (ARN) of an Amazon MSK cluster. The Amazon Resource Name (ARN) of an Amazon MSK cluster. The Amazon Resource Name (ARN) of an Amazon MSK cluster. The Amazon Resource Name (ARN) of an Amazon MSK cluster. Details about consumer group replication. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. Enables synchronization of consumer groups to target cluster. Enables synchronization of consumer groups to target cluster. Enables synchronization of consumer groups to target cluster. Enables synchronization of consumer groups to target cluster. Enables synchronization of consumer group offsets to target cluster. The
+ * translated offsets will be written to topic __consumer_offsets. Enables synchronization of consumer group offsets to target cluster. The
+ * translated offsets will be written to topic __consumer_offsets. Enables synchronization of consumer group offsets to target cluster. The
+ * translated offsets will be written to topic __consumer_offsets. Enables synchronization of consumer group offsets to target cluster. The
+ * translated offsets will be written to topic __consumer_offsets. Details about consumer group replication. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups that
+ * should not be replicated. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. List of regular expression patterns indicating the consumer groups to
+ * copy. Enables synchronization of consumer groups to target cluster. Enables synchronization of consumer groups to target cluster. Enables synchronization of consumer groups to target cluster. Enables synchronization of consumer groups to target cluster. Enables synchronization of consumer group offsets to target cluster. The
+ * translated offsets will be written to topic __consumer_offsets. Enables synchronization of consumer group offsets to target cluster. The
+ * translated offsets will be written to topic __consumer_offsets. Enables synchronization of consumer group offsets to target cluster. The
+ * translated offsets will be written to topic __consumer_offsets. Enables synchronization of consumer group offsets to target cluster. The
+ * translated offsets will be written to topic __consumer_offsets. Creates a replicator using the specified configuration. A summary description of the replicator. A summary description of the replicator. A summary description of the replicator. A summary description of the replicator. A summary description of the replicator. A summary description of the replicator. A summary description of the replicator. A summary description of the replicator. Kafka Clusters to use in setting up sources / targets for replication. Kafka Clusters to use in setting up sources / targets for replication. Kafka Clusters to use in setting up sources / targets for replication. Kafka Clusters to use in setting up sources / targets for replication. Kafka Clusters to use in setting up sources / targets for replication. Kafka Clusters to use in setting up sources / targets for replication. Kafka Clusters to use in setting up sources / targets for replication. Kafka Clusters to use in setting up sources / targets for replication. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. The name of the replicator. Alpha-numeric characters with '-' are
+ * allowed. The name of the replicator. Alpha-numeric characters with '-' are
+ * allowed. The name of the replicator. Alpha-numeric characters with '-' are
+ * allowed. The name of the replicator. Alpha-numeric characters with '-' are
+ * allowed. The name of the replicator. Alpha-numeric characters with '-' are
+ * allowed. The name of the replicator. Alpha-numeric characters with '-' are
+ * allowed. The name of the replicator. Alpha-numeric characters with '-' are
+ * allowed. The name of the replicator. Alpha-numeric characters with '-' are
+ * allowed. The ARN of the IAM role used by the replicator to access resources in the
+ * customer's account (e.g source and target clusters) The ARN of the IAM role used by the replicator to access resources in the
+ * customer's account (e.g source and target clusters) The ARN of the IAM role used by the replicator to access resources in the
+ * customer's account (e.g source and target clusters) The ARN of the IAM role used by the replicator to access resources in the
+ * customer's account (e.g source and target clusters) The ARN of the IAM role used by the replicator to access resources in the
+ * customer's account (e.g source and target clusters) The ARN of the IAM role used by the replicator to access resources in the
+ * customer's account (e.g source and target clusters) The ARN of the IAM role used by the replicator to access resources in the
+ * customer's account (e.g source and target clusters) The ARN of the IAM role used by the replicator to access resources in the
+ * customer's account (e.g source and target clusters) List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. List of tags to attach to created Replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. Name of the replicator provided by the customer. Name of the replicator provided by the customer. Name of the replicator provided by the customer. Name of the replicator provided by the customer. Name of the replicator provided by the customer. Name of the replicator provided by the customer. Name of the replicator provided by the customer. State of the replicator. State of the replicator. State of the replicator. State of the replicator. State of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. The Amazon Resource Name (ARN) of the replicator to be deleted. The Amazon Resource Name (ARN) of the replicator to be deleted. The Amazon Resource Name (ARN) of the replicator to be deleted. The Amazon Resource Name (ARN) of the replicator to be deleted. The Amazon Resource Name (ARN) of the replicator to be deleted. The Amazon Resource Name (ARN) of the replicator to be deleted. The Amazon Resource Name (ARN) of the replicator to be deleted. The Amazon Resource Name (ARN) of the replicator to be deleted. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The state of the replicator. The state of the replicator. The state of the replicator. The state of the replicator. The state of the replicator. The Amazon Resource Name (ARN) of the replicator to be described. The Amazon Resource Name (ARN) of the replicator to be described. The Amazon Resource Name (ARN) of the replicator to be described. The Amazon Resource Name (ARN) of the replicator to be described. The Amazon Resource Name (ARN) of the replicator to be described. The Amazon Resource Name (ARN) of the replicator to be described. The Amazon Resource Name (ARN) of the replicator to be described. The Amazon Resource Name (ARN) of the replicator to be described. The time when the replicator was created. The time when the replicator was created. The time when the replicator was created. The time when the replicator was created. The time when the replicator was created. The current version number of the replicator. The current version number of the replicator. The current version number of the replicator. The current version number of the replicator. The current version number of the replicator. The current version number of the replicator. The current version number of the replicator. Whether this resource is a replicator reference. Whether this resource is a replicator reference. Whether this resource is a replicator reference. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. A list of replication configurations, where each configuration targets a
+ * given source cluster to target cluster replication flow. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The description of the replicator. The description of the replicator. The description of the replicator. The description of the replicator. The description of the replicator. The description of the replicator. The description of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. State of the replicator. State of the replicator. State of the replicator. State of the replicator. State of the replicator. The Amazon Resource Name (ARN) of the IAM role used by the replicator to
+ * access resources in the customer's account (e.g source and target clusters) The Amazon Resource Name (ARN) of the IAM role used by the replicator to
+ * access resources in the customer's account (e.g source and target clusters) The Amazon Resource Name (ARN) of the IAM role used by the replicator to
+ * access resources in the customer's account (e.g source and target clusters) The Amazon Resource Name (ARN) of the IAM role used by the replicator to
+ * access resources in the customer's account (e.g source and target clusters) The Amazon Resource Name (ARN) of the IAM role used by the replicator to
+ * access resources in the customer's account (e.g source and target clusters) The Amazon Resource Name (ARN) of the IAM role used by the replicator to
+ * access resources in the customer's account (e.g source and target clusters) The Amazon Resource Name (ARN) of the IAM role used by the replicator to
+ * access resources in the customer's account (e.g source and target clusters) Details about the state of the replicator. Details about the state of the replicator. Details about the state of the replicator. Details about the state of the replicator. Details about the state of the replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. List of tags attached to the Replicator. Information about Kafka Cluster to be used as source / target for
+ * replication. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. The security groups to attach to the ENIs for the broker nodes. The security groups to attach to the ENIs for the broker nodes. The security groups to attach to the ENIs for the broker nodes. The security groups to attach to the ENIs for the broker nodes. The security groups to attach to the ENIs for the broker nodes. The security groups to attach to the ENIs for the broker nodes. The security groups to attach to the ENIs for the broker nodes. The security groups to attach to the ENIs for the broker nodes. The security groups to attach to the ENIs for the broker nodes. The list of subnets in the client VPC to connect to. The list of subnets in the client VPC to connect to. The list of subnets in the client VPC to connect to. The list of subnets in the client VPC to connect to. The list of subnets in the client VPC to connect to. The list of subnets in the client VPC to connect to. The list of subnets in the client VPC to connect to. The list of subnets in the client VPC to connect to. The list of subnets in the client VPC to connect to. Information about Kafka Cluster used as source / target for
+ * replication. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Details of an Amazon VPC which has network connectivity to the Apache Kafka
+ * cluster. Summarized information about Kafka Cluster used as source / target for
+ * replication. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. Details of an Amazon MSK Cluster. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The alias of the Kafka cluster. Used to prefix names of replicated
+ * topics. The maximum number of results to return in the response. If there are more
+ * results, the response includes a NextToken parameter. The maximum number of results to return in the response. If there are more
+ * results, the response includes a NextToken parameter. The maximum number of results to return in the response. If there are more
+ * results, the response includes a NextToken parameter. The maximum number of results to return in the response. If there are more
+ * results, the response includes a NextToken parameter. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. Returns replicators starting with given name. Returns replicators starting with given name. Returns replicators starting with given name. Returns replicators starting with given name. Returns replicators starting with given name. Returns replicators starting with given name. Returns replicators starting with given name. Returns replicators starting with given name. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. If the response of ListReplicators is truncated, it returns a NextToken in
+ * the response. This NextToken should be sent in the subsequent request to
+ * ListReplicators. List containing information of each of the replicators in the account. List containing information of each of the replicators in the account. List containing information of each of the replicators in the account. List containing information of each of the replicators in the account. List containing information of each of the replicators in the account. List containing information of each of the replicators in the account. List containing information of each of the replicators in the account. Specifies configuration for replication between a source and target Kafka
+ * cluster. Configuration relating to consumer group replication. Configuration relating to consumer group replication. Configuration relating to consumer group replication. Configuration relating to consumer group replication. Configuration relating to consumer group replication. Configuration relating to consumer group replication. The ARN of the source Kafka cluster. The ARN of the source Kafka cluster. The ARN of the source Kafka cluster. The ARN of the source Kafka cluster. The ARN of the source Kafka cluster. The ARN of the source Kafka cluster. The ARN of the source Kafka cluster. The ARN of the source Kafka cluster. The compression type to use when producing records to target cluster. The compression type to use when producing records to target cluster. The compression type to use when producing records to target cluster. The compression type to use when producing records to target cluster. The compression type to use when producing records to target cluster. The compression type to use when producing records to target cluster. The ARN of the target Kafka cluster. The ARN of the target Kafka cluster. The ARN of the target Kafka cluster. The ARN of the target Kafka cluster. The ARN of the target Kafka cluster. The ARN of the target Kafka cluster. The ARN of the target Kafka cluster. The ARN of the target Kafka cluster. Configuration relating to topic replication. Configuration relating to topic replication. Configuration relating to topic replication. Configuration relating to topic replication. Configuration relating to topic replication. Configuration relating to topic replication. Specifies configuration for replication between a source and target Kafka
+ * cluster (sourceKafkaClusterAlias -> targetKafkaClusterAlias) Configuration relating to consumer group replication. Configuration relating to consumer group replication. Configuration relating to consumer group replication. Configuration relating to consumer group replication. Configuration relating to consumer group replication. Configuration relating to consumer group replication. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The compression type to use when producing records to target cluster. The compression type to use when producing records to target cluster. The compression type to use when producing records to target cluster. The compression type to use when producing records to target cluster. The compression type to use when producing records to target cluster. The compression type to use when producing records to target cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. Configuration relating to topic replication. Configuration relating to topic replication. Configuration relating to topic replication. Configuration relating to topic replication. Configuration relating to topic replication. Configuration relating to topic replication. Summarized information of replication between clusters. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the source Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. The alias of the target Kafka cluster. Information about a replicator. The time the replicator was created. The time the replicator was created. The time the replicator was created. The time the replicator was created. The time the replicator was created. The time the replicator was created. The current version of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. The current version of the replicator. Whether this resource is a replicator reference. Whether this resource is a replicator reference. Whether this resource is a replicator reference. Whether this resource is a replicator reference. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. Kafka Clusters used in setting up sources / targets for replication. A list of summarized information of replications between clusters. A list of summarized information of replications between clusters. A list of summarized information of replications between clusters. A list of summarized information of replications between clusters. A list of summarized information of replications between clusters. A list of summarized information of replications between clusters. A list of summarized information of replications between clusters. A list of summarized information of replications between clusters. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The Amazon Resource Name (ARN) of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The name of the replicator. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. The Amazon Resource Name (ARN) of the replicator resource in the region where
+ * the replicator was created. State of the replicator. State of the replicator. State of the replicator. State of the replicator. State of the replicator. State of the replicator. Details about topic replication. Whether to periodically configure remote topic ACLs to match their
+ * corresponding upstream topics. Whether to periodically configure remote topic ACLs to match their
+ * corresponding upstream topics. Whether to periodically configure remote topic ACLs to match their
+ * corresponding upstream topics. Whether to periodically configure remote topic ACLs to match their
+ * corresponding upstream topics. Whether to periodically configure remote topics to match their corresponding
+ * upstream topics. Whether to periodically configure remote topics to match their corresponding
+ * upstream topics. Whether to periodically configure remote topics to match their corresponding
+ * upstream topics. Whether to periodically configure remote topics to match their corresponding
+ * upstream topics. Whether to periodically check for new topics and partitions. Whether to periodically check for new topics and partitions. Whether to periodically check for new topics and partitions. Whether to periodically check for new topics and partitions. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. Details for updating the topic replication of a replicator. Whether to periodically configure remote topic ACLs to match their
+ * corresponding upstream topics. Whether to periodically configure remote topic ACLs to match their
+ * corresponding upstream topics. Whether to periodically configure remote topic ACLs to match their
+ * corresponding upstream topics. Whether to periodically configure remote topic ACLs to match their
+ * corresponding upstream topics. Whether to periodically configure remote topics to match their corresponding
+ * upstream topics. Whether to periodically configure remote topics to match their corresponding
+ * upstream topics. Whether to periodically configure remote topics to match their corresponding
+ * upstream topics. Whether to periodically configure remote topics to match their corresponding
+ * upstream topics. Whether to periodically check for new topics and partitions. Whether to periodically check for new topics and partitions. Whether to periodically check for new topics and partitions. Whether to periodically check for new topics and partitions. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics that should not be
+ * replicated. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. List of regular expression patterns indicating the topics to copy. Update information relating to replication between a given source and target
+ * Kafka cluster.""
for the namespace name, the cluster configuration for Service
* Connect is removed. Note that the namespace will remain in Cloud Map and must be
* deleted separately.""
for the namespace name, the cluster configuration for Service
* Connect is removed. Note that the namespace will remain in Cloud Map and must be
* deleted separately.""
for the namespace name, the cluster configuration for Service
* Connect is removed. Note that the namespace will remain in Cloud Map and must be
* deleted separately.""
for the namespace name, the cluster configuration for Service
* Connect is removed. Note that the namespace will remain in Cloud Map and must be
* deleted separately.""
for the namespace name, the cluster configuration for Service
* Connect is removed. Note that the namespace will remain in Cloud Map and must be
* deleted separately.""
for the namespace name, the cluster configuration for Service
* Connect is removed. Note that the namespace will remain in Cloud Map and must be
* deleted separately.""
for the namespace name, the cluster configuration for Service
* Connect is removed. Note that the namespace will remain in Cloud Map and must be
* deleted separately.VARIABLE=VALUE
format. Lines
- * beginning with #
are treated as comments and are ignored. For more
- * information about the environment variable file syntax, see Declare default environment
- * variables in file.environment
parameter in a container definition, they take
- * precedence over the variables contained within an environment file. If multiple
- * environment files are specified that contain the same variable, they're
- * processed from the top down. We recommend that you use unique variable names.
- * For more information, see # are treated as comments and are ignored.environment
+ * parameter in a container definition, they take precedence over the variables
+ * contained within an environment file. If multiple environment files are
+ * specified that contain the same variable, they're processed from the top down.
+ * We recommend that you use unique variable names. For more information, see Specifying
* environment variables in the Amazon Elastic Container Service Developer
* Guide.
1.4.0
or later.1.0.0
or later.
+ *
VARIABLE
values.See Also:
AWS
* API ReferenceHEALTHY
-The container health check has passed successfully.UNHEALTHY
-The container health check has failed.UNKNOWN
-The container health check is being
- * evaluated or there's no container health check defined.healthStatus
values for a task.
- * The container health check status of non-essential containers don't have an
- * effect on the health status of a task.
HEALTHY
-All essential containers within the task have passed their
- * health checks.UNHEALTHY
-One or more essential
- * containers have failed their health check.UNKNOWN
-The essential containers within the task are still having
- * their health checks evaluated, there are only nonessential containers with
- * health checks defined, or there are no container health checks defined.
UNHEALTHY
. healthStatus
values based on the container health
+ * checker status of essential containers in the task with the following priority
+ * order (high to low):
UNHEALTHY
-One or more
+ * essential containers have failed their health check.UNKNOWN
-Any essential container running within the task is in an
+ * UNKNOWN
state and no other essential containers have an
+ * UNHEALTHY
state.HEALTHY
-All
+ * essential containers within the task have passed their health checks.
+ *
UNHEALTHY
and Container2 is
+ * UNKNOWN
, the task health is UNHEALTHY
.UNHEALTHY
and Container2 is
+ * HEALTHY
, the task health is UNHEALTHY
.HEALTHY
and Container2 is UNKNOWN
,
+ * the task health is UNKNOWN
.HEALTHY
and Container2 is HEALTHY
, the task health is
+ * HEALTHY
.
+ * UNHEALTHY
and Container2 is UNKNOWN
, and Container3 is
+ * UNKNOWN
, the task health is UNHEALTHY
.UNHEALTHY
and Container2 is
+ * UNKNOWN
, and Container3 is HEALTHY
, the task health is
+ * UNHEALTHY
.UNHEALTHY
and Container2 is HEALTHY
, and Container3 is
+ * HEALTHY
, the task health is UNHEALTHY
.HEALTHY
and Container2 is UNKNOWN
,
+ * and Container3 is HEALTHY
, the task health is
+ * UNKNOWN
.HEALTHY
+ * and Container2 is UNKNOWN
, and Container3 is UNKNOWN
,
+ * the task health is UNKNOWN
.HEALTHY
and Container2 is HEALTHY
, and Container3 is
+ * HEALTHY
, the task health is HEALTHY
.
UNHEALTHY
. hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.hostPortRange
. The value of the hostPortRange
is set
* as follows:
awsvpc
network mode, the hostPort
is set to the same
- * value as the containerPort
. This is a static mapping strategy.bridge
network
- * mode, the Amazon ECS agent finds open host ports from the default ephemeral
- * range and passes it to docker to bind them to the container ports.containerPortRange
valid values are between
- * 1 and 65535.hostPortRange
is set to the
+ * same value as the containerPortRange
. This is a static mapping
+ * strategy.bridge
network mode, the Amazon ECS agent finds open host ports
+ * from the default ephemeral range and passes it to docker to bind them to the
+ * container ports.containerPortRange
valid values are between 1 and 65535.See Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee
+ * Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee
+ * Also:
AWS
+ * API ReferenceSee
+ * Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API ReferenceSee
+ * Also:
AWS
+ * API ReferenceSee Also:
AWS
+ * API Reference
Updated consumer group replication information.
+ */ + inline const ConsumerGroupReplicationUpdate& GetConsumerGroupReplication() const{ return m_consumerGroupReplication; } + + /** + *Updated consumer group replication information.
+ */ + inline bool ConsumerGroupReplicationHasBeenSet() const { return m_consumerGroupReplicationHasBeenSet; } + + /** + *Updated consumer group replication information.
+ */ + inline void SetConsumerGroupReplication(const ConsumerGroupReplicationUpdate& value) { m_consumerGroupReplicationHasBeenSet = true; m_consumerGroupReplication = value; } + + /** + *Updated consumer group replication information.
+ */ + inline void SetConsumerGroupReplication(ConsumerGroupReplicationUpdate&& value) { m_consumerGroupReplicationHasBeenSet = true; m_consumerGroupReplication = std::move(value); } + + /** + *Updated consumer group replication information.
+ */ + inline UpdateReplicationInfoRequest& WithConsumerGroupReplication(const ConsumerGroupReplicationUpdate& value) { SetConsumerGroupReplication(value); return *this;} + + /** + *Updated consumer group replication information.
+ */ + inline UpdateReplicationInfoRequest& WithConsumerGroupReplication(ConsumerGroupReplicationUpdate&& value) { SetConsumerGroupReplication(std::move(value)); return *this;} + + + /** + *Current replicator version.
+ */ + inline const Aws::String& GetCurrentVersion() const{ return m_currentVersion; } + + /** + *Current replicator version.
+ */ + inline bool CurrentVersionHasBeenSet() const { return m_currentVersionHasBeenSet; } + + /** + *Current replicator version.
+ */ + inline void SetCurrentVersion(const Aws::String& value) { m_currentVersionHasBeenSet = true; m_currentVersion = value; } + + /** + *Current replicator version.
+ */ + inline void SetCurrentVersion(Aws::String&& value) { m_currentVersionHasBeenSet = true; m_currentVersion = std::move(value); } + + /** + *Current replicator version.
+ */ + inline void SetCurrentVersion(const char* value) { m_currentVersionHasBeenSet = true; m_currentVersion.assign(value); } + + /** + *Current replicator version.
+ */ + inline UpdateReplicationInfoRequest& WithCurrentVersion(const Aws::String& value) { SetCurrentVersion(value); return *this;} + + /** + *Current replicator version.
+ */ + inline UpdateReplicationInfoRequest& WithCurrentVersion(Aws::String&& value) { SetCurrentVersion(std::move(value)); return *this;} + + /** + *Current replicator version.
+ */ + inline UpdateReplicationInfoRequest& WithCurrentVersion(const char* value) { SetCurrentVersion(value); return *this;} + + + /** + *The Amazon Resource Name (ARN) of the replicator to be updated.
+ */ + inline const Aws::String& GetReplicatorArn() const{ return m_replicatorArn; } + + /** + *The Amazon Resource Name (ARN) of the replicator to be updated.
+ */ + inline bool ReplicatorArnHasBeenSet() const { return m_replicatorArnHasBeenSet; } + + /** + *The Amazon Resource Name (ARN) of the replicator to be updated.
+ */ + inline void SetReplicatorArn(const Aws::String& value) { m_replicatorArnHasBeenSet = true; m_replicatorArn = value; } + + /** + *The Amazon Resource Name (ARN) of the replicator to be updated.
+ */ + inline void SetReplicatorArn(Aws::String&& value) { m_replicatorArnHasBeenSet = true; m_replicatorArn = std::move(value); } + + /** + *The Amazon Resource Name (ARN) of the replicator to be updated.
+ */ + inline void SetReplicatorArn(const char* value) { m_replicatorArnHasBeenSet = true; m_replicatorArn.assign(value); } + + /** + *The Amazon Resource Name (ARN) of the replicator to be updated.
+ */ + inline UpdateReplicationInfoRequest& WithReplicatorArn(const Aws::String& value) { SetReplicatorArn(value); return *this;} + + /** + *The Amazon Resource Name (ARN) of the replicator to be updated.
+ */ + inline UpdateReplicationInfoRequest& WithReplicatorArn(Aws::String&& value) { SetReplicatorArn(std::move(value)); return *this;} + + /** + *The Amazon Resource Name (ARN) of the replicator to be updated.
+ */ + inline UpdateReplicationInfoRequest& WithReplicatorArn(const char* value) { SetReplicatorArn(value); return *this;} + + + /** + *The ARN of the source Kafka cluster.
+ */ + inline const Aws::String& GetSourceKafkaClusterArn() const{ return m_sourceKafkaClusterArn; } + + /** + *The ARN of the source Kafka cluster.
+ */ + inline bool SourceKafkaClusterArnHasBeenSet() const { return m_sourceKafkaClusterArnHasBeenSet; } + + /** + *The ARN of the source Kafka cluster.
+ */ + inline void SetSourceKafkaClusterArn(const Aws::String& value) { m_sourceKafkaClusterArnHasBeenSet = true; m_sourceKafkaClusterArn = value; } + + /** + *The ARN of the source Kafka cluster.
+ */ + inline void SetSourceKafkaClusterArn(Aws::String&& value) { m_sourceKafkaClusterArnHasBeenSet = true; m_sourceKafkaClusterArn = std::move(value); } + + /** + *The ARN of the source Kafka cluster.
+ */ + inline void SetSourceKafkaClusterArn(const char* value) { m_sourceKafkaClusterArnHasBeenSet = true; m_sourceKafkaClusterArn.assign(value); } + + /** + *The ARN of the source Kafka cluster.
+ */ + inline UpdateReplicationInfoRequest& WithSourceKafkaClusterArn(const Aws::String& value) { SetSourceKafkaClusterArn(value); return *this;} + + /** + *The ARN of the source Kafka cluster.
+ */ + inline UpdateReplicationInfoRequest& WithSourceKafkaClusterArn(Aws::String&& value) { SetSourceKafkaClusterArn(std::move(value)); return *this;} + + /** + *The ARN of the source Kafka cluster.
+ */ + inline UpdateReplicationInfoRequest& WithSourceKafkaClusterArn(const char* value) { SetSourceKafkaClusterArn(value); return *this;} + + + /** + *The ARN of the target Kafka cluster.
+ */ + inline const Aws::String& GetTargetKafkaClusterArn() const{ return m_targetKafkaClusterArn; } + + /** + *The ARN of the target Kafka cluster.
+ */ + inline bool TargetKafkaClusterArnHasBeenSet() const { return m_targetKafkaClusterArnHasBeenSet; } + + /** + *The ARN of the target Kafka cluster.
+ */ + inline void SetTargetKafkaClusterArn(const Aws::String& value) { m_targetKafkaClusterArnHasBeenSet = true; m_targetKafkaClusterArn = value; } + + /** + *The ARN of the target Kafka cluster.
+ */ + inline void SetTargetKafkaClusterArn(Aws::String&& value) { m_targetKafkaClusterArnHasBeenSet = true; m_targetKafkaClusterArn = std::move(value); } + + /** + *The ARN of the target Kafka cluster.
+ */ + inline void SetTargetKafkaClusterArn(const char* value) { m_targetKafkaClusterArnHasBeenSet = true; m_targetKafkaClusterArn.assign(value); } + + /** + *The ARN of the target Kafka cluster.
+ */ + inline UpdateReplicationInfoRequest& WithTargetKafkaClusterArn(const Aws::String& value) { SetTargetKafkaClusterArn(value); return *this;} + + /** + *The ARN of the target Kafka cluster.
+ */ + inline UpdateReplicationInfoRequest& WithTargetKafkaClusterArn(Aws::String&& value) { SetTargetKafkaClusterArn(std::move(value)); return *this;} + + /** + *The ARN of the target Kafka cluster.
+ */ + inline UpdateReplicationInfoRequest& WithTargetKafkaClusterArn(const char* value) { SetTargetKafkaClusterArn(value); return *this;} + + + /** + *Updated topic replication information.
+ */ + inline const TopicReplicationUpdate& GetTopicReplication() const{ return m_topicReplication; } + + /** + *Updated topic replication information.
+ */ + inline bool TopicReplicationHasBeenSet() const { return m_topicReplicationHasBeenSet; } + + /** + *Updated topic replication information.
+ */ + inline void SetTopicReplication(const TopicReplicationUpdate& value) { m_topicReplicationHasBeenSet = true; m_topicReplication = value; } + + /** + *Updated topic replication information.
+ */ + inline void SetTopicReplication(TopicReplicationUpdate&& value) { m_topicReplicationHasBeenSet = true; m_topicReplication = std::move(value); } + + /** + *Updated topic replication information.
+ */ + inline UpdateReplicationInfoRequest& WithTopicReplication(const TopicReplicationUpdate& value) { SetTopicReplication(value); return *this;} + + /** + *Updated topic replication information.
+ */ + inline UpdateReplicationInfoRequest& WithTopicReplication(TopicReplicationUpdate&& value) { SetTopicReplication(std::move(value)); return *this;} + + private: + + ConsumerGroupReplicationUpdate m_consumerGroupReplication; + bool m_consumerGroupReplicationHasBeenSet = false; + + Aws::String m_currentVersion; + bool m_currentVersionHasBeenSet = false; + + Aws::String m_replicatorArn; + bool m_replicatorArnHasBeenSet = false; + + Aws::String m_sourceKafkaClusterArn; + bool m_sourceKafkaClusterArnHasBeenSet = false; + + Aws::String m_targetKafkaClusterArn; + bool m_targetKafkaClusterArnHasBeenSet = false; + + TopicReplicationUpdate m_topicReplication; + bool m_topicReplicationHasBeenSet = false; + }; + +} // namespace Model +} // namespace Kafka +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-kafka/include/aws/kafka/model/UpdateReplicationInfoResult.h b/generated/src/aws-cpp-sdk-kafka/include/aws/kafka/model/UpdateReplicationInfoResult.h new file mode 100644 index 00000000000..07c4007c024 --- /dev/null +++ b/generated/src/aws-cpp-sdk-kafka/include/aws/kafka/model/UpdateReplicationInfoResult.h @@ -0,0 +1,130 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe Amazon Resource Name (ARN) of the replicator.
+ */ + inline const Aws::String& GetReplicatorArn() const{ return m_replicatorArn; } + + /** + *The Amazon Resource Name (ARN) of the replicator.
+ */ + inline void SetReplicatorArn(const Aws::String& value) { m_replicatorArn = value; } + + /** + *The Amazon Resource Name (ARN) of the replicator.
+ */ + inline void SetReplicatorArn(Aws::String&& value) { m_replicatorArn = std::move(value); } + + /** + *The Amazon Resource Name (ARN) of the replicator.
+ */ + inline void SetReplicatorArn(const char* value) { m_replicatorArn.assign(value); } + + /** + *The Amazon Resource Name (ARN) of the replicator.
+ */ + inline UpdateReplicationInfoResult& WithReplicatorArn(const Aws::String& value) { SetReplicatorArn(value); return *this;} + + /** + *The Amazon Resource Name (ARN) of the replicator.
+ */ + inline UpdateReplicationInfoResult& WithReplicatorArn(Aws::String&& value) { SetReplicatorArn(std::move(value)); return *this;} + + /** + *The Amazon Resource Name (ARN) of the replicator.
+ */ + inline UpdateReplicationInfoResult& WithReplicatorArn(const char* value) { SetReplicatorArn(value); return *this;} + + + /** + *State of the replicator.
+ */ + inline const ReplicatorState& GetReplicatorState() const{ return m_replicatorState; } + + /** + *State of the replicator.
+ */ + inline void SetReplicatorState(const ReplicatorState& value) { m_replicatorState = value; } + + /** + *State of the replicator.
+ */ + inline void SetReplicatorState(ReplicatorState&& value) { m_replicatorState = std::move(value); } + + /** + *State of the replicator.
+ */ + inline UpdateReplicationInfoResult& WithReplicatorState(const ReplicatorState& value) { SetReplicatorState(value); return *this;} + + /** + *State of the replicator.
+ */ + inline UpdateReplicationInfoResult& WithReplicatorState(ReplicatorState&& value) { SetReplicatorState(std::move(value)); return *this;} + + + + inline const Aws::String& GetRequestId() const{ return m_requestId; } + + + inline void SetRequestId(const Aws::String& value) { m_requestId = value; } + + + inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } + + + inline void SetRequestId(const char* value) { m_requestId.assign(value); } + + + inline UpdateReplicationInfoResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} + + + inline UpdateReplicationInfoResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} + + + inline UpdateReplicationInfoResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} + + private: + + Aws::String m_replicatorArn; + + ReplicatorState m_replicatorState; + + Aws::String m_requestId; + }; + +} // namespace Model +} // namespace Kafka +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-kafka/source/KafkaClient.cpp b/generated/src/aws-cpp-sdk-kafka/source/KafkaClient.cpp index 4342d6f2627..db7e16f7135 100644 --- a/generated/src/aws-cpp-sdk-kafka/source/KafkaClient.cpp +++ b/generated/src/aws-cpp-sdk-kafka/source/KafkaClient.cpp @@ -25,10 +25,12 @@ #include Be aware that you must specify a Regional endpoint for a
- * cluster when you work with API cluster operations to get or update routing
- * control states in Route 53 ARC. In addition, you must specify the US West
- * (Oregon) Region for Route 53 ARC API calls. For example, use the parameter
- * Be aware that you must specify a Regional
+ * endpoint for a cluster when you work with API cluster operations to get or
+ * update routing control states in Route 53 ARC. In addition, you must specify
+ * the US West (Oregon) Region for Route 53 ARC API calls. For example, use the
+ * parameter This API guide includes
@@ -121,10 +121,10 @@ namespace Route53RecoveryCluster
/**
* Get the state for a routing control. A routing control is a simple on/off
* switch that you can use to route traffic to cells. When a routing control state
- * is On, traffic flows to a cell. When the state is Off, traffic does not flow.
- * Before you can create a routing control, you must first create a
- * cluster, and then host the control in a control panel on the cluster. For more
- * information, see Before you can create a routing control, you must first
+ * create a cluster, and then host the control in a control panel on the cluster.
+ * For more information, see
* Create routing control structures in the Amazon Route 53 Application
* Recovery Controller Developer Guide. You access one of the endpoints for the
@@ -173,10 +173,10 @@ namespace Route53RecoveryCluster
* panel ARN, this call lists the routing controls in the control panel. Otherwise,
* it lists all the routing controls in the cluster. A routing control is a
* simple on/off switch in Route 53 ARC that you can use to route traffic to cells.
- * When a routing control state is On, traffic flows to a cell. When the state is
- * Off, traffic does not flow. Before you can create a routing control, you
- * must first create a cluster, and then host the control in a control panel on the
- * cluster. For more information, see Before you can create a
+ * routing control, you must first create a cluster, and then host the control in a
+ * control panel on the cluster. For more information, see
* Create routing control structures in the Amazon Route 53 Application
* Recovery Controller Developer Guide. You access one of the endpoints for the
@@ -216,8 +216,8 @@ namespace Route53RecoveryCluster
/**
* Set the state of the routing control to reroute traffic. You can set the
- * value to be On or Off. When the state is On, traffic flows to a cell. When the
- * state is Off, traffic does not flow. With Route 53 ARC, you can add
+ * value to ON or OFF. When the state is ON, traffic flows to a cell. When the
+ * state is OFF, traffic does not flow. With Route 53 ARC, you can add
* safety rules for routing controls, which are safeguards for routing control
* state updates that help prevent unexpected outcomes, like fail open traffic
* routing. However, there are scenarios when you might want to bypass the routing
@@ -268,7 +268,7 @@ namespace Route53RecoveryCluster
/**
* Set multiple routing control states. You can set the value for each state to
- * be On or Off. When the state is On, traffic flows to a cell. When it's Off,
+ * be ON or OFF. When the state is ON, traffic flows to a cell. When it's OFF,
* traffic does not flow. With Route 53 ARC, you can add safety rules for
* routing controls, which are safeguards for routing control state updates that
* help prevent unexpected outcomes, like fail open traffic routing. However, there
diff --git a/generated/src/aws-cpp-sdk-route53-recovery-cluster/include/aws/route53-recovery-cluster/model/RoutingControl.h b/generated/src/aws-cpp-sdk-route53-recovery-cluster/include/aws/route53-recovery-cluster/model/RoutingControl.h
index c687b03bdfa..1511acb2bf0 100644
--- a/generated/src/aws-cpp-sdk-route53-recovery-cluster/include/aws/route53-recovery-cluster/model/RoutingControl.h
+++ b/generated/src/aws-cpp-sdk-route53-recovery-cluster/include/aws/route53-recovery-cluster/model/RoutingControl.h
@@ -26,8 +26,9 @@ namespace Model
/**
* A routing control, which is a simple on/off switch that you can use to route
- * traffic to cells. When a routing control state is On, traffic flows to a cell.
- * When the state is Off, traffic does not flow. The name of the control panel where the routing control is located. The name of the control panel where the routing control is located. Only
+ * ASCII characters are supported for control panel names. The name of the control panel where the routing control is located. The name of the control panel where the routing control is located. Only
+ * ASCII characters are supported for control panel names. The name of the control panel where the routing control is located. The name of the control panel where the routing control is located. Only
+ * ASCII characters are supported for control panel names. The name of the control panel where the routing control is located. The name of the control panel where the routing control is located. Only
+ * ASCII characters are supported for control panel names. The name of the control panel where the routing control is located. The name of the control panel where the routing control is located. Only
+ * ASCII characters are supported for control panel names. The name of the control panel where the routing control is located. The name of the control panel where the routing control is located. Only
+ * ASCII characters are supported for control panel names. The name of the control panel where the routing control is located. The name of the control panel where the routing control is located. Only
+ * ASCII characters are supported for control panel names. The name of the control panel where the routing control is located. The name of the control panel where the routing control is located. Only
+ * ASCII characters are supported for control panel names. The current state of the routing control. When a routing control state is On,
- * traffic flows to a cell. When the state is Off, traffic does not flow. The current state of the routing control. When a routing control state is set
+ * to ON, traffic flows to a cell. When the state is set to OFF, traffic does not
+ * flow. The current state of the routing control. When a routing control state is On,
- * traffic flows to a cell. When the state is Off, traffic does not flow. The current state of the routing control. When a routing control state is set
+ * to ON, traffic flows to a cell. When the state is set to OFF, traffic does not
+ * flow. The current state of the routing control. When a routing control state is On,
- * traffic flows to a cell. When the state is Off, traffic does not flow. The current state of the routing control. When a routing control state is set
+ * to ON, traffic flows to a cell. When the state is set to OFF, traffic does not
+ * flow. The current state of the routing control. When a routing control state is On,
- * traffic flows to a cell. When the state is Off, traffic does not flow. The current state of the routing control. When a routing control state is set
+ * to ON, traffic flows to a cell. When the state is set to OFF, traffic does not
+ * flow. The current state of the routing control. When a routing control state is On,
- * traffic flows to a cell. When the state is Off, traffic does not flow. The current state of the routing control. When a routing control state is set
+ * to ON, traffic flows to a cell. When the state is set to OFF, traffic does not
+ * flow. The current state of the routing control. When a routing control state is On,
- * traffic flows to a cell. When the state is Off, traffic does not flow. The current state of the routing control. When a routing control state is set
+ * to ON, traffic flows to a cell. When the state is set to OFF, traffic does not
+ * flow. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The state of the routing control. You can set the value to be On or Off. The state of the routing control. You can set the value to ON or OFF. The state of the routing control. You can set the value to be On or Off. The state of the routing control. You can set the value to ON or OFF. The state of the routing control. You can set the value to be On or Off. The state of the routing control. You can set the value to ON or OFF. The state of the routing control. You can set the value to be On or Off. The state of the routing control. You can set the value to ON or OFF. The state of the routing control. You can set the value to be On or Off. The state of the routing control. You can set the value to ON or OFF. The state of the routing control. You can set the value to be On or Off. The state of the routing control. You can set the value to ON or OFF. Get information about the resource policy for a cluster. Returns an array of all Amazon Route 53 health checks associated with a
* specific routing control. The Amazon Web Services account ID of the assertion rule owner. The Amazon Web Services account ID of the assertion rule owner. The Amazon Web Services account ID of the assertion rule owner. The Amazon Web Services account ID of the assertion rule owner. The Amazon Web Services account ID of the assertion rule owner. The Amazon Web Services account ID of the assertion rule owner. The Amazon Web Services account ID of the assertion rule owner. The Amazon Web Services account ID of the assertion rule owner. The Amazon Web Services account ID of the cluster owner. The Amazon Web Services account ID of the cluster owner. The Amazon Web Services account ID of the cluster owner. The Amazon Web Services account ID of the cluster owner. The Amazon Web Services account ID of the cluster owner. The Amazon Web Services account ID of the cluster owner. The Amazon Web Services account ID of the cluster owner. The Amazon Web Services account ID of the cluster owner. The Amazon Web Services account ID of the control panel owner. The Amazon Web Services account ID of the control panel owner. The Amazon Web Services account ID of the control panel owner. The Amazon Web Services account ID of the control panel owner. The Amazon Web Services account ID of the control panel owner. The Amazon Web Services account ID of the control panel owner. The Amazon Web Services account ID of the control panel owner. The Amazon Web Services account ID of the control panel owner. The Amazon Web Services account ID of the gating rule owner. The Amazon Web Services account ID of the gating rule owner. The Amazon Web Services account ID of the gating rule owner. The Amazon Web Services account ID of the gating rule owner. The Amazon Web Services account ID of the gating rule owner. The Amazon Web Services account ID of the gating rule owner. The Amazon Web Services account ID of the gating rule owner. The Amazon Web Services account ID of the gating rule owner. The Amazon Resource Name (ARN) of the resource. The Amazon Resource Name (ARN) of the resource. The Amazon Resource Name (ARN) of the resource. The Amazon Resource Name (ARN) of the resource. The Amazon Resource Name (ARN) of the resource. The Amazon Resource Name (ARN) of the resource. The Amazon Resource Name (ARN) of the resource. The Amazon Resource Name (ARN) of the resource. The resource policy. The resource policy. The resource policy. The resource policy. The resource policy. The resource policy. The resource policy. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner. The Amazon Web Services account ID of the routing control owner.--region us-west-2
with AWS CLI commands. For more information, see
- * --region us-west-2
with AWS CLI commands. For more
+ * information, see
* Get and update routing control states using the API in the Amazon Route 53
* Application Recovery Controller Developer Guide.See Also:
See
+ * Also:
AWS
* API ReferenceSee
+ * Also:
AWS
+ * API ReferenceSee Also:
#include