Skip to content

Commit 473287c

Browse files
4.1.701
1 parent bf910d7 commit 473287c

File tree

102 files changed

+17107
-135
lines changed

Some content is hidden

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

102 files changed

+17107
-135
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.928.0",
4+
"ProductVersion" : "3.7.929.0",
55
"CoreVersion" : "3.7.400.53",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -16,7 +16,7 @@
1616
"InPreview" : false
1717
},
1818
"AutoScaling" : {
19-
"Version" : "3.7.404.7",
19+
"Version" : "3.7.405.0",
2020
"AssemblyVersionOverride" : "3.3",
2121
"Dependencies" : {
2222
"Core" : "3.7.400.53"
@@ -32,7 +32,7 @@
3232
"InPreview" : false
3333
},
3434
"CloudFormation" : {
35-
"Version" : "3.7.400.53",
35+
"Version" : "3.7.401.0",
3636
"AssemblyVersionOverride" : "3.3",
3737
"Dependencies" : {
3838
"Core" : "3.7.400.53"
@@ -154,15 +154,15 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.416.0",
157+
"Version" : "3.7.417.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.400.53"
161161
},
162162
"InPreview" : false
163163
},
164164
"ECS" : {
165-
"Version" : "3.7.404.10",
165+
"Version" : "3.7.405.0",
166166
"AssemblyVersionOverride" : "3.3",
167167
"Dependencies" : {
168168
"Core" : "3.7.400.53"
@@ -284,7 +284,7 @@
284284
"InPreview" : false
285285
},
286286
"RDS" : {
287-
"Version" : "3.7.406.12",
287+
"Version" : "3.7.407.0",
288288
"AssemblyVersionOverride" : "3.3",
289289
"Dependencies" : {
290290
"Core" : "3.7.400.53"
@@ -1036,7 +1036,7 @@
10361036
"InPreview" : false
10371037
},
10381038
"Connect" : {
1039-
"Version" : "3.7.408.10",
1039+
"Version" : "3.7.409.0",
10401040
"AssemblyVersionOverride" : "3.3",
10411041
"Dependencies" : {
10421042
"Core" : "3.7.400.53"
@@ -1188,7 +1188,7 @@
11881188
"InPreview" : false
11891189
},
11901190
"RDSDataService" : {
1191-
"Version" : "3.7.400.53",
1191+
"Version" : "3.7.401.0",
11921192
"AssemblyVersionOverride" : "3.3",
11931193
"Dependencies" : {
11941194
"Core" : "3.7.400.53"
@@ -1580,7 +1580,7 @@
15801580
"InPreview" : false
15811581
},
15821582
"AppConfig" : {
1583-
"Version" : "3.7.402.14",
1583+
"Version" : "3.7.403.0",
15841584
"AssemblyVersionOverride" : "3.3",
15851585
"Dependencies" : {
15861586
"Core" : "3.7.400.53"
@@ -1732,7 +1732,7 @@
17321732
"InPreview" : false
17331733
},
17341734
"IoTSiteWise" : {
1735-
"Version" : "3.7.401.42",
1735+
"Version" : "3.7.402.0",
17361736
"AssemblyVersionOverride" : "3.3",
17371737
"Dependencies" : {
17381738
"Core" : "3.7.400.53"
@@ -1916,7 +1916,7 @@
19161916
"InPreview" : false
19171917
},
19181918
"CustomerProfiles" : {
1919-
"Version" : "3.7.401.27",
1919+
"Version" : "3.7.402.0",
19201920
"AssemblyVersionOverride" : "3.3",
19211921
"Dependencies" : {
19221922
"Core" : "3.7.400.53"
@@ -2900,7 +2900,7 @@
29002900
"InPreview" : false
29012901
},
29022902
"QConnect" : {
2903-
"Version" : "3.7.401.22",
2903+
"Version" : "3.7.402.0",
29042904
"AssemblyVersionOverride" : "3.3",
29052905
"Dependencies" : {
29062906
"Core" : "3.7.400.53"

changelogs/CHANGELOG.2024.md

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,70 @@
1-
### 4.1.700 (2024-11-15 21:36Z)
1+
### 4.1.701 (2024-11-18 21:42Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.929.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.
3+
* Amazon Auto Scaling
4+
* Modified cmdlet Add-ASTrafficSource: added parameter SkipZonalShiftValidation.
5+
* Modified cmdlet New-ASAutoScalingGroup: added parameters AvailabilityZoneImpairmentPolicy_ImpairedZoneHealthCheckBehavior, AvailabilityZoneImpairmentPolicy_ZonalShiftEnabled and SkipZonalShiftValidation.
6+
* Modified cmdlet Update-ASAutoScalingGroup: added parameters AvailabilityZoneImpairmentPolicy_ImpairedZoneHealthCheckBehavior, AvailabilityZoneImpairmentPolicy_ZonalShiftEnabled and SkipZonalShiftValidation.
7+
* Amazon CloudFormation
8+
* Added cmdlet Get-CFNHookResult leveraging the ListHookResults service API.
9+
* Amazon Connect Customer Profiles
10+
* Added cmdlet Get-CPFGetCalculatedAttributeForProfile leveraging the BatchGetCalculatedAttributeForProfile service API.
11+
* Added cmdlet Get-CPFGetProfile leveraging the BatchGetProfile service API.
12+
* Added cmdlet Get-CPFObjectTypeAttributeList leveraging the ListObjectTypeAttributes service API.
13+
* Added cmdlet Get-CPFProfileAttributeValueList leveraging the ListProfileAttributeValues service API.
14+
* Added cmdlet Get-CPFSegmentDefinition leveraging the GetSegmentDefinition service API.
15+
* Added cmdlet Get-CPFSegmentDefinitionList leveraging the ListSegmentDefinitions service API.
16+
* Added cmdlet Get-CPFSegmentEstimate leveraging the GetSegmentEstimate service API.
17+
* Added cmdlet Get-CPFSegmentMembership leveraging the GetSegmentMembership service API.
18+
* Added cmdlet Get-CPFSegmentSnapshot leveraging the GetSegmentSnapshot service API.
19+
* Added cmdlet New-CPFSegmentDefinition leveraging the CreateSegmentDefinition service API.
20+
* Added cmdlet New-CPFSegmentEstimate leveraging the CreateSegmentEstimate service API.
21+
* Added cmdlet New-CPFSegmentSnapshot leveraging the CreateSegmentSnapshot service API.
22+
* Added cmdlet Remove-CPFSegmentDefinition leveraging the DeleteSegmentDefinition service API.
23+
* Modified cmdlet New-CPFCalculatedAttributeDefinition: added parameters Filter_Group and Filter_Include.
24+
* Amazon Connect Service
25+
* Added cmdlet Get-CONNContactFlowVersionList leveraging the ListContactFlowVersions service API.
26+
* Added cmdlet New-CONNContactFlowVersion leveraging the CreateContactFlowVersion service API.
27+
* Amazon EC2 Container Service
28+
* Modified cmdlet New-ECSService: added parameter VpcLatticeConfiguration.
29+
* Modified cmdlet Update-ECSService: added parameter VpcLatticeConfiguration.
30+
* Amazon Elastic Compute Cloud (EC2)
31+
* Modified cmdlet New-EC2Instance: added parameter Operator_Principal.
32+
* Modified cmdlet New-EC2LaunchTemplate: added parameter Operator_Principal.
33+
* Modified cmdlet New-EC2NetworkInterface: added parameter Operator_Principal.
34+
* Modified cmdlet New-EC2Volume: added parameter Operator_Principal.
35+
* Amazon IoT SiteWise
36+
* Added cmdlet Get-IOTSWDataset leveraging the DescribeDataset service API.
37+
* Added cmdlet Get-IOTSWDatasetList leveraging the ListDatasets service API.
38+
* Added cmdlet Invoke-IOTSWAssistant leveraging the InvokeAssistant service API.
39+
* Added cmdlet New-IOTSWDataset leveraging the CreateDataset service API.
40+
* Added cmdlet Remove-IOTSWDataset leveraging the DeleteDataset service API.
41+
* Added cmdlet Update-IOTSWDataset leveraging the UpdateDataset service API.
42+
* Modified cmdlet New-IOTSWPortal: added parameters PortalType and PortalTypeConfiguration.
43+
* Modified cmdlet Start-IOTSWQuery: added parameter ClientToken.
44+
* Modified cmdlet Update-IOTSWPortal: added parameters PortalType and PortalTypeConfiguration.
45+
* Amazon Q Connect
46+
* Added cmdlet Disable-QCMessageTemplate leveraging the DeactivateMessageTemplate service API.
47+
* Added cmdlet Enable-QCMessageTemplate leveraging the ActivateMessageTemplate service API.
48+
* Added cmdlet Get-QCMessageTemplate leveraging the GetMessageTemplate service API.
49+
* Added cmdlet Get-QCMessageTemplateList leveraging the ListMessageTemplates service API.
50+
* Added cmdlet Get-QCMessageTemplateVersionList leveraging the ListMessageTemplateVersions service API.
51+
* Added cmdlet Invoke-QCMessageTemplate leveraging the RenderMessageTemplate service API.
52+
* Added cmdlet New-QCMessageTemplate leveraging the CreateMessageTemplate service API.
53+
* Added cmdlet New-QCMessageTemplateAttachment leveraging the CreateMessageTemplateAttachment service API.
54+
* Added cmdlet New-QCMessageTemplateVersion leveraging the CreateMessageTemplateVersion service API.
55+
* Added cmdlet Remove-QCMessageTemplate leveraging the DeleteMessageTemplate service API.
56+
* Added cmdlet Remove-QCMessageTemplateAttachment leveraging the DeleteMessageTemplateAttachment service API.
57+
* Added cmdlet Search-QCMessageTemplate leveraging the SearchMessageTemplates service API.
58+
* Added cmdlet Update-QCMessageTemplate leveraging the UpdateMessageTemplate service API.
59+
* Added cmdlet Update-QCMessageTemplateMetadata leveraging the UpdateMessageTemplateMetadata service API.
60+
* Amazon Relational Database Service
61+
* Modified cmdlet Edit-RDSDBCluster: added parameter ServerlessV2ScalingConfiguration_SecondsUntilAutoPause.
62+
* Modified cmdlet New-RDSDBCluster: added parameter ServerlessV2ScalingConfiguration_SecondsUntilAutoPause.
63+
* Modified cmdlet Restore-RDSDBClusterFromS3: added parameter ServerlessV2ScalingConfiguration_SecondsUntilAutoPause.
64+
* Modified cmdlet Restore-RDSDBClusterFromSnapshot: added parameter ServerlessV2ScalingConfiguration_SecondsUntilAutoPause.
65+
* Modified cmdlet Restore-RDSDBClusterToPointInTime: added parameter ServerlessV2ScalingConfiguration_SecondsUntilAutoPause.
66+
67+
### 4.1.700 (2024-11-15 21:36Z)
268
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.928.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.
369
* Amazon AmazonConnectCampaignServiceV2. Added cmdlets to support the service. Cmdlets for the service have the noun prefix CCS2 and can be listed using the command 'Get-AWSCmdletName -Service CCS2'.
470
* Amazon CloudWatch

changelogs/CHANGELOG.ALL.md

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,70 @@
1-
### 4.1.700 (2024-11-15 21:36Z)
1+
### 4.1.701 (2024-11-18 21:42Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.929.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.
3+
* Amazon Auto Scaling
4+
* Modified cmdlet Add-ASTrafficSource: added parameter SkipZonalShiftValidation.
5+
* Modified cmdlet New-ASAutoScalingGroup: added parameters AvailabilityZoneImpairmentPolicy_ImpairedZoneHealthCheckBehavior, AvailabilityZoneImpairmentPolicy_ZonalShiftEnabled and SkipZonalShiftValidation.
6+
* Modified cmdlet Update-ASAutoScalingGroup: added parameters AvailabilityZoneImpairmentPolicy_ImpairedZoneHealthCheckBehavior, AvailabilityZoneImpairmentPolicy_ZonalShiftEnabled and SkipZonalShiftValidation.
7+
* Amazon CloudFormation
8+
* Added cmdlet Get-CFNHookResult leveraging the ListHookResults service API.
9+
* Amazon Connect Customer Profiles
10+
* Added cmdlet Get-CPFGetCalculatedAttributeForProfile leveraging the BatchGetCalculatedAttributeForProfile service API.
11+
* Added cmdlet Get-CPFGetProfile leveraging the BatchGetProfile service API.
12+
* Added cmdlet Get-CPFObjectTypeAttributeList leveraging the ListObjectTypeAttributes service API.
13+
* Added cmdlet Get-CPFProfileAttributeValueList leveraging the ListProfileAttributeValues service API.
14+
* Added cmdlet Get-CPFSegmentDefinition leveraging the GetSegmentDefinition service API.
15+
* Added cmdlet Get-CPFSegmentDefinitionList leveraging the ListSegmentDefinitions service API.
16+
* Added cmdlet Get-CPFSegmentEstimate leveraging the GetSegmentEstimate service API.
17+
* Added cmdlet Get-CPFSegmentMembership leveraging the GetSegmentMembership service API.
18+
* Added cmdlet Get-CPFSegmentSnapshot leveraging the GetSegmentSnapshot service API.
19+
* Added cmdlet New-CPFSegmentDefinition leveraging the CreateSegmentDefinition service API.
20+
* Added cmdlet New-CPFSegmentEstimate leveraging the CreateSegmentEstimate service API.
21+
* Added cmdlet New-CPFSegmentSnapshot leveraging the CreateSegmentSnapshot service API.
22+
* Added cmdlet Remove-CPFSegmentDefinition leveraging the DeleteSegmentDefinition service API.
23+
* Modified cmdlet New-CPFCalculatedAttributeDefinition: added parameters Filter_Group and Filter_Include.
24+
* Amazon Connect Service
25+
* Added cmdlet Get-CONNContactFlowVersionList leveraging the ListContactFlowVersions service API.
26+
* Added cmdlet New-CONNContactFlowVersion leveraging the CreateContactFlowVersion service API.
27+
* Amazon EC2 Container Service
28+
* Modified cmdlet New-ECSService: added parameter VpcLatticeConfiguration.
29+
* Modified cmdlet Update-ECSService: added parameter VpcLatticeConfiguration.
30+
* Amazon Elastic Compute Cloud (EC2)
31+
* Modified cmdlet New-EC2Instance: added parameter Operator_Principal.
32+
* Modified cmdlet New-EC2LaunchTemplate: added parameter Operator_Principal.
33+
* Modified cmdlet New-EC2NetworkInterface: added parameter Operator_Principal.
34+
* Modified cmdlet New-EC2Volume: added parameter Operator_Principal.
35+
* Amazon IoT SiteWise
36+
* Added cmdlet Get-IOTSWDataset leveraging the DescribeDataset service API.
37+
* Added cmdlet Get-IOTSWDatasetList leveraging the ListDatasets service API.
38+
* Added cmdlet Invoke-IOTSWAssistant leveraging the InvokeAssistant service API.
39+
* Added cmdlet New-IOTSWDataset leveraging the CreateDataset service API.
40+
* Added cmdlet Remove-IOTSWDataset leveraging the DeleteDataset service API.
41+
* Added cmdlet Update-IOTSWDataset leveraging the UpdateDataset service API.
42+
* Modified cmdlet New-IOTSWPortal: added parameters PortalType and PortalTypeConfiguration.
43+
* Modified cmdlet Start-IOTSWQuery: added parameter ClientToken.
44+
* Modified cmdlet Update-IOTSWPortal: added parameters PortalType and PortalTypeConfiguration.
45+
* Amazon Q Connect
46+
* Added cmdlet Disable-QCMessageTemplate leveraging the DeactivateMessageTemplate service API.
47+
* Added cmdlet Enable-QCMessageTemplate leveraging the ActivateMessageTemplate service API.
48+
* Added cmdlet Get-QCMessageTemplate leveraging the GetMessageTemplate service API.
49+
* Added cmdlet Get-QCMessageTemplateList leveraging the ListMessageTemplates service API.
50+
* Added cmdlet Get-QCMessageTemplateVersionList leveraging the ListMessageTemplateVersions service API.
51+
* Added cmdlet Invoke-QCMessageTemplate leveraging the RenderMessageTemplate service API.
52+
* Added cmdlet New-QCMessageTemplate leveraging the CreateMessageTemplate service API.
53+
* Added cmdlet New-QCMessageTemplateAttachment leveraging the CreateMessageTemplateAttachment service API.
54+
* Added cmdlet New-QCMessageTemplateVersion leveraging the CreateMessageTemplateVersion service API.
55+
* Added cmdlet Remove-QCMessageTemplate leveraging the DeleteMessageTemplate service API.
56+
* Added cmdlet Remove-QCMessageTemplateAttachment leveraging the DeleteMessageTemplateAttachment service API.
57+
* Added cmdlet Search-QCMessageTemplate leveraging the SearchMessageTemplates service API.
58+
* Added cmdlet Update-QCMessageTemplate leveraging the UpdateMessageTemplate service API.
59+
* Added cmdlet Update-QCMessageTemplateMetadata leveraging the UpdateMessageTemplateMetadata service API.
60+
* Amazon Relational Database Service
61+
* Modified cmdlet Edit-RDSDBCluster: added parameter ServerlessV2ScalingConfiguration_SecondsUntilAutoPause.
62+
* Modified cmdlet New-RDSDBCluster: added parameter ServerlessV2ScalingConfiguration_SecondsUntilAutoPause.
63+
* Modified cmdlet Restore-RDSDBClusterFromS3: added parameter ServerlessV2ScalingConfiguration_SecondsUntilAutoPause.
64+
* Modified cmdlet Restore-RDSDBClusterFromSnapshot: added parameter ServerlessV2ScalingConfiguration_SecondsUntilAutoPause.
65+
* Modified cmdlet Restore-RDSDBClusterToPointInTime: added parameter ServerlessV2ScalingConfiguration_SecondsUntilAutoPause.
66+
67+
### 4.1.700 (2024-11-15 21:36Z)
268
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.928.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.
369
* Amazon AmazonConnectCampaignServiceV2. Added cmdlets to support the service. Cmdlets for the service have the noun prefix CCS2 and can be listed using the command 'Get-AWSCmdletName -Service CCS2'.
470
* Amazon CloudWatch

generator/AWSPSGeneratorLib/Config/ServiceConfig/cloudformation.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@
237237
<Params />
238238
<TypesNotToFlatten />
239239
</ServiceOperation>
240+
<ServiceOperation MethodName="ListHookResults" OutputProperty="*" Verb="Get" Noun="HookResult" PipelineParameter="TargetId" NoPipelineParameter="false">
241+
<Params />
242+
<TypesNotToFlatten />
243+
</ServiceOperation>
240244
<ServiceOperation MethodName="ListImports" OutputProperty="Imports" Verb="Get" Noun="ImportList" PipelineParameter="ExportName" NoPipelineParameter="false">
241245
<Params />
242246
<TypesNotToFlatten />

generator/AWSPSGeneratorLib/Config/ServiceConfig/connect.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@
124124
<Params />
125125
<TypesNotToFlatten />
126126
</ServiceOperation>
127+
<ServiceOperation MethodName="CreateContactFlowVersion" OutputProperty="*" Verb="New" Noun="ContactFlowVersion" ShouldProcessTarget="ContactFlowId" PipelineParameter="ContactFlowId" NoPipelineParameter="false">
128+
<Params />
129+
<TypesNotToFlatten />
130+
</ServiceOperation>
127131
<ServiceOperation MethodName="CreateEvaluationForm" OutputProperty="*" Verb="New" Noun="EvaluationForm" ShouldProcessTarget="InstanceId" PipelineParameter="Title" NoPipelineParameter="false">
128132
<Params />
129133
<TypesNotToFlatten />
@@ -540,6 +544,10 @@
540544
<Params />
541545
<TypesNotToFlatten />
542546
</ServiceOperation>
547+
<ServiceOperation MethodName="ListContactFlowVersions" OutputProperty="ContactFlowVersionSummaryList" Verb="Get" Noun="ContactFlowVersionList" PipelineParameter="ContactFlowId" NoPipelineParameter="false">
548+
<Params />
549+
<TypesNotToFlatten />
550+
</ServiceOperation>
543551
<ServiceOperation MethodName="ListContactReferences" OutputProperty="ReferenceSummaryList" Verb="Get" Noun="ContactReferenceList" PipelineParameter="ContactId" NoPipelineParameter="false">
544552
<Params />
545553
<TypesNotToFlatten />

0 commit comments

Comments
 (0)