Skip to content

Commit be42b5b

Browse files
author
Afroz Mohammed
committed
fixed buildconfig differences between v4 and v5 that got copied from v4 sync
1 parent abb0541 commit be42b5b

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

generator/AWSPSGeneratorLib/Config/ServiceConfig/ec2.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@
13791379
<Params />
13801380
<TypesNotToFlatten />
13811381
</ServiceOperation>
1382-
<ServiceOperation MethodName="DescribeMacModificationTasks" OutputProperty="MacModificationTasks" Verb="Get" Noun="MacModificationTask" PipelineParameter="" NoPipelineParameter="false">
1382+
<ServiceOperation MethodName="DescribeMacModificationTasks" OutputProperty="MacModificationTasks" Verb="Get" Noun="MacModificationTask" PipelineParameter="DryRun" NoPipelineParameter="false">
13831383
<Params />
13841384
<TypesNotToFlatten />
13851385
</ServiceOperation>
@@ -1427,7 +1427,7 @@
14271427
<Params />
14281428
<TypesNotToFlatten />
14291429
</ServiceOperation>
1430-
<ServiceOperation MethodName="DescribeOutpostLags" OutputProperty="OutpostLags" Verb="Get" Noun="OutpostLag" PipelineParameter="" NoPipelineParameter="false">
1430+
<ServiceOperation MethodName="DescribeOutpostLags" OutputProperty="OutpostLags" Verb="Get" Noun="OutpostLag" PipelineParameter="DryRun" NoPipelineParameter="false">
14311431
<Params />
14321432
<TypesNotToFlatten />
14331433
</ServiceOperation>
@@ -1513,7 +1513,7 @@
15131513
<Params />
15141514
<TypesNotToFlatten />
15151515
</ServiceOperation>
1516-
<ServiceOperation MethodName="DescribeServiceLinkVirtualInterfaces" OutputProperty="ServiceLinkVirtualInterfaces" Verb="Get" Noun="ServiceLinkVirtualInterface" PipelineParameter="" NoPipelineParameter="false">
1516+
<ServiceOperation MethodName="DescribeServiceLinkVirtualInterfaces" OutputProperty="ServiceLinkVirtualInterfaces" Verb="Get" Noun="ServiceLinkVirtualInterface" PipelineParameter="DryRun" NoPipelineParameter="false">
15171517
<Params />
15181518
<TypesNotToFlatten />
15191519
</ServiceOperation>

generator/AWSPSGeneratorLib/Config/ServiceConfig/lambda.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,6 @@
175175
</Params>
176176
<TypesNotToFlatten />
177177
</ServiceOperation>
178-
<ServiceOperation MethodName="InvokeAsync" OutputProperty="Status" Verb="Invoke" Noun="FunctionAsync" ShouldProcessTarget="FunctionName" PositionalParameters="InvokeArgs" PipelineParameter="FunctionName" NoPipelineParameter="false" ReplacementObsoleteMessage="This Cmdlet is deprecated. We recommend to use the Invoke-LMFunction Cmdlet instead." ConfirmImpact="Low" LegacyV4Pagination="true">
179-
<Params>
180-
<Param Name="InvokeArgs" NewName="InvokeArg" DefaultValue="{}" />
181-
</Params>
182-
<TypesNotToFlatten />
183-
</ServiceOperation>
184178
<ServiceOperation MethodName="InvokeWithResponseStream" OutputProperty="*" Verb="Invoke" Noun="WithResponseStream" ShouldProcessTarget="FunctionName" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true">
185179
<Params />
186180
<TypesNotToFlatten />

generator/AWSPSGeneratorLib/Config/ServiceConfig/partnercentral-selling.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<Params />
9595
<TypesNotToFlatten />
9696
</ServiceOperation>
97-
<ServiceOperation MethodName="ListEngagementInvitations" OutputProperty="EngagementInvitationSummaries" Verb="Get" Noun="EngagementInvitationList" PipelineParameter="NextToken" NoPipelineParameter="false" LegacyV4Pagination="true">
97+
<ServiceOperation MethodName="ListEngagementInvitations" OutputProperty="EngagementInvitationSummaries" Verb="Get" Noun="EngagementInvitationList" PipelineParameter="EngagementIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
9898
<Params />
9999
<TypesNotToFlatten />
100100
</ServiceOperation>
@@ -110,7 +110,7 @@
110110
<Params />
111111
<TypesNotToFlatten />
112112
</ServiceOperation>
113-
<ServiceOperation MethodName="ListOpportunities" OutputProperty="OpportunitySummaries" Verb="Get" Noun="OpportunityList" PipelineParameter="NextToken" NoPipelineParameter="false" LegacyV4Pagination="true">
113+
<ServiceOperation MethodName="ListOpportunities" OutputProperty="OpportunitySummaries" Verb="Get" Noun="OpportunityList" PipelineParameter="Identifier" NoPipelineParameter="false" LegacyV4Pagination="true">
114114
<Params />
115115
<TypesNotToFlatten />
116116
</ServiceOperation>
@@ -122,7 +122,7 @@
122122
<Params />
123123
<TypesNotToFlatten />
124124
</ServiceOperation>
125-
<ServiceOperation MethodName="ListSolutions" OutputProperty="SolutionSummaries" Verb="Get" Noun="SolutionList" PipelineParameter="NextToken" NoPipelineParameter="false" LegacyV4Pagination="true">
125+
<ServiceOperation MethodName="ListSolutions" OutputProperty="SolutionSummaries" Verb="Get" Noun="SolutionList" PipelineParameter="Identifier" NoPipelineParameter="false" LegacyV4Pagination="true">
126126
<Params />
127127
<TypesNotToFlatten />
128128
</ServiceOperation>

0 commit comments

Comments
 (0)