Skip to content

Commit

Permalink
4.1.432
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Oct 17, 2023
1 parent 6228796 commit 0d8115d
Show file tree
Hide file tree
Showing 28 changed files with 2,594 additions and 743 deletions.
1,444 changes: 722 additions & 722 deletions Include/sdk/_sdk-versions.json

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion changelogs/CHANGELOG.2023.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
### 4.1.431 (2023-10-16 21:23Z)
### 4.1.432 (2023-10-17 21:34Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.664.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Managed Streaming for Apache Kafka (MSK)
* Added cmdlet Get-MSKReplicator leveraging the DescribeReplicator service API.
* Added cmdlet Get-MSKReplicatorList leveraging the ListReplicators service API.
* Added cmdlet New-MSKReplicator leveraging the CreateReplicator service API.
* Added cmdlet Remove-MSKReplicator leveraging the DeleteReplicator service API.
* Added cmdlet Update-MSKReplicationInfo leveraging the UpdateReplicationInfo service API.
* Amazon Route53 Recovery Control Config
* Added cmdlet Get-R53RCResourcePolicy leveraging the GetResourcePolicy service API.

### 4.1.431 (2023-10-16 21:23Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.663.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Elastic Disaster Recovery Service
* Modified cmdlet New-EDRSLaunchConfigurationTemplate: added parameter LaunchIntoSourceInstance.
Expand Down
13 changes: 12 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
### 4.1.431 (2023-10-16 21:23Z)
### 4.1.432 (2023-10-17 21:34Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.664.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Managed Streaming for Apache Kafka (MSK)
* Added cmdlet Get-MSKReplicator leveraging the DescribeReplicator service API.
* Added cmdlet Get-MSKReplicatorList leveraging the ListReplicators service API.
* Added cmdlet New-MSKReplicator leveraging the CreateReplicator service API.
* Added cmdlet Remove-MSKReplicator leveraging the DeleteReplicator service API.
* Added cmdlet Update-MSKReplicationInfo leveraging the UpdateReplicationInfo service API.
* Amazon Route53 Recovery Control Config
* Added cmdlet Get-R53RCResourcePolicy leveraging the GetResourcePolicy service API.

### 4.1.431 (2023-10-16 21:23Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.663.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Elastic Disaster Recovery Service
* Modified cmdlet New-EDRSLaunchConfigurationTemplate: added parameter LaunchIntoSourceInstance.
Expand Down
20 changes: 20 additions & 0 deletions generator/AWSPSGeneratorLib/Config/ServiceConfig/kafka.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateReplicator" OutputProperty="*" Verb="New" Noun="Replicator" ShouldProcessTarget="ReplicatorName" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateVpcConnection" OutputProperty="*" Verb="New" Noun="VpcConnection" ShouldProcessTarget="TargetClusterArn" PipelineParameter="TargetClusterArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand All @@ -58,6 +62,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DeleteReplicator" OutputProperty="*" Verb="Remove" Noun="Replicator" ShouldProcessTarget="ReplicatorArn" PipelineParameter="ReplicatorArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DeleteVpcConnection" OutputProperty="*" Verb="Remove" Noun="VpcConnection" ShouldProcessTarget="Arn" PipelineParameter="Arn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -86,6 +94,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DescribeReplicator" OutputProperty="*" Verb="Get" Noun="Replicator" PipelineParameter="ReplicatorArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DescribeVpcConnection" OutputProperty="*" Verb="Get" Noun="VpcConnection" PipelineParameter="Arn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -138,6 +150,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListReplicators" OutputProperty="Replicators" Verb="Get" Noun="ReplicatorList" PipelineParameter="ReplicatorNameFilter" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListScramSecrets" OutputProperty="SecretArnList" Verb="Get" Noun="ScramSecretList" PipelineParameter="ClusterArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -202,6 +218,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="UpdateReplicationInfo" OutputProperty="*" Verb="Update" Noun="ReplicationInfo" ShouldProcessTarget="ReplicatorArn" PipelineParameter="ReplicatorArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="UpdateSecurity" OutputProperty="*" Verb="Update" Noun="Security" ShouldProcessTarget="ClusterArn" PipelineParameter="ClusterArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetResourcePolicy" OutputProperty="Policy" Verb="Get" Noun="ResourcePolicy" PipelineParameter="ResourceArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListAssociatedRoute53HealthChecks" OutputProperty="HealthCheckIds" Verb="Get" Noun="AssociatedRoute53HealthCheckList" PipelineParameter="RoutingControlArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down
11 changes: 11 additions & 0 deletions modules/AWSPowerShell/AWSAliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14648,6 +14648,8 @@ Set-Alias -Name Create-MSKClusterV2 -Value New-MSKClusterV2
Set-Alias -Name MSK-CreateClusterV2 -Value New-MSKClusterV2
Set-Alias -Name Create-MSKConfiguration -Value New-MSKConfiguration
Set-Alias -Name MSK-CreateConfiguration -Value New-MSKConfiguration
Set-Alias -Name Create-MSKReplicator -Value New-MSKReplicator
Set-Alias -Name MSK-CreateReplicator -Value New-MSKReplicator
Set-Alias -Name Create-MSKVpcConnection -Value New-MSKVpcConnection
Set-Alias -Name MSK-CreateVpcConnection -Value New-MSKVpcConnection
Set-Alias -Name Delete-MSKCluster -Value Remove-MSKCluster
Expand All @@ -14656,6 +14658,8 @@ Set-Alias -Name Delete-MSKClusterPolicy -Value Remove-MSKClusterPolicy
Set-Alias -Name MSK-DeleteClusterPolicy -Value Remove-MSKClusterPolicy
Set-Alias -Name Delete-MSKConfiguration -Value Remove-MSKConfiguration
Set-Alias -Name MSK-DeleteConfiguration -Value Remove-MSKConfiguration
Set-Alias -Name Delete-MSKReplicator -Value Remove-MSKReplicator
Set-Alias -Name MSK-DeleteReplicator -Value Remove-MSKReplicator
Set-Alias -Name Delete-MSKVpcConnection -Value Remove-MSKVpcConnection
Set-Alias -Name MSK-DeleteVpcConnection -Value Remove-MSKVpcConnection
Set-Alias -Name Describe-MSKCluster -Value Get-MSKCluster
Expand All @@ -14670,6 +14674,8 @@ Set-Alias -Name Describe-MSKConfiguration -Value Get-MSKConfiguration
Set-Alias -Name MSK-DescribeConfiguration -Value Get-MSKConfiguration
Set-Alias -Name Describe-MSKConfigurationRevision -Value Get-MSKConfigurationRevision
Set-Alias -Name MSK-DescribeConfigurationRevision -Value Get-MSKConfigurationRevision
Set-Alias -Name Describe-MSKReplicator -Value Get-MSKReplicator
Set-Alias -Name MSK-DescribeReplicator -Value Get-MSKReplicator
Set-Alias -Name Describe-MSKVpcConnection -Value Get-MSKVpcConnection
Set-Alias -Name MSK-DescribeVpcConnection -Value Get-MSKVpcConnection
Set-Alias -Name Get-MSKBootstrapBrokers -Value Get-MSKBootstrapBroker
Expand Down Expand Up @@ -14704,6 +14710,9 @@ Set-Alias -Name MSK-ListKafkaVersions -Value Get-MSKKafkaVersionList
Set-Alias -Name List-MSKNodes -Value Get-MSKNodeList
Set-Alias -Name List-MSKNodeList -Value Get-MSKNodeList
Set-Alias -Name MSK-ListNodes -Value Get-MSKNodeList
Set-Alias -Name List-MSKReplicators -Value Get-MSKReplicatorList
Set-Alias -Name List-MSKReplicatorList -Value Get-MSKReplicatorList
Set-Alias -Name MSK-ListReplicators -Value Get-MSKReplicatorList
Set-Alias -Name List-MSKScramSecrets -Value Get-MSKScramSecretList
Set-Alias -Name List-MSKScramSecretList -Value Get-MSKScramSecretList
Set-Alias -Name MSK-ListScramSecrets -Value Get-MSKScramSecretList
Expand All @@ -14727,6 +14736,7 @@ Set-Alias -Name MSK-UpdateClusterKafkaVersion -Value Update-MSKClusterKafkaVersi
Set-Alias -Name MSK-UpdateConfiguration -Value Update-MSKConfiguration
Set-Alias -Name MSK-UpdateConnectivity -Value Update-MSKConnectivity
Set-Alias -Name MSK-UpdateMonitoring -Value Update-MSKMonitoring
Set-Alias -Name MSK-UpdateReplicationInfo -Value Update-MSKReplicationInfo
Set-Alias -Name MSK-UpdateSecurity -Value Update-MSKSecurity
Set-Alias -Name MSK-UpdateStorage -Value Update-MSKStorage
Set-Alias -Name Create-MSKCConnector -Value New-MSKCConnector
Expand Down Expand Up @@ -22159,6 +22169,7 @@ Set-Alias -Name Describe-R53RCRoutingControl -Value Get-R53RCRoutingControl
Set-Alias -Name R53RC-DescribeRoutingControl -Value Get-R53RCRoutingControl
Set-Alias -Name Describe-R53RCSafetyRule -Value Get-R53RCSafetyRule
Set-Alias -Name R53RC-DescribeSafetyRule -Value Get-R53RCSafetyRule
Set-Alias -Name R53RC-GetResourcePolicy -Value Get-R53RCResourcePolicy
Set-Alias -Name List-R53RCAssociatedRoute53HealthChecks -Value Get-R53RCAssociatedRoute53HealthCheckList
Set-Alias -Name List-R53RCAssociatedRoute53HealthCheckList -Value Get-R53RCAssociatedRoute53HealthCheckList
Set-Alias -Name R53RC-ListAssociatedRoute53HealthChecks -Value Get-R53RCAssociatedRoute53HealthCheckList
Expand Down
8 changes: 7 additions & 1 deletion modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -12304,7 +12304,7 @@ $CP_Completers = {
# Amazon.CodePipeline.StageRetryMode
"Redo-CPStageExecution/RetryMode"
{
$v = "FAILED_ACTIONS"
$v = "ALL_ACTIONS","FAILED_ACTIONS"
break
}

Expand Down Expand Up @@ -33571,17 +33571,20 @@ $MSK_SelectMap = @{
"New-MSKCluster",
"New-MSKClusterV2",
"New-MSKConfiguration",
"New-MSKReplicator",
"New-MSKVpcConnection",
"Remove-MSKCluster",
"Remove-MSKClusterPolicy",
"Remove-MSKConfiguration",
"Remove-MSKReplicator",
"Remove-MSKVpcConnection",
"Get-MSKCluster",
"Get-MSKClusterOperation",
"Get-MSKClusterOperationV2",
"Get-MSKClusterV2",
"Get-MSKConfiguration",
"Get-MSKConfigurationRevision",
"Get-MSKReplicator",
"Get-MSKVpcConnection",
"Get-MSKBootstrapBroker",
"Get-MSKClusterPolicy",
Expand All @@ -33595,6 +33598,7 @@ $MSK_SelectMap = @{
"Get-MSKConfigurationList",
"Get-MSKKafkaVersionList",
"Get-MSKNodeList",
"Get-MSKReplicatorList",
"Get-MSKScramSecretList",
"Get-MSKResourceTag",
"Get-MSKVpcConnectionList",
Expand All @@ -33611,6 +33615,7 @@ $MSK_SelectMap = @{
"Update-MSKConfiguration",
"Update-MSKConnectivity",
"Update-MSKMonitoring",
"Update-MSKReplicationInfo",
"Update-MSKSecurity",
"Update-MSKStorage")
}
Expand Down Expand Up @@ -51881,6 +51886,7 @@ $R53RC_SelectMap = @{
"Get-R53RCControlPanel",
"Get-R53RCRoutingControl",
"Get-R53RCSafetyRule",
"Get-R53RCResourcePolicy",
"Get-R53RCAssociatedRoute53HealthCheckList",
"Get-R53RCClusterList",
"Get-R53RCControlPanelList",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $CP_Completers = {
# Amazon.CodePipeline.StageRetryMode
"Redo-CPStageExecution/RetryMode"
{
$v = "FAILED_ACTIONS"
$v = "ALL_ACTIONS","FAILED_ACTIONS"
break
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@
namespace Amazon.PowerShell.Cmdlets.CP
{
/// <summary>
/// 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.
/// 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.
/// </summary>
[Cmdlet("Redo", "CPStageExecution", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
[OutputType("System.String")]
Expand Down Expand Up @@ -83,7 +87,7 @@ public partial class RedoCPStageExecutionCmdlet : AmazonCodePipelineClientCmdlet
#region Parameter RetryMode
/// <summary>
/// <para>
/// <para>The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.</para>
/// <para>The scope of the retry attempt.</para>
/// </para>
/// </summary>
#if !MODULAR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public partial class NewECSClusterCmdlet : AmazonECSClientCmdlet, IExecutor
/// Web Services Region.</para><para>If you enter a new name, a Cloud Map namespace will be created. 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.</para><para>If you update the service with an empty string <code>""</code> for the namespace name,
/// Other types of instance discovery aren't used by Service Connect.</para><para>If you update the cluster with an empty string <code>""</code> 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.</para><para>For more information about Cloud Map, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/working-with-services.html">Working
/// with Services</a> in the <i>Cloud Map Developer Guide</i>.</para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public partial class UpdateECSClusterCmdlet : AmazonECSClientCmdlet, IExecutor
/// Web Services Region.</para><para>If you enter a new name, a Cloud Map namespace will be created. 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.</para><para>If you update the service with an empty string <code>""</code> for the namespace name,
/// Other types of instance discovery aren't used by Service Connect.</para><para>If you update the cluster with an empty string <code>""</code> 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.</para><para>For more information about Cloud Map, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/working-with-services.html">Working
/// with Services</a> in the <i>Cloud Map Developer Guide</i>.</para>
Expand Down
Loading

0 comments on commit 0d8115d

Please sign in to comment.