Skip to content

Commit f4d7df0

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 3cb69a9 commit f4d7df0

File tree

16 files changed

+1081
-229
lines changed

16 files changed

+1081
-229
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service.
5+
6+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
7+
8+
* Feature - Aws::IoTSiteWise - Updated the API, and documentation for AWS IoT SiteWise.
9+
10+
* Feature - Aws::Kafka - Updated the API, and documentation for Managed Streaming for Kafka.
11+
12+
* Feature - Aws::CloudWatchLogs - Updated the documentation for Amazon CloudWatch Logs.
13+
14+
* Feature - Aws::SSM - Updated the API, and documentation for Amazon Simple Systems Manager (SSM).
15+
16+
* Feature - Aws::XRay - Updated the API, and documentation for AWS X-Ray.
17+
418
2.11.571 (2020-08-20)
519
------------------
620

aws-sdk-core/apis/dms/2016-01-01/api-2.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,9 @@
17481748
"IncludePartitionValue":{"shape":"BooleanOptional"},
17491749
"PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
17501750
"IncludeTableAlterOperations":{"shape":"BooleanOptional"},
1751-
"IncludeControlDetails":{"shape":"BooleanOptional"}
1751+
"IncludeControlDetails":{"shape":"BooleanOptional"},
1752+
"MessageMaxBytes":{"shape":"IntegerOptional"},
1753+
"IncludeNullAndEmpty":{"shape":"BooleanOptional"}
17521754
}
17531755
},
17541756
"KeyList":{
@@ -1765,7 +1767,8 @@
17651767
"IncludePartitionValue":{"shape":"BooleanOptional"},
17661768
"PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
17671769
"IncludeTableAlterOperations":{"shape":"BooleanOptional"},
1768-
"IncludeControlDetails":{"shape":"BooleanOptional"}
1770+
"IncludeControlDetails":{"shape":"BooleanOptional"},
1771+
"IncludeNullAndEmpty":{"shape":"BooleanOptional"}
17691772
}
17701773
},
17711774
"ListTagsForResourceMessage":{

aws-sdk-core/apis/dms/2016-01-01/docs-2.json

Lines changed: 47 additions & 44 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 237 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,15 @@
760760
"input":{"shape":"CreateTransitGatewayPeeringAttachmentRequest"},
761761
"output":{"shape":"CreateTransitGatewayPeeringAttachmentResult"}
762762
},
763+
"CreateTransitGatewayPrefixListReference":{
764+
"name":"CreateTransitGatewayPrefixListReference",
765+
"http":{
766+
"method":"POST",
767+
"requestUri":"/"
768+
},
769+
"input":{"shape":"CreateTransitGatewayPrefixListReferenceRequest"},
770+
"output":{"shape":"CreateTransitGatewayPrefixListReferenceResult"}
771+
},
763772
"CreateTransitGatewayRoute":{
764773
"name":"CreateTransitGatewayRoute",
765774
"http":{
@@ -1185,6 +1194,15 @@
11851194
"input":{"shape":"DeleteTransitGatewayPeeringAttachmentRequest"},
11861195
"output":{"shape":"DeleteTransitGatewayPeeringAttachmentResult"}
11871196
},
1197+
"DeleteTransitGatewayPrefixListReference":{
1198+
"name":"DeleteTransitGatewayPrefixListReference",
1199+
"http":{
1200+
"method":"POST",
1201+
"requestUri":"/"
1202+
},
1203+
"input":{"shape":"DeleteTransitGatewayPrefixListReferenceRequest"},
1204+
"output":{"shape":"DeleteTransitGatewayPrefixListReferenceResult"}
1205+
},
11881206
"DeleteTransitGatewayRoute":{
11891207
"name":"DeleteTransitGatewayRoute",
11901208
"http":{
@@ -2782,6 +2800,15 @@
27822800
"input":{"shape":"GetTransitGatewayMulticastDomainAssociationsRequest"},
27832801
"output":{"shape":"GetTransitGatewayMulticastDomainAssociationsResult"}
27842802
},
2803+
"GetTransitGatewayPrefixListReferences":{
2804+
"name":"GetTransitGatewayPrefixListReferences",
2805+
"http":{
2806+
"method":"POST",
2807+
"requestUri":"/"
2808+
},
2809+
"input":{"shape":"GetTransitGatewayPrefixListReferencesRequest"},
2810+
"output":{"shape":"GetTransitGatewayPrefixListReferencesResult"}
2811+
},
27852812
"GetTransitGatewayRouteTableAssociations":{
27862813
"name":"GetTransitGatewayRouteTableAssociations",
27872814
"http":{
@@ -3090,6 +3117,24 @@
30903117
"input":{"shape":"ModifyTrafficMirrorSessionRequest"},
30913118
"output":{"shape":"ModifyTrafficMirrorSessionResult"}
30923119
},
3120+
"ModifyTransitGateway":{
3121+
"name":"ModifyTransitGateway",
3122+
"http":{
3123+
"method":"POST",
3124+
"requestUri":"/"
3125+
},
3126+
"input":{"shape":"ModifyTransitGatewayRequest"},
3127+
"output":{"shape":"ModifyTransitGatewayResult"}
3128+
},
3129+
"ModifyTransitGatewayPrefixListReference":{
3130+
"name":"ModifyTransitGatewayPrefixListReference",
3131+
"http":{
3132+
"method":"POST",
3133+
"requestUri":"/"
3134+
},
3135+
"input":{"shape":"ModifyTransitGatewayPrefixListReferenceRequest"},
3136+
"output":{"shape":"ModifyTransitGatewayPrefixListReferenceResult"}
3137+
},
30933138
"ModifyTransitGatewayVpcAttachment":{
30943139
"name":"ModifyTransitGatewayVpcAttachment",
30953140
"http":{
@@ -7924,6 +7969,29 @@
79247969
}
79257970
}
79267971
},
7972+
"CreateTransitGatewayPrefixListReferenceRequest":{
7973+
"type":"structure",
7974+
"required":[
7975+
"TransitGatewayRouteTableId",
7976+
"PrefixListId"
7977+
],
7978+
"members":{
7979+
"TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
7980+
"PrefixListId":{"shape":"PrefixListResourceId"},
7981+
"TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
7982+
"Blackhole":{"shape":"Boolean"},
7983+
"DryRun":{"shape":"Boolean"}
7984+
}
7985+
},
7986+
"CreateTransitGatewayPrefixListReferenceResult":{
7987+
"type":"structure",
7988+
"members":{
7989+
"TransitGatewayPrefixListReference":{
7990+
"shape":"TransitGatewayPrefixListReference",
7991+
"locationName":"transitGatewayPrefixListReference"
7992+
}
7993+
}
7994+
},
79277995
"CreateTransitGatewayRequest":{
79287996
"type":"structure",
79297997
"members":{
@@ -9188,6 +9256,27 @@
91889256
}
91899257
}
91909258
},
9259+
"DeleteTransitGatewayPrefixListReferenceRequest":{
9260+
"type":"structure",
9261+
"required":[
9262+
"TransitGatewayRouteTableId",
9263+
"PrefixListId"
9264+
],
9265+
"members":{
9266+
"TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
9267+
"PrefixListId":{"shape":"PrefixListResourceId"},
9268+
"DryRun":{"shape":"Boolean"}
9269+
}
9270+
},
9271+
"DeleteTransitGatewayPrefixListReferenceResult":{
9272+
"type":"structure",
9273+
"members":{
9274+
"TransitGatewayPrefixListReference":{
9275+
"shape":"TransitGatewayPrefixListReference",
9276+
"locationName":"transitGatewayPrefixListReference"
9277+
}
9278+
}
9279+
},
91919280
"DeleteTransitGatewayRequest":{
91929281
"type":"structure",
91939282
"required":["TransitGatewayId"],
@@ -15968,6 +16057,33 @@
1596816057
}
1596916058
}
1597016059
},
16060+
"GetTransitGatewayPrefixListReferencesRequest":{
16061+
"type":"structure",
16062+
"required":["TransitGatewayRouteTableId"],
16063+
"members":{
16064+
"TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
16065+
"Filters":{
16066+
"shape":"FilterList",
16067+
"locationName":"Filter"
16068+
},
16069+
"MaxResults":{"shape":"TransitGatewayMaxResults"},
16070+
"NextToken":{"shape":"String"},
16071+
"DryRun":{"shape":"Boolean"}
16072+
}
16073+
},
16074+
"GetTransitGatewayPrefixListReferencesResult":{
16075+
"type":"structure",
16076+
"members":{
16077+
"TransitGatewayPrefixListReferences":{
16078+
"shape":"TransitGatewayPrefixListReferenceSet",
16079+
"locationName":"transitGatewayPrefixListReferenceSet"
16080+
},
16081+
"NextToken":{
16082+
"shape":"String",
16083+
"locationName":"nextToken"
16084+
}
16085+
}
16086+
},
1597116087
"GetTransitGatewayRouteTableAssociationsRequest":{
1597216088
"type":"structure",
1597316089
"required":["TransitGatewayRouteTableId"],
@@ -21275,6 +21391,60 @@
2127521391
}
2127621392
}
2127721393
},
21394+
"ModifyTransitGatewayOptions":{
21395+
"type":"structure",
21396+
"members":{
21397+
"VpnEcmpSupport":{"shape":"VpnEcmpSupportValue"},
21398+
"DnsSupport":{"shape":"DnsSupportValue"},
21399+
"AutoAcceptSharedAttachments":{"shape":"AutoAcceptSharedAttachmentsValue"},
21400+
"DefaultRouteTableAssociation":{"shape":"DefaultRouteTableAssociationValue"},
21401+
"AssociationDefaultRouteTableId":{"shape":"TransitGatewayRouteTableId"},
21402+
"DefaultRouteTablePropagation":{"shape":"DefaultRouteTablePropagationValue"},
21403+
"PropagationDefaultRouteTableId":{"shape":"TransitGatewayRouteTableId"}
21404+
}
21405+
},
21406+
"ModifyTransitGatewayPrefixListReferenceRequest":{
21407+
"type":"structure",
21408+
"required":[
21409+
"TransitGatewayRouteTableId",
21410+
"PrefixListId"
21411+
],
21412+
"members":{
21413+
"TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
21414+
"PrefixListId":{"shape":"PrefixListResourceId"},
21415+
"TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
21416+
"Blackhole":{"shape":"Boolean"},
21417+
"DryRun":{"shape":"Boolean"}
21418+
}
21419+
},
21420+
"ModifyTransitGatewayPrefixListReferenceResult":{
21421+
"type":"structure",
21422+
"members":{
21423+
"TransitGatewayPrefixListReference":{
21424+
"shape":"TransitGatewayPrefixListReference",
21425+
"locationName":"transitGatewayPrefixListReference"
21426+
}
21427+
}
21428+
},
21429+
"ModifyTransitGatewayRequest":{
21430+
"type":"structure",
21431+
"required":["TransitGatewayId"],
21432+
"members":{
21433+
"TransitGatewayId":{"shape":"TransitGatewayId"},
21434+
"Description":{"shape":"String"},
21435+
"Options":{"shape":"ModifyTransitGatewayOptions"},
21436+
"DryRun":{"shape":"Boolean"}
21437+
}
21438+
},
21439+
"ModifyTransitGatewayResult":{
21440+
"type":"structure",
21441+
"members":{
21442+
"TransitGateway":{
21443+
"shape":"TransitGateway",
21444+
"locationName":"transitGateway"
21445+
}
21446+
}
21447+
},
2127821448
"ModifyTransitGatewayVpcAttachmentRequest":{
2127921449
"type":"structure",
2128021450
"required":["TransitGatewayAttachmentId"],
@@ -28616,6 +28786,68 @@
2861628786
"locationName":"item"
2861728787
}
2861828788
},
28789+
"TransitGatewayPrefixListAttachment":{
28790+
"type":"structure",
28791+
"members":{
28792+
"TransitGatewayAttachmentId":{
28793+
"shape":"TransitGatewayAttachmentId",
28794+
"locationName":"transitGatewayAttachmentId"
28795+
},
28796+
"ResourceType":{
28797+
"shape":"TransitGatewayAttachmentResourceType",
28798+
"locationName":"resourceType"
28799+
},
28800+
"ResourceId":{
28801+
"shape":"String",
28802+
"locationName":"resourceId"
28803+
}
28804+
}
28805+
},
28806+
"TransitGatewayPrefixListReference":{
28807+
"type":"structure",
28808+
"members":{
28809+
"TransitGatewayRouteTableId":{
28810+
"shape":"TransitGatewayRouteTableId",
28811+
"locationName":"transitGatewayRouteTableId"
28812+
},
28813+
"PrefixListId":{
28814+
"shape":"PrefixListResourceId",
28815+
"locationName":"prefixListId"
28816+
},
28817+
"PrefixListOwnerId":{
28818+
"shape":"String",
28819+
"locationName":"prefixListOwnerId"
28820+
},
28821+
"State":{
28822+
"shape":"TransitGatewayPrefixListReferenceState",
28823+
"locationName":"state"
28824+
},
28825+
"Blackhole":{
28826+
"shape":"Boolean",
28827+
"locationName":"blackhole"
28828+
},
28829+
"TransitGatewayAttachment":{
28830+
"shape":"TransitGatewayPrefixListAttachment",
28831+
"locationName":"transitGatewayAttachment"
28832+
}
28833+
}
28834+
},
28835+
"TransitGatewayPrefixListReferenceSet":{
28836+
"type":"list",
28837+
"member":{
28838+
"shape":"TransitGatewayPrefixListReference",
28839+
"locationName":"item"
28840+
}
28841+
},
28842+
"TransitGatewayPrefixListReferenceState":{
28843+
"type":"string",
28844+
"enum":[
28845+
"pending",
28846+
"available",
28847+
"modifying",
28848+
"deleting"
28849+
]
28850+
},
2861928851
"TransitGatewayPropagation":{
2862028852
"type":"structure",
2862128853
"members":{
@@ -28669,6 +28901,10 @@
2866928901
"shape":"String",
2867028902
"locationName":"destinationCidrBlock"
2867128903
},
28904+
"PrefixListId":{
28905+
"shape":"PrefixListResourceId",
28906+
"locationName":"prefixListId"
28907+
},
2867228908
"TransitGatewayAttachments":{
2867328909
"shape":"TransitGatewayRouteAttachmentList",
2867428910
"locationName":"transitGatewayAttachments"
@@ -29835,6 +30071,7 @@
2983530071
"enum":[
2983630072
"standard",
2983730073
"io1",
30074+
"io2",
2983830075
"gp2",
2983930076
"sc1",
2984030077
"st1"

0 commit comments

Comments
 (0)