aws-sdk-networkmanager 1.15.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkmanager/client.rb +2662 -244
- data/lib/aws-sdk-networkmanager/client_api.rb +1711 -190
- data/lib/aws-sdk-networkmanager/errors.rb +26 -0
- data/lib/aws-sdk-networkmanager/types.rb +4602 -1080
- data/lib/aws-sdk-networkmanager.rb +2 -2
- metadata +4 -4
@@ -13,21 +13,87 @@ module Aws::NetworkManager
|
|
13
13
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
|
+
AWSAccountId = Shapes::StringShape.new(name: 'AWSAccountId')
|
16
17
|
AWSLocation = Shapes::StructureShape.new(name: 'AWSLocation')
|
18
|
+
AcceptAttachmentRequest = Shapes::StructureShape.new(name: 'AcceptAttachmentRequest')
|
19
|
+
AcceptAttachmentResponse = Shapes::StructureShape.new(name: 'AcceptAttachmentResponse')
|
17
20
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
21
|
+
AssociateConnectPeerRequest = Shapes::StructureShape.new(name: 'AssociateConnectPeerRequest')
|
22
|
+
AssociateConnectPeerResponse = Shapes::StructureShape.new(name: 'AssociateConnectPeerResponse')
|
18
23
|
AssociateCustomerGatewayRequest = Shapes::StructureShape.new(name: 'AssociateCustomerGatewayRequest')
|
19
24
|
AssociateCustomerGatewayResponse = Shapes::StructureShape.new(name: 'AssociateCustomerGatewayResponse')
|
20
25
|
AssociateLinkRequest = Shapes::StructureShape.new(name: 'AssociateLinkRequest')
|
21
26
|
AssociateLinkResponse = Shapes::StructureShape.new(name: 'AssociateLinkResponse')
|
22
27
|
AssociateTransitGatewayConnectPeerRequest = Shapes::StructureShape.new(name: 'AssociateTransitGatewayConnectPeerRequest')
|
23
28
|
AssociateTransitGatewayConnectPeerResponse = Shapes::StructureShape.new(name: 'AssociateTransitGatewayConnectPeerResponse')
|
29
|
+
Attachment = Shapes::StructureShape.new(name: 'Attachment')
|
30
|
+
AttachmentId = Shapes::StringShape.new(name: 'AttachmentId')
|
31
|
+
AttachmentList = Shapes::ListShape.new(name: 'AttachmentList')
|
32
|
+
AttachmentState = Shapes::StringShape.new(name: 'AttachmentState')
|
33
|
+
AttachmentType = Shapes::StringShape.new(name: 'AttachmentType')
|
24
34
|
Bandwidth = Shapes::StructureShape.new(name: 'Bandwidth')
|
35
|
+
BgpOptions = Shapes::StructureShape.new(name: 'BgpOptions')
|
36
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
37
|
+
ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
|
38
|
+
ChangeSetState = Shapes::StringShape.new(name: 'ChangeSetState')
|
39
|
+
ChangeType = Shapes::StringShape.new(name: 'ChangeType')
|
40
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
25
41
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
42
|
+
ConnectAttachment = Shapes::StructureShape.new(name: 'ConnectAttachment')
|
43
|
+
ConnectAttachmentOptions = Shapes::StructureShape.new(name: 'ConnectAttachmentOptions')
|
44
|
+
ConnectPeer = Shapes::StructureShape.new(name: 'ConnectPeer')
|
45
|
+
ConnectPeerAssociation = Shapes::StructureShape.new(name: 'ConnectPeerAssociation')
|
46
|
+
ConnectPeerAssociationList = Shapes::ListShape.new(name: 'ConnectPeerAssociationList')
|
47
|
+
ConnectPeerAssociationState = Shapes::StringShape.new(name: 'ConnectPeerAssociationState')
|
48
|
+
ConnectPeerBgpConfiguration = Shapes::StructureShape.new(name: 'ConnectPeerBgpConfiguration')
|
49
|
+
ConnectPeerBgpConfigurationList = Shapes::ListShape.new(name: 'ConnectPeerBgpConfigurationList')
|
50
|
+
ConnectPeerConfiguration = Shapes::StructureShape.new(name: 'ConnectPeerConfiguration')
|
51
|
+
ConnectPeerId = Shapes::StringShape.new(name: 'ConnectPeerId')
|
52
|
+
ConnectPeerIdList = Shapes::ListShape.new(name: 'ConnectPeerIdList')
|
53
|
+
ConnectPeerState = Shapes::StringShape.new(name: 'ConnectPeerState')
|
54
|
+
ConnectPeerSummary = Shapes::StructureShape.new(name: 'ConnectPeerSummary')
|
55
|
+
ConnectPeerSummaryList = Shapes::ListShape.new(name: 'ConnectPeerSummaryList')
|
26
56
|
Connection = Shapes::StructureShape.new(name: 'Connection')
|
57
|
+
ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
|
58
|
+
ConnectionHealth = Shapes::StructureShape.new(name: 'ConnectionHealth')
|
59
|
+
ConnectionId = Shapes::StringShape.new(name: 'ConnectionId')
|
60
|
+
ConnectionIdList = Shapes::ListShape.new(name: 'ConnectionIdList')
|
27
61
|
ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
|
28
62
|
ConnectionState = Shapes::StringShape.new(name: 'ConnectionState')
|
63
|
+
ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
|
64
|
+
ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
|
65
|
+
ConstrainedString = Shapes::StringShape.new(name: 'ConstrainedString')
|
66
|
+
ConstrainedStringList = Shapes::ListShape.new(name: 'ConstrainedStringList')
|
67
|
+
CoreNetwork = Shapes::StructureShape.new(name: 'CoreNetwork')
|
68
|
+
CoreNetworkArn = Shapes::StringShape.new(name: 'CoreNetworkArn')
|
69
|
+
CoreNetworkChange = Shapes::StructureShape.new(name: 'CoreNetworkChange')
|
70
|
+
CoreNetworkChangeList = Shapes::ListShape.new(name: 'CoreNetworkChangeList')
|
71
|
+
CoreNetworkChangeValues = Shapes::StructureShape.new(name: 'CoreNetworkChangeValues')
|
72
|
+
CoreNetworkEdge = Shapes::StructureShape.new(name: 'CoreNetworkEdge')
|
73
|
+
CoreNetworkEdgeList = Shapes::ListShape.new(name: 'CoreNetworkEdgeList')
|
74
|
+
CoreNetworkId = Shapes::StringShape.new(name: 'CoreNetworkId')
|
75
|
+
CoreNetworkPolicy = Shapes::StructureShape.new(name: 'CoreNetworkPolicy')
|
76
|
+
CoreNetworkPolicyAlias = Shapes::StringShape.new(name: 'CoreNetworkPolicyAlias')
|
77
|
+
CoreNetworkPolicyDocument = Shapes::StringShape.new(name: 'CoreNetworkPolicyDocument')
|
78
|
+
CoreNetworkPolicyError = Shapes::StructureShape.new(name: 'CoreNetworkPolicyError')
|
79
|
+
CoreNetworkPolicyErrorList = Shapes::ListShape.new(name: 'CoreNetworkPolicyErrorList')
|
80
|
+
CoreNetworkPolicyException = Shapes::StructureShape.new(name: 'CoreNetworkPolicyException')
|
81
|
+
CoreNetworkPolicyVersion = Shapes::StructureShape.new(name: 'CoreNetworkPolicyVersion')
|
82
|
+
CoreNetworkPolicyVersionList = Shapes::ListShape.new(name: 'CoreNetworkPolicyVersionList')
|
83
|
+
CoreNetworkSegment = Shapes::StructureShape.new(name: 'CoreNetworkSegment')
|
84
|
+
CoreNetworkSegmentEdgeIdentifier = Shapes::StructureShape.new(name: 'CoreNetworkSegmentEdgeIdentifier')
|
85
|
+
CoreNetworkSegmentList = Shapes::ListShape.new(name: 'CoreNetworkSegmentList')
|
86
|
+
CoreNetworkState = Shapes::StringShape.new(name: 'CoreNetworkState')
|
87
|
+
CoreNetworkSummary = Shapes::StructureShape.new(name: 'CoreNetworkSummary')
|
88
|
+
CoreNetworkSummaryList = Shapes::ListShape.new(name: 'CoreNetworkSummaryList')
|
89
|
+
CreateConnectAttachmentRequest = Shapes::StructureShape.new(name: 'CreateConnectAttachmentRequest')
|
90
|
+
CreateConnectAttachmentResponse = Shapes::StructureShape.new(name: 'CreateConnectAttachmentResponse')
|
91
|
+
CreateConnectPeerRequest = Shapes::StructureShape.new(name: 'CreateConnectPeerRequest')
|
92
|
+
CreateConnectPeerResponse = Shapes::StructureShape.new(name: 'CreateConnectPeerResponse')
|
29
93
|
CreateConnectionRequest = Shapes::StructureShape.new(name: 'CreateConnectionRequest')
|
30
94
|
CreateConnectionResponse = Shapes::StructureShape.new(name: 'CreateConnectionResponse')
|
95
|
+
CreateCoreNetworkRequest = Shapes::StructureShape.new(name: 'CreateCoreNetworkRequest')
|
96
|
+
CreateCoreNetworkResponse = Shapes::StructureShape.new(name: 'CreateCoreNetworkResponse')
|
31
97
|
CreateDeviceRequest = Shapes::StructureShape.new(name: 'CreateDeviceRequest')
|
32
98
|
CreateDeviceResponse = Shapes::StructureShape.new(name: 'CreateDeviceResponse')
|
33
99
|
CreateGlobalNetworkRequest = Shapes::StructureShape.new(name: 'CreateGlobalNetworkRequest')
|
@@ -36,18 +102,34 @@ module Aws::NetworkManager
|
|
36
102
|
CreateLinkResponse = Shapes::StructureShape.new(name: 'CreateLinkResponse')
|
37
103
|
CreateSiteRequest = Shapes::StructureShape.new(name: 'CreateSiteRequest')
|
38
104
|
CreateSiteResponse = Shapes::StructureShape.new(name: 'CreateSiteResponse')
|
105
|
+
CreateSiteToSiteVpnAttachmentRequest = Shapes::StructureShape.new(name: 'CreateSiteToSiteVpnAttachmentRequest')
|
106
|
+
CreateSiteToSiteVpnAttachmentResponse = Shapes::StructureShape.new(name: 'CreateSiteToSiteVpnAttachmentResponse')
|
107
|
+
CreateVpcAttachmentRequest = Shapes::StructureShape.new(name: 'CreateVpcAttachmentRequest')
|
108
|
+
CreateVpcAttachmentResponse = Shapes::StructureShape.new(name: 'CreateVpcAttachmentResponse')
|
109
|
+
CustomerGatewayArn = Shapes::StringShape.new(name: 'CustomerGatewayArn')
|
110
|
+
CustomerGatewayArnList = Shapes::ListShape.new(name: 'CustomerGatewayArnList')
|
39
111
|
CustomerGatewayAssociation = Shapes::StructureShape.new(name: 'CustomerGatewayAssociation')
|
40
112
|
CustomerGatewayAssociationList = Shapes::ListShape.new(name: 'CustomerGatewayAssociationList')
|
41
113
|
CustomerGatewayAssociationState = Shapes::StringShape.new(name: 'CustomerGatewayAssociationState')
|
42
114
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime')
|
115
|
+
DeleteAttachmentRequest = Shapes::StructureShape.new(name: 'DeleteAttachmentRequest')
|
116
|
+
DeleteAttachmentResponse = Shapes::StructureShape.new(name: 'DeleteAttachmentResponse')
|
117
|
+
DeleteConnectPeerRequest = Shapes::StructureShape.new(name: 'DeleteConnectPeerRequest')
|
118
|
+
DeleteConnectPeerResponse = Shapes::StructureShape.new(name: 'DeleteConnectPeerResponse')
|
43
119
|
DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
|
44
120
|
DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
|
121
|
+
DeleteCoreNetworkPolicyVersionRequest = Shapes::StructureShape.new(name: 'DeleteCoreNetworkPolicyVersionRequest')
|
122
|
+
DeleteCoreNetworkPolicyVersionResponse = Shapes::StructureShape.new(name: 'DeleteCoreNetworkPolicyVersionResponse')
|
123
|
+
DeleteCoreNetworkRequest = Shapes::StructureShape.new(name: 'DeleteCoreNetworkRequest')
|
124
|
+
DeleteCoreNetworkResponse = Shapes::StructureShape.new(name: 'DeleteCoreNetworkResponse')
|
45
125
|
DeleteDeviceRequest = Shapes::StructureShape.new(name: 'DeleteDeviceRequest')
|
46
126
|
DeleteDeviceResponse = Shapes::StructureShape.new(name: 'DeleteDeviceResponse')
|
47
127
|
DeleteGlobalNetworkRequest = Shapes::StructureShape.new(name: 'DeleteGlobalNetworkRequest')
|
48
128
|
DeleteGlobalNetworkResponse = Shapes::StructureShape.new(name: 'DeleteGlobalNetworkResponse')
|
49
129
|
DeleteLinkRequest = Shapes::StructureShape.new(name: 'DeleteLinkRequest')
|
50
130
|
DeleteLinkResponse = Shapes::StructureShape.new(name: 'DeleteLinkResponse')
|
131
|
+
DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
|
132
|
+
DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
|
51
133
|
DeleteSiteRequest = Shapes::StructureShape.new(name: 'DeleteSiteRequest')
|
52
134
|
DeleteSiteResponse = Shapes::StructureShape.new(name: 'DeleteSiteResponse')
|
53
135
|
DeregisterTransitGatewayRequest = Shapes::StructureShape.new(name: 'DeregisterTransitGatewayRequest')
|
@@ -55,16 +137,44 @@ module Aws::NetworkManager
|
|
55
137
|
DescribeGlobalNetworksRequest = Shapes::StructureShape.new(name: 'DescribeGlobalNetworksRequest')
|
56
138
|
DescribeGlobalNetworksResponse = Shapes::StructureShape.new(name: 'DescribeGlobalNetworksResponse')
|
57
139
|
Device = Shapes::StructureShape.new(name: 'Device')
|
140
|
+
DeviceArn = Shapes::StringShape.new(name: 'DeviceArn')
|
141
|
+
DeviceId = Shapes::StringShape.new(name: 'DeviceId')
|
142
|
+
DeviceIdList = Shapes::ListShape.new(name: 'DeviceIdList')
|
58
143
|
DeviceList = Shapes::ListShape.new(name: 'DeviceList')
|
59
144
|
DeviceState = Shapes::StringShape.new(name: 'DeviceState')
|
145
|
+
DisassociateConnectPeerRequest = Shapes::StructureShape.new(name: 'DisassociateConnectPeerRequest')
|
146
|
+
DisassociateConnectPeerResponse = Shapes::StructureShape.new(name: 'DisassociateConnectPeerResponse')
|
60
147
|
DisassociateCustomerGatewayRequest = Shapes::StructureShape.new(name: 'DisassociateCustomerGatewayRequest')
|
61
148
|
DisassociateCustomerGatewayResponse = Shapes::StructureShape.new(name: 'DisassociateCustomerGatewayResponse')
|
62
149
|
DisassociateLinkRequest = Shapes::StructureShape.new(name: 'DisassociateLinkRequest')
|
63
150
|
DisassociateLinkResponse = Shapes::StructureShape.new(name: 'DisassociateLinkResponse')
|
64
151
|
DisassociateTransitGatewayConnectPeerRequest = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayConnectPeerRequest')
|
65
152
|
DisassociateTransitGatewayConnectPeerResponse = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayConnectPeerResponse')
|
153
|
+
ExceptionContextKey = Shapes::StringShape.new(name: 'ExceptionContextKey')
|
154
|
+
ExceptionContextMap = Shapes::MapShape.new(name: 'ExceptionContextMap')
|
155
|
+
ExceptionContextValue = Shapes::StringShape.new(name: 'ExceptionContextValue')
|
156
|
+
ExecuteCoreNetworkChangeSetRequest = Shapes::StructureShape.new(name: 'ExecuteCoreNetworkChangeSetRequest')
|
157
|
+
ExecuteCoreNetworkChangeSetResponse = Shapes::StructureShape.new(name: 'ExecuteCoreNetworkChangeSetResponse')
|
158
|
+
ExternalRegionCode = Shapes::StringShape.new(name: 'ExternalRegionCode')
|
159
|
+
ExternalRegionCodeList = Shapes::ListShape.new(name: 'ExternalRegionCodeList')
|
160
|
+
FilterMap = Shapes::MapShape.new(name: 'FilterMap')
|
161
|
+
FilterName = Shapes::StringShape.new(name: 'FilterName')
|
162
|
+
FilterValue = Shapes::StringShape.new(name: 'FilterValue')
|
163
|
+
FilterValues = Shapes::ListShape.new(name: 'FilterValues')
|
164
|
+
GetConnectAttachmentRequest = Shapes::StructureShape.new(name: 'GetConnectAttachmentRequest')
|
165
|
+
GetConnectAttachmentResponse = Shapes::StructureShape.new(name: 'GetConnectAttachmentResponse')
|
166
|
+
GetConnectPeerAssociationsRequest = Shapes::StructureShape.new(name: 'GetConnectPeerAssociationsRequest')
|
167
|
+
GetConnectPeerAssociationsResponse = Shapes::StructureShape.new(name: 'GetConnectPeerAssociationsResponse')
|
168
|
+
GetConnectPeerRequest = Shapes::StructureShape.new(name: 'GetConnectPeerRequest')
|
169
|
+
GetConnectPeerResponse = Shapes::StructureShape.new(name: 'GetConnectPeerResponse')
|
66
170
|
GetConnectionsRequest = Shapes::StructureShape.new(name: 'GetConnectionsRequest')
|
67
171
|
GetConnectionsResponse = Shapes::StructureShape.new(name: 'GetConnectionsResponse')
|
172
|
+
GetCoreNetworkChangeSetRequest = Shapes::StructureShape.new(name: 'GetCoreNetworkChangeSetRequest')
|
173
|
+
GetCoreNetworkChangeSetResponse = Shapes::StructureShape.new(name: 'GetCoreNetworkChangeSetResponse')
|
174
|
+
GetCoreNetworkPolicyRequest = Shapes::StructureShape.new(name: 'GetCoreNetworkPolicyRequest')
|
175
|
+
GetCoreNetworkPolicyResponse = Shapes::StructureShape.new(name: 'GetCoreNetworkPolicyResponse')
|
176
|
+
GetCoreNetworkRequest = Shapes::StructureShape.new(name: 'GetCoreNetworkRequest')
|
177
|
+
GetCoreNetworkResponse = Shapes::StructureShape.new(name: 'GetCoreNetworkResponse')
|
68
178
|
GetCustomerGatewayAssociationsRequest = Shapes::StructureShape.new(name: 'GetCustomerGatewayAssociationsRequest')
|
69
179
|
GetCustomerGatewayAssociationsResponse = Shapes::StructureShape.new(name: 'GetCustomerGatewayAssociationsResponse')
|
70
180
|
GetDevicesRequest = Shapes::StructureShape.new(name: 'GetDevicesRequest')
|
@@ -73,38 +183,123 @@ module Aws::NetworkManager
|
|
73
183
|
GetLinkAssociationsResponse = Shapes::StructureShape.new(name: 'GetLinkAssociationsResponse')
|
74
184
|
GetLinksRequest = Shapes::StructureShape.new(name: 'GetLinksRequest')
|
75
185
|
GetLinksResponse = Shapes::StructureShape.new(name: 'GetLinksResponse')
|
186
|
+
GetNetworkResourceCountsRequest = Shapes::StructureShape.new(name: 'GetNetworkResourceCountsRequest')
|
187
|
+
GetNetworkResourceCountsResponse = Shapes::StructureShape.new(name: 'GetNetworkResourceCountsResponse')
|
188
|
+
GetNetworkResourceRelationshipsRequest = Shapes::StructureShape.new(name: 'GetNetworkResourceRelationshipsRequest')
|
189
|
+
GetNetworkResourceRelationshipsResponse = Shapes::StructureShape.new(name: 'GetNetworkResourceRelationshipsResponse')
|
190
|
+
GetNetworkResourcesRequest = Shapes::StructureShape.new(name: 'GetNetworkResourcesRequest')
|
191
|
+
GetNetworkResourcesResponse = Shapes::StructureShape.new(name: 'GetNetworkResourcesResponse')
|
192
|
+
GetNetworkRoutesRequest = Shapes::StructureShape.new(name: 'GetNetworkRoutesRequest')
|
193
|
+
GetNetworkRoutesResponse = Shapes::StructureShape.new(name: 'GetNetworkRoutesResponse')
|
194
|
+
GetNetworkTelemetryRequest = Shapes::StructureShape.new(name: 'GetNetworkTelemetryRequest')
|
195
|
+
GetNetworkTelemetryResponse = Shapes::StructureShape.new(name: 'GetNetworkTelemetryResponse')
|
196
|
+
GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
|
197
|
+
GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
|
198
|
+
GetRouteAnalysisRequest = Shapes::StructureShape.new(name: 'GetRouteAnalysisRequest')
|
199
|
+
GetRouteAnalysisResponse = Shapes::StructureShape.new(name: 'GetRouteAnalysisResponse')
|
200
|
+
GetSiteToSiteVpnAttachmentRequest = Shapes::StructureShape.new(name: 'GetSiteToSiteVpnAttachmentRequest')
|
201
|
+
GetSiteToSiteVpnAttachmentResponse = Shapes::StructureShape.new(name: 'GetSiteToSiteVpnAttachmentResponse')
|
76
202
|
GetSitesRequest = Shapes::StructureShape.new(name: 'GetSitesRequest')
|
77
203
|
GetSitesResponse = Shapes::StructureShape.new(name: 'GetSitesResponse')
|
78
204
|
GetTransitGatewayConnectPeerAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayConnectPeerAssociationsRequest')
|
79
205
|
GetTransitGatewayConnectPeerAssociationsResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayConnectPeerAssociationsResponse')
|
80
206
|
GetTransitGatewayRegistrationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayRegistrationsRequest')
|
81
207
|
GetTransitGatewayRegistrationsResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayRegistrationsResponse')
|
208
|
+
GetVpcAttachmentRequest = Shapes::StructureShape.new(name: 'GetVpcAttachmentRequest')
|
209
|
+
GetVpcAttachmentResponse = Shapes::StructureShape.new(name: 'GetVpcAttachmentResponse')
|
82
210
|
GlobalNetwork = Shapes::StructureShape.new(name: 'GlobalNetwork')
|
211
|
+
GlobalNetworkArn = Shapes::StringShape.new(name: 'GlobalNetworkArn')
|
212
|
+
GlobalNetworkId = Shapes::StringShape.new(name: 'GlobalNetworkId')
|
213
|
+
GlobalNetworkIdList = Shapes::ListShape.new(name: 'GlobalNetworkIdList')
|
83
214
|
GlobalNetworkList = Shapes::ListShape.new(name: 'GlobalNetworkList')
|
84
215
|
GlobalNetworkState = Shapes::StringShape.new(name: 'GlobalNetworkState')
|
216
|
+
IPAddress = Shapes::StringShape.new(name: 'IPAddress')
|
85
217
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
86
218
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
87
219
|
Link = Shapes::StructureShape.new(name: 'Link')
|
220
|
+
LinkArn = Shapes::StringShape.new(name: 'LinkArn')
|
88
221
|
LinkAssociation = Shapes::StructureShape.new(name: 'LinkAssociation')
|
89
222
|
LinkAssociationList = Shapes::ListShape.new(name: 'LinkAssociationList')
|
90
223
|
LinkAssociationState = Shapes::StringShape.new(name: 'LinkAssociationState')
|
224
|
+
LinkId = Shapes::StringShape.new(name: 'LinkId')
|
225
|
+
LinkIdList = Shapes::ListShape.new(name: 'LinkIdList')
|
91
226
|
LinkList = Shapes::ListShape.new(name: 'LinkList')
|
92
227
|
LinkState = Shapes::StringShape.new(name: 'LinkState')
|
228
|
+
ListAttachmentsRequest = Shapes::StructureShape.new(name: 'ListAttachmentsRequest')
|
229
|
+
ListAttachmentsResponse = Shapes::StructureShape.new(name: 'ListAttachmentsResponse')
|
230
|
+
ListConnectPeersRequest = Shapes::StructureShape.new(name: 'ListConnectPeersRequest')
|
231
|
+
ListConnectPeersResponse = Shapes::StructureShape.new(name: 'ListConnectPeersResponse')
|
232
|
+
ListCoreNetworkPolicyVersionsRequest = Shapes::StructureShape.new(name: 'ListCoreNetworkPolicyVersionsRequest')
|
233
|
+
ListCoreNetworkPolicyVersionsResponse = Shapes::StructureShape.new(name: 'ListCoreNetworkPolicyVersionsResponse')
|
234
|
+
ListCoreNetworksRequest = Shapes::StructureShape.new(name: 'ListCoreNetworksRequest')
|
235
|
+
ListCoreNetworksResponse = Shapes::StructureShape.new(name: 'ListCoreNetworksResponse')
|
93
236
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
94
237
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
95
238
|
Location = Shapes::StructureShape.new(name: 'Location')
|
239
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
96
240
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
241
|
+
NetworkResource = Shapes::StructureShape.new(name: 'NetworkResource')
|
242
|
+
NetworkResourceCount = Shapes::StructureShape.new(name: 'NetworkResourceCount')
|
243
|
+
NetworkResourceCountList = Shapes::ListShape.new(name: 'NetworkResourceCountList')
|
244
|
+
NetworkResourceList = Shapes::ListShape.new(name: 'NetworkResourceList')
|
245
|
+
NetworkResourceMetadataMap = Shapes::MapShape.new(name: 'NetworkResourceMetadataMap')
|
246
|
+
NetworkResourceSummary = Shapes::StructureShape.new(name: 'NetworkResourceSummary')
|
247
|
+
NetworkRoute = Shapes::StructureShape.new(name: 'NetworkRoute')
|
248
|
+
NetworkRouteDestination = Shapes::StructureShape.new(name: 'NetworkRouteDestination')
|
249
|
+
NetworkRouteDestinationList = Shapes::ListShape.new(name: 'NetworkRouteDestinationList')
|
250
|
+
NetworkRouteList = Shapes::ListShape.new(name: 'NetworkRouteList')
|
251
|
+
NetworkTelemetry = Shapes::StructureShape.new(name: 'NetworkTelemetry')
|
252
|
+
NetworkTelemetryList = Shapes::ListShape.new(name: 'NetworkTelemetryList')
|
253
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
254
|
+
PathComponent = Shapes::StructureShape.new(name: 'PathComponent')
|
255
|
+
PathComponentList = Shapes::ListShape.new(name: 'PathComponentList')
|
256
|
+
ProposedSegmentChange = Shapes::StructureShape.new(name: 'ProposedSegmentChange')
|
257
|
+
PutCoreNetworkPolicyRequest = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyRequest')
|
258
|
+
PutCoreNetworkPolicyResponse = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyResponse')
|
259
|
+
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
260
|
+
PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
|
261
|
+
ReasonContextKey = Shapes::StringShape.new(name: 'ReasonContextKey')
|
262
|
+
ReasonContextMap = Shapes::MapShape.new(name: 'ReasonContextMap')
|
263
|
+
ReasonContextValue = Shapes::StringShape.new(name: 'ReasonContextValue')
|
97
264
|
RegisterTransitGatewayRequest = Shapes::StructureShape.new(name: 'RegisterTransitGatewayRequest')
|
98
265
|
RegisterTransitGatewayResponse = Shapes::StructureShape.new(name: 'RegisterTransitGatewayResponse')
|
99
|
-
|
266
|
+
RejectAttachmentRequest = Shapes::StructureShape.new(name: 'RejectAttachmentRequest')
|
267
|
+
RejectAttachmentResponse = Shapes::StructureShape.new(name: 'RejectAttachmentResponse')
|
268
|
+
Relationship = Shapes::StructureShape.new(name: 'Relationship')
|
269
|
+
RelationshipList = Shapes::ListShape.new(name: 'RelationshipList')
|
270
|
+
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
100
271
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
272
|
+
ResourcePolicyDocument = Shapes::StringShape.new(name: 'ResourcePolicyDocument')
|
273
|
+
RestoreCoreNetworkPolicyVersionRequest = Shapes::StructureShape.new(name: 'RestoreCoreNetworkPolicyVersionRequest')
|
274
|
+
RestoreCoreNetworkPolicyVersionResponse = Shapes::StructureShape.new(name: 'RestoreCoreNetworkPolicyVersionResponse')
|
101
275
|
RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
|
276
|
+
RouteAnalysis = Shapes::StructureShape.new(name: 'RouteAnalysis')
|
277
|
+
RouteAnalysisCompletion = Shapes::StructureShape.new(name: 'RouteAnalysisCompletion')
|
278
|
+
RouteAnalysisCompletionReasonCode = Shapes::StringShape.new(name: 'RouteAnalysisCompletionReasonCode')
|
279
|
+
RouteAnalysisCompletionResultCode = Shapes::StringShape.new(name: 'RouteAnalysisCompletionResultCode')
|
280
|
+
RouteAnalysisEndpointOptions = Shapes::StructureShape.new(name: 'RouteAnalysisEndpointOptions')
|
281
|
+
RouteAnalysisEndpointOptionsSpecification = Shapes::StructureShape.new(name: 'RouteAnalysisEndpointOptionsSpecification')
|
282
|
+
RouteAnalysisPath = Shapes::StructureShape.new(name: 'RouteAnalysisPath')
|
283
|
+
RouteAnalysisStatus = Shapes::StringShape.new(name: 'RouteAnalysisStatus')
|
284
|
+
RouteState = Shapes::StringShape.new(name: 'RouteState')
|
285
|
+
RouteStateList = Shapes::ListShape.new(name: 'RouteStateList')
|
286
|
+
RouteTableIdentifier = Shapes::StructureShape.new(name: 'RouteTableIdentifier')
|
287
|
+
RouteTableType = Shapes::StringShape.new(name: 'RouteTableType')
|
288
|
+
RouteType = Shapes::StringShape.new(name: 'RouteType')
|
289
|
+
RouteTypeList = Shapes::ListShape.new(name: 'RouteTypeList')
|
290
|
+
ServerSideString = Shapes::StringShape.new(name: 'ServerSideString')
|
102
291
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
103
292
|
Site = Shapes::StructureShape.new(name: 'Site')
|
293
|
+
SiteArn = Shapes::StringShape.new(name: 'SiteArn')
|
294
|
+
SiteId = Shapes::StringShape.new(name: 'SiteId')
|
295
|
+
SiteIdList = Shapes::ListShape.new(name: 'SiteIdList')
|
104
296
|
SiteList = Shapes::ListShape.new(name: 'SiteList')
|
105
297
|
SiteState = Shapes::StringShape.new(name: 'SiteState')
|
106
|
-
|
107
|
-
|
298
|
+
SiteToSiteVpnAttachment = Shapes::StructureShape.new(name: 'SiteToSiteVpnAttachment')
|
299
|
+
StartRouteAnalysisRequest = Shapes::StructureShape.new(name: 'StartRouteAnalysisRequest')
|
300
|
+
StartRouteAnalysisResponse = Shapes::StructureShape.new(name: 'StartRouteAnalysisResponse')
|
301
|
+
SubnetArn = Shapes::StringShape.new(name: 'SubnetArn')
|
302
|
+
SubnetArnList = Shapes::ListShape.new(name: 'SubnetArnList')
|
108
303
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
109
304
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
110
305
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -113,6 +308,12 @@ module Aws::NetworkManager
|
|
113
308
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
114
309
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
115
310
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
311
|
+
TransitGatewayArn = Shapes::StringShape.new(name: 'TransitGatewayArn')
|
312
|
+
TransitGatewayArnList = Shapes::ListShape.new(name: 'TransitGatewayArnList')
|
313
|
+
TransitGatewayAttachmentArn = Shapes::StringShape.new(name: 'TransitGatewayAttachmentArn')
|
314
|
+
TransitGatewayAttachmentId = Shapes::StringShape.new(name: 'TransitGatewayAttachmentId')
|
315
|
+
TransitGatewayConnectPeerArn = Shapes::StringShape.new(name: 'TransitGatewayConnectPeerArn')
|
316
|
+
TransitGatewayConnectPeerArnList = Shapes::ListShape.new(name: 'TransitGatewayConnectPeerArnList')
|
116
317
|
TransitGatewayConnectPeerAssociation = Shapes::StructureShape.new(name: 'TransitGatewayConnectPeerAssociation')
|
117
318
|
TransitGatewayConnectPeerAssociationList = Shapes::ListShape.new(name: 'TransitGatewayConnectPeerAssociationList')
|
118
319
|
TransitGatewayConnectPeerAssociationState = Shapes::StringShape.new(name: 'TransitGatewayConnectPeerAssociationState')
|
@@ -120,128 +321,363 @@ module Aws::NetworkManager
|
|
120
321
|
TransitGatewayRegistrationList = Shapes::ListShape.new(name: 'TransitGatewayRegistrationList')
|
121
322
|
TransitGatewayRegistrationState = Shapes::StringShape.new(name: 'TransitGatewayRegistrationState')
|
122
323
|
TransitGatewayRegistrationStateReason = Shapes::StructureShape.new(name: 'TransitGatewayRegistrationStateReason')
|
324
|
+
TransitGatewayRouteTableArn = Shapes::StringShape.new(name: 'TransitGatewayRouteTableArn')
|
325
|
+
TunnelProtocol = Shapes::StringShape.new(name: 'TunnelProtocol')
|
123
326
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
124
327
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
125
328
|
UpdateConnectionRequest = Shapes::StructureShape.new(name: 'UpdateConnectionRequest')
|
126
329
|
UpdateConnectionResponse = Shapes::StructureShape.new(name: 'UpdateConnectionResponse')
|
330
|
+
UpdateCoreNetworkRequest = Shapes::StructureShape.new(name: 'UpdateCoreNetworkRequest')
|
331
|
+
UpdateCoreNetworkResponse = Shapes::StructureShape.new(name: 'UpdateCoreNetworkResponse')
|
127
332
|
UpdateDeviceRequest = Shapes::StructureShape.new(name: 'UpdateDeviceRequest')
|
128
333
|
UpdateDeviceResponse = Shapes::StructureShape.new(name: 'UpdateDeviceResponse')
|
129
334
|
UpdateGlobalNetworkRequest = Shapes::StructureShape.new(name: 'UpdateGlobalNetworkRequest')
|
130
335
|
UpdateGlobalNetworkResponse = Shapes::StructureShape.new(name: 'UpdateGlobalNetworkResponse')
|
131
336
|
UpdateLinkRequest = Shapes::StructureShape.new(name: 'UpdateLinkRequest')
|
132
337
|
UpdateLinkResponse = Shapes::StructureShape.new(name: 'UpdateLinkResponse')
|
338
|
+
UpdateNetworkResourceMetadataRequest = Shapes::StructureShape.new(name: 'UpdateNetworkResourceMetadataRequest')
|
339
|
+
UpdateNetworkResourceMetadataResponse = Shapes::StructureShape.new(name: 'UpdateNetworkResourceMetadataResponse')
|
133
340
|
UpdateSiteRequest = Shapes::StructureShape.new(name: 'UpdateSiteRequest')
|
134
341
|
UpdateSiteResponse = Shapes::StructureShape.new(name: 'UpdateSiteResponse')
|
342
|
+
UpdateVpcAttachmentRequest = Shapes::StructureShape.new(name: 'UpdateVpcAttachmentRequest')
|
343
|
+
UpdateVpcAttachmentResponse = Shapes::StructureShape.new(name: 'UpdateVpcAttachmentResponse')
|
135
344
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
136
345
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
137
346
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
138
347
|
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
348
|
+
VpcArn = Shapes::StringShape.new(name: 'VpcArn')
|
349
|
+
VpcAttachment = Shapes::StructureShape.new(name: 'VpcAttachment')
|
350
|
+
VpcOptions = Shapes::StructureShape.new(name: 'VpcOptions')
|
351
|
+
VpnConnectionArn = Shapes::StringShape.new(name: 'VpnConnectionArn')
|
139
352
|
|
140
|
-
AWSLocation.add_member(:zone, Shapes::ShapeRef.new(shape:
|
141
|
-
AWSLocation.add_member(:subnet_arn, Shapes::ShapeRef.new(shape:
|
353
|
+
AWSLocation.add_member(:zone, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Zone"))
|
354
|
+
AWSLocation.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: SubnetArn, location_name: "SubnetArn"))
|
142
355
|
AWSLocation.struct_class = Types::AWSLocation
|
143
356
|
|
144
|
-
|
357
|
+
AcceptAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
358
|
+
AcceptAttachmentRequest.struct_class = Types::AcceptAttachmentRequest
|
359
|
+
|
360
|
+
AcceptAttachmentResponse.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
|
361
|
+
AcceptAttachmentResponse.struct_class = Types::AcceptAttachmentResponse
|
362
|
+
|
363
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
145
364
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
146
365
|
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
366
|
+
AssociateConnectPeerRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
367
|
+
AssociateConnectPeerRequest.add_member(:connect_peer_id, Shapes::ShapeRef.new(shape: ConnectPeerId, required: true, location_name: "ConnectPeerId"))
|
368
|
+
AssociateConnectPeerRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location_name: "DeviceId"))
|
369
|
+
AssociateConnectPeerRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
370
|
+
AssociateConnectPeerRequest.struct_class = Types::AssociateConnectPeerRequest
|
371
|
+
|
372
|
+
AssociateConnectPeerResponse.add_member(:connect_peer_association, Shapes::ShapeRef.new(shape: ConnectPeerAssociation, location_name: "ConnectPeerAssociation"))
|
373
|
+
AssociateConnectPeerResponse.struct_class = Types::AssociateConnectPeerResponse
|
374
|
+
|
375
|
+
AssociateCustomerGatewayRequest.add_member(:customer_gateway_arn, Shapes::ShapeRef.new(shape: CustomerGatewayArn, required: true, location_name: "CustomerGatewayArn"))
|
376
|
+
AssociateCustomerGatewayRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
377
|
+
AssociateCustomerGatewayRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location_name: "DeviceId"))
|
378
|
+
AssociateCustomerGatewayRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
151
379
|
AssociateCustomerGatewayRequest.struct_class = Types::AssociateCustomerGatewayRequest
|
152
380
|
|
153
381
|
AssociateCustomerGatewayResponse.add_member(:customer_gateway_association, Shapes::ShapeRef.new(shape: CustomerGatewayAssociation, location_name: "CustomerGatewayAssociation"))
|
154
382
|
AssociateCustomerGatewayResponse.struct_class = Types::AssociateCustomerGatewayResponse
|
155
383
|
|
156
|
-
AssociateLinkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
157
|
-
AssociateLinkRequest.add_member(:device_id, Shapes::ShapeRef.new(shape:
|
158
|
-
AssociateLinkRequest.add_member(:link_id, Shapes::ShapeRef.new(shape:
|
384
|
+
AssociateLinkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
385
|
+
AssociateLinkRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location_name: "DeviceId"))
|
386
|
+
AssociateLinkRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, required: true, location_name: "LinkId"))
|
159
387
|
AssociateLinkRequest.struct_class = Types::AssociateLinkRequest
|
160
388
|
|
161
389
|
AssociateLinkResponse.add_member(:link_association, Shapes::ShapeRef.new(shape: LinkAssociation, location_name: "LinkAssociation"))
|
162
390
|
AssociateLinkResponse.struct_class = Types::AssociateLinkResponse
|
163
391
|
|
164
|
-
AssociateTransitGatewayConnectPeerRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
165
|
-
AssociateTransitGatewayConnectPeerRequest.add_member(:transit_gateway_connect_peer_arn, Shapes::ShapeRef.new(shape:
|
166
|
-
AssociateTransitGatewayConnectPeerRequest.add_member(:device_id, Shapes::ShapeRef.new(shape:
|
167
|
-
AssociateTransitGatewayConnectPeerRequest.add_member(:link_id, Shapes::ShapeRef.new(shape:
|
392
|
+
AssociateTransitGatewayConnectPeerRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
393
|
+
AssociateTransitGatewayConnectPeerRequest.add_member(:transit_gateway_connect_peer_arn, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerArn, required: true, location_name: "TransitGatewayConnectPeerArn"))
|
394
|
+
AssociateTransitGatewayConnectPeerRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location_name: "DeviceId"))
|
395
|
+
AssociateTransitGatewayConnectPeerRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
168
396
|
AssociateTransitGatewayConnectPeerRequest.struct_class = Types::AssociateTransitGatewayConnectPeerRequest
|
169
397
|
|
170
398
|
AssociateTransitGatewayConnectPeerResponse.add_member(:transit_gateway_connect_peer_association, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociation, location_name: "TransitGatewayConnectPeerAssociation"))
|
171
399
|
AssociateTransitGatewayConnectPeerResponse.struct_class = Types::AssociateTransitGatewayConnectPeerResponse
|
172
400
|
|
401
|
+
Attachment.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
402
|
+
Attachment.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
|
403
|
+
Attachment.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "AttachmentId"))
|
404
|
+
Attachment.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "OwnerAccountId"))
|
405
|
+
Attachment.add_member(:attachment_type, Shapes::ShapeRef.new(shape: AttachmentType, location_name: "AttachmentType"))
|
406
|
+
Attachment.add_member(:state, Shapes::ShapeRef.new(shape: AttachmentState, location_name: "State"))
|
407
|
+
Attachment.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
408
|
+
Attachment.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
|
409
|
+
Attachment.add_member(:attachment_policy_rule_number, Shapes::ShapeRef.new(shape: Integer, location_name: "AttachmentPolicyRuleNumber"))
|
410
|
+
Attachment.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
411
|
+
Attachment.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
412
|
+
Attachment.add_member(:proposed_segment_change, Shapes::ShapeRef.new(shape: ProposedSegmentChange, location_name: "ProposedSegmentChange"))
|
413
|
+
Attachment.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
414
|
+
Attachment.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "UpdatedAt"))
|
415
|
+
Attachment.struct_class = Types::Attachment
|
416
|
+
|
417
|
+
AttachmentList.member = Shapes::ShapeRef.new(shape: Attachment)
|
418
|
+
|
173
419
|
Bandwidth.add_member(:upload_speed, Shapes::ShapeRef.new(shape: Integer, location_name: "UploadSpeed"))
|
174
420
|
Bandwidth.add_member(:download_speed, Shapes::ShapeRef.new(shape: Integer, location_name: "DownloadSpeed"))
|
175
421
|
Bandwidth.struct_class = Types::Bandwidth
|
176
422
|
|
177
|
-
|
178
|
-
|
179
|
-
|
423
|
+
BgpOptions.add_member(:peer_asn, Shapes::ShapeRef.new(shape: Long, location_name: "PeerAsn"))
|
424
|
+
BgpOptions.struct_class = Types::BgpOptions
|
425
|
+
|
426
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
427
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "ResourceId"))
|
428
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "ResourceType"))
|
180
429
|
ConflictException.struct_class = Types::ConflictException
|
181
430
|
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
431
|
+
ConnectAttachment.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
|
432
|
+
ConnectAttachment.add_member(:transport_attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "TransportAttachmentId"))
|
433
|
+
ConnectAttachment.add_member(:options, Shapes::ShapeRef.new(shape: ConnectAttachmentOptions, location_name: "Options"))
|
434
|
+
ConnectAttachment.struct_class = Types::ConnectAttachment
|
435
|
+
|
436
|
+
ConnectAttachmentOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: TunnelProtocol, location_name: "Protocol"))
|
437
|
+
ConnectAttachmentOptions.struct_class = Types::ConnectAttachmentOptions
|
438
|
+
|
439
|
+
ConnectPeer.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
440
|
+
ConnectPeer.add_member(:connect_attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "ConnectAttachmentId"))
|
441
|
+
ConnectPeer.add_member(:connect_peer_id, Shapes::ShapeRef.new(shape: ConnectPeerId, location_name: "ConnectPeerId"))
|
442
|
+
ConnectPeer.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
443
|
+
ConnectPeer.add_member(:state, Shapes::ShapeRef.new(shape: ConnectPeerState, location_name: "State"))
|
444
|
+
ConnectPeer.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
445
|
+
ConnectPeer.add_member(:configuration, Shapes::ShapeRef.new(shape: ConnectPeerConfiguration, location_name: "Configuration"))
|
446
|
+
ConnectPeer.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
447
|
+
ConnectPeer.struct_class = Types::ConnectPeer
|
448
|
+
|
449
|
+
ConnectPeerAssociation.add_member(:connect_peer_id, Shapes::ShapeRef.new(shape: ConnectPeerId, location_name: "ConnectPeerId"))
|
450
|
+
ConnectPeerAssociation.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
451
|
+
ConnectPeerAssociation.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
|
452
|
+
ConnectPeerAssociation.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
453
|
+
ConnectPeerAssociation.add_member(:state, Shapes::ShapeRef.new(shape: ConnectPeerAssociationState, location_name: "State"))
|
454
|
+
ConnectPeerAssociation.struct_class = Types::ConnectPeerAssociation
|
455
|
+
|
456
|
+
ConnectPeerAssociationList.member = Shapes::ShapeRef.new(shape: ConnectPeerAssociation)
|
457
|
+
|
458
|
+
ConnectPeerBgpConfiguration.add_member(:core_network_asn, Shapes::ShapeRef.new(shape: Long, location_name: "CoreNetworkAsn"))
|
459
|
+
ConnectPeerBgpConfiguration.add_member(:peer_asn, Shapes::ShapeRef.new(shape: Long, location_name: "PeerAsn"))
|
460
|
+
ConnectPeerBgpConfiguration.add_member(:core_network_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "CoreNetworkAddress"))
|
461
|
+
ConnectPeerBgpConfiguration.add_member(:peer_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "PeerAddress"))
|
462
|
+
ConnectPeerBgpConfiguration.struct_class = Types::ConnectPeerBgpConfiguration
|
463
|
+
|
464
|
+
ConnectPeerBgpConfigurationList.member = Shapes::ShapeRef.new(shape: ConnectPeerBgpConfiguration)
|
465
|
+
|
466
|
+
ConnectPeerConfiguration.add_member(:core_network_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "CoreNetworkAddress"))
|
467
|
+
ConnectPeerConfiguration.add_member(:peer_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "PeerAddress"))
|
468
|
+
ConnectPeerConfiguration.add_member(:inside_cidr_blocks, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "InsideCidrBlocks"))
|
469
|
+
ConnectPeerConfiguration.add_member(:protocol, Shapes::ShapeRef.new(shape: TunnelProtocol, location_name: "Protocol"))
|
470
|
+
ConnectPeerConfiguration.add_member(:bgp_configurations, Shapes::ShapeRef.new(shape: ConnectPeerBgpConfigurationList, location_name: "BgpConfigurations"))
|
471
|
+
ConnectPeerConfiguration.struct_class = Types::ConnectPeerConfiguration
|
472
|
+
|
473
|
+
ConnectPeerIdList.member = Shapes::ShapeRef.new(shape: ConnectPeerId)
|
474
|
+
|
475
|
+
ConnectPeerSummary.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
476
|
+
ConnectPeerSummary.add_member(:connect_attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "ConnectAttachmentId"))
|
477
|
+
ConnectPeerSummary.add_member(:connect_peer_id, Shapes::ShapeRef.new(shape: ConnectPeerId, location_name: "ConnectPeerId"))
|
478
|
+
ConnectPeerSummary.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
479
|
+
ConnectPeerSummary.add_member(:connect_peer_state, Shapes::ShapeRef.new(shape: ConnectPeerState, location_name: "ConnectPeerState"))
|
480
|
+
ConnectPeerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
481
|
+
ConnectPeerSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
482
|
+
ConnectPeerSummary.struct_class = Types::ConnectPeerSummary
|
483
|
+
|
484
|
+
ConnectPeerSummaryList.member = Shapes::ShapeRef.new(shape: ConnectPeerSummary)
|
485
|
+
|
486
|
+
Connection.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
|
487
|
+
Connection.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
488
|
+
Connection.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
489
|
+
Connection.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
|
490
|
+
Connection.add_member(:connected_device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "ConnectedDeviceId"))
|
491
|
+
Connection.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
492
|
+
Connection.add_member(:connected_link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "ConnectedLinkId"))
|
493
|
+
Connection.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
190
494
|
Connection.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
191
495
|
Connection.add_member(:state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "State"))
|
192
496
|
Connection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
193
497
|
Connection.struct_class = Types::Connection
|
194
498
|
|
499
|
+
ConnectionHealth.add_member(:type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "Type"))
|
500
|
+
ConnectionHealth.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "Status"))
|
501
|
+
ConnectionHealth.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTime, location_name: "Timestamp"))
|
502
|
+
ConnectionHealth.struct_class = Types::ConnectionHealth
|
503
|
+
|
504
|
+
ConnectionIdList.member = Shapes::ShapeRef.new(shape: ConnectionId)
|
505
|
+
|
195
506
|
ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
|
196
507
|
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
508
|
+
ConstrainedStringList.member = Shapes::ShapeRef.new(shape: ConstrainedString)
|
509
|
+
|
510
|
+
CoreNetwork.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
511
|
+
CoreNetwork.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
512
|
+
CoreNetwork.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
|
513
|
+
CoreNetwork.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
514
|
+
CoreNetwork.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
515
|
+
CoreNetwork.add_member(:state, Shapes::ShapeRef.new(shape: CoreNetworkState, location_name: "State"))
|
516
|
+
CoreNetwork.add_member(:segments, Shapes::ShapeRef.new(shape: CoreNetworkSegmentList, location_name: "Segments"))
|
517
|
+
CoreNetwork.add_member(:edges, Shapes::ShapeRef.new(shape: CoreNetworkEdgeList, location_name: "Edges"))
|
518
|
+
CoreNetwork.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
519
|
+
CoreNetwork.struct_class = Types::CoreNetwork
|
520
|
+
|
521
|
+
CoreNetworkChange.add_member(:type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "Type"))
|
522
|
+
CoreNetworkChange.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
|
523
|
+
CoreNetworkChange.add_member(:identifier, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Identifier"))
|
524
|
+
CoreNetworkChange.add_member(:previous_values, Shapes::ShapeRef.new(shape: CoreNetworkChangeValues, location_name: "PreviousValues"))
|
525
|
+
CoreNetworkChange.add_member(:new_values, Shapes::ShapeRef.new(shape: CoreNetworkChangeValues, location_name: "NewValues"))
|
526
|
+
CoreNetworkChange.struct_class = Types::CoreNetworkChange
|
527
|
+
|
528
|
+
CoreNetworkChangeList.member = Shapes::ShapeRef.new(shape: CoreNetworkChange)
|
529
|
+
|
530
|
+
CoreNetworkChangeValues.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
531
|
+
CoreNetworkChangeValues.add_member(:edge_locations, Shapes::ShapeRef.new(shape: ExternalRegionCodeList, location_name: "EdgeLocations"))
|
532
|
+
CoreNetworkChangeValues.add_member(:asn, Shapes::ShapeRef.new(shape: Long, location_name: "Asn"))
|
533
|
+
CoreNetworkChangeValues.add_member(:cidr, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Cidr"))
|
534
|
+
CoreNetworkChangeValues.add_member(:destination_identifier, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "DestinationIdentifier"))
|
535
|
+
CoreNetworkChangeValues.add_member(:inside_cidr_blocks, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "InsideCidrBlocks"))
|
536
|
+
CoreNetworkChangeValues.add_member(:shared_segments, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "SharedSegments"))
|
537
|
+
CoreNetworkChangeValues.struct_class = Types::CoreNetworkChangeValues
|
538
|
+
|
539
|
+
CoreNetworkEdge.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
540
|
+
CoreNetworkEdge.add_member(:asn, Shapes::ShapeRef.new(shape: Long, location_name: "Asn"))
|
541
|
+
CoreNetworkEdge.add_member(:inside_cidr_blocks, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "InsideCidrBlocks"))
|
542
|
+
CoreNetworkEdge.struct_class = Types::CoreNetworkEdge
|
543
|
+
|
544
|
+
CoreNetworkEdgeList.member = Shapes::ShapeRef.new(shape: CoreNetworkEdge)
|
545
|
+
|
546
|
+
CoreNetworkPolicy.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
547
|
+
CoreNetworkPolicy.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, location_name: "PolicyVersionId"))
|
548
|
+
CoreNetworkPolicy.add_member(:alias, Shapes::ShapeRef.new(shape: CoreNetworkPolicyAlias, location_name: "Alias"))
|
549
|
+
CoreNetworkPolicy.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
550
|
+
CoreNetworkPolicy.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
551
|
+
CoreNetworkPolicy.add_member(:change_set_state, Shapes::ShapeRef.new(shape: ChangeSetState, location_name: "ChangeSetState"))
|
552
|
+
CoreNetworkPolicy.add_member(:policy_errors, Shapes::ShapeRef.new(shape: CoreNetworkPolicyErrorList, location_name: "PolicyErrors"))
|
553
|
+
CoreNetworkPolicy.add_member(:policy_document, Shapes::ShapeRef.new(shape: CoreNetworkPolicyDocument, location_name: "PolicyDocument", metadata: {"jsonvalue"=>true}))
|
554
|
+
CoreNetworkPolicy.struct_class = Types::CoreNetworkPolicy
|
555
|
+
|
556
|
+
CoreNetworkPolicyError.add_member(:error_code, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "ErrorCode"))
|
557
|
+
CoreNetworkPolicyError.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
558
|
+
CoreNetworkPolicyError.add_member(:path, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "Path"))
|
559
|
+
CoreNetworkPolicyError.struct_class = Types::CoreNetworkPolicyError
|
560
|
+
|
561
|
+
CoreNetworkPolicyErrorList.member = Shapes::ShapeRef.new(shape: CoreNetworkPolicyError)
|
562
|
+
|
563
|
+
CoreNetworkPolicyException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
564
|
+
CoreNetworkPolicyException.add_member(:errors, Shapes::ShapeRef.new(shape: CoreNetworkPolicyErrorList, location_name: "Errors"))
|
565
|
+
CoreNetworkPolicyException.struct_class = Types::CoreNetworkPolicyException
|
566
|
+
|
567
|
+
CoreNetworkPolicyVersion.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
568
|
+
CoreNetworkPolicyVersion.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, location_name: "PolicyVersionId"))
|
569
|
+
CoreNetworkPolicyVersion.add_member(:alias, Shapes::ShapeRef.new(shape: CoreNetworkPolicyAlias, location_name: "Alias"))
|
570
|
+
CoreNetworkPolicyVersion.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
571
|
+
CoreNetworkPolicyVersion.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
572
|
+
CoreNetworkPolicyVersion.add_member(:change_set_state, Shapes::ShapeRef.new(shape: ChangeSetState, location_name: "ChangeSetState"))
|
573
|
+
CoreNetworkPolicyVersion.struct_class = Types::CoreNetworkPolicyVersion
|
574
|
+
|
575
|
+
CoreNetworkPolicyVersionList.member = Shapes::ShapeRef.new(shape: CoreNetworkPolicyVersion)
|
576
|
+
|
577
|
+
CoreNetworkSegment.add_member(:name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Name"))
|
578
|
+
CoreNetworkSegment.add_member(:edge_locations, Shapes::ShapeRef.new(shape: ExternalRegionCodeList, location_name: "EdgeLocations"))
|
579
|
+
CoreNetworkSegment.add_member(:shared_segments, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "SharedSegments"))
|
580
|
+
CoreNetworkSegment.struct_class = Types::CoreNetworkSegment
|
581
|
+
|
582
|
+
CoreNetworkSegmentEdgeIdentifier.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
583
|
+
CoreNetworkSegmentEdgeIdentifier.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
584
|
+
CoreNetworkSegmentEdgeIdentifier.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
585
|
+
CoreNetworkSegmentEdgeIdentifier.struct_class = Types::CoreNetworkSegmentEdgeIdentifier
|
586
|
+
|
587
|
+
CoreNetworkSegmentList.member = Shapes::ShapeRef.new(shape: CoreNetworkSegment)
|
588
|
+
|
589
|
+
CoreNetworkSummary.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
590
|
+
CoreNetworkSummary.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
|
591
|
+
CoreNetworkSummary.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
592
|
+
CoreNetworkSummary.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "OwnerAccountId"))
|
593
|
+
CoreNetworkSummary.add_member(:state, Shapes::ShapeRef.new(shape: CoreNetworkState, location_name: "State"))
|
594
|
+
CoreNetworkSummary.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
595
|
+
CoreNetworkSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
596
|
+
CoreNetworkSummary.struct_class = Types::CoreNetworkSummary
|
597
|
+
|
598
|
+
CoreNetworkSummaryList.member = Shapes::ShapeRef.new(shape: CoreNetworkSummary)
|
599
|
+
|
600
|
+
CreateConnectAttachmentRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
|
601
|
+
CreateConnectAttachmentRequest.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, required: true, location_name: "EdgeLocation"))
|
602
|
+
CreateConnectAttachmentRequest.add_member(:transport_attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location_name: "TransportAttachmentId"))
|
603
|
+
CreateConnectAttachmentRequest.add_member(:options, Shapes::ShapeRef.new(shape: ConnectAttachmentOptions, required: true, location_name: "Options"))
|
604
|
+
CreateConnectAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
605
|
+
CreateConnectAttachmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
606
|
+
CreateConnectAttachmentRequest.struct_class = Types::CreateConnectAttachmentRequest
|
607
|
+
|
608
|
+
CreateConnectAttachmentResponse.add_member(:connect_attachment, Shapes::ShapeRef.new(shape: ConnectAttachment, location_name: "ConnectAttachment"))
|
609
|
+
CreateConnectAttachmentResponse.struct_class = Types::CreateConnectAttachmentResponse
|
610
|
+
|
611
|
+
CreateConnectPeerRequest.add_member(:connect_attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location_name: "ConnectAttachmentId"))
|
612
|
+
CreateConnectPeerRequest.add_member(:core_network_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "CoreNetworkAddress"))
|
613
|
+
CreateConnectPeerRequest.add_member(:peer_address, Shapes::ShapeRef.new(shape: IPAddress, required: true, location_name: "PeerAddress"))
|
614
|
+
CreateConnectPeerRequest.add_member(:bgp_options, Shapes::ShapeRef.new(shape: BgpOptions, location_name: "BgpOptions"))
|
615
|
+
CreateConnectPeerRequest.add_member(:inside_cidr_blocks, Shapes::ShapeRef.new(shape: ConstrainedStringList, required: true, location_name: "InsideCidrBlocks"))
|
616
|
+
CreateConnectPeerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
617
|
+
CreateConnectPeerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
618
|
+
CreateConnectPeerRequest.struct_class = Types::CreateConnectPeerRequest
|
619
|
+
|
620
|
+
CreateConnectPeerResponse.add_member(:connect_peer, Shapes::ShapeRef.new(shape: ConnectPeer, location_name: "ConnectPeer"))
|
621
|
+
CreateConnectPeerResponse.struct_class = Types::CreateConnectPeerResponse
|
622
|
+
|
623
|
+
CreateConnectionRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
624
|
+
CreateConnectionRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location_name: "DeviceId"))
|
625
|
+
CreateConnectionRequest.add_member(:connected_device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location_name: "ConnectedDeviceId"))
|
626
|
+
CreateConnectionRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
627
|
+
CreateConnectionRequest.add_member(:connected_link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "ConnectedLinkId"))
|
628
|
+
CreateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
203
629
|
CreateConnectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
204
630
|
CreateConnectionRequest.struct_class = Types::CreateConnectionRequest
|
205
631
|
|
206
632
|
CreateConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
207
633
|
CreateConnectionResponse.struct_class = Types::CreateConnectionResponse
|
208
634
|
|
209
|
-
|
635
|
+
CreateCoreNetworkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location_name: "GlobalNetworkId"))
|
636
|
+
CreateCoreNetworkRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
637
|
+
CreateCoreNetworkRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
638
|
+
CreateCoreNetworkRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: CoreNetworkPolicyDocument, location_name: "PolicyDocument"))
|
639
|
+
CreateCoreNetworkRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
640
|
+
CreateCoreNetworkRequest.struct_class = Types::CreateCoreNetworkRequest
|
641
|
+
|
642
|
+
CreateCoreNetworkResponse.add_member(:core_network, Shapes::ShapeRef.new(shape: CoreNetwork, location_name: "CoreNetwork"))
|
643
|
+
CreateCoreNetworkResponse.struct_class = Types::CreateCoreNetworkResponse
|
644
|
+
|
645
|
+
CreateDeviceRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
210
646
|
CreateDeviceRequest.add_member(:aws_location, Shapes::ShapeRef.new(shape: AWSLocation, location_name: "AWSLocation"))
|
211
|
-
CreateDeviceRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
212
|
-
CreateDeviceRequest.add_member(:type, Shapes::ShapeRef.new(shape:
|
213
|
-
CreateDeviceRequest.add_member(:vendor, Shapes::ShapeRef.new(shape:
|
214
|
-
CreateDeviceRequest.add_member(:model, Shapes::ShapeRef.new(shape:
|
215
|
-
CreateDeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape:
|
647
|
+
CreateDeviceRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
648
|
+
CreateDeviceRequest.add_member(:type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Type"))
|
649
|
+
CreateDeviceRequest.add_member(:vendor, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Vendor"))
|
650
|
+
CreateDeviceRequest.add_member(:model, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Model"))
|
651
|
+
CreateDeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SerialNumber"))
|
216
652
|
CreateDeviceRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "Location"))
|
217
|
-
CreateDeviceRequest.add_member(:site_id, Shapes::ShapeRef.new(shape:
|
653
|
+
CreateDeviceRequest.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, location_name: "SiteId"))
|
218
654
|
CreateDeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
219
655
|
CreateDeviceRequest.struct_class = Types::CreateDeviceRequest
|
220
656
|
|
221
657
|
CreateDeviceResponse.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "Device"))
|
222
658
|
CreateDeviceResponse.struct_class = Types::CreateDeviceResponse
|
223
659
|
|
224
|
-
CreateGlobalNetworkRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
660
|
+
CreateGlobalNetworkRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
225
661
|
CreateGlobalNetworkRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
226
662
|
CreateGlobalNetworkRequest.struct_class = Types::CreateGlobalNetworkRequest
|
227
663
|
|
228
664
|
CreateGlobalNetworkResponse.add_member(:global_network, Shapes::ShapeRef.new(shape: GlobalNetwork, location_name: "GlobalNetwork"))
|
229
665
|
CreateGlobalNetworkResponse.struct_class = Types::CreateGlobalNetworkResponse
|
230
666
|
|
231
|
-
CreateLinkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
232
|
-
CreateLinkRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
233
|
-
CreateLinkRequest.add_member(:type, Shapes::ShapeRef.new(shape:
|
667
|
+
CreateLinkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
668
|
+
CreateLinkRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
669
|
+
CreateLinkRequest.add_member(:type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Type"))
|
234
670
|
CreateLinkRequest.add_member(:bandwidth, Shapes::ShapeRef.new(shape: Bandwidth, required: true, location_name: "Bandwidth"))
|
235
|
-
CreateLinkRequest.add_member(:provider, Shapes::ShapeRef.new(shape:
|
236
|
-
CreateLinkRequest.add_member(:site_id, Shapes::ShapeRef.new(shape:
|
671
|
+
CreateLinkRequest.add_member(:provider, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Provider"))
|
672
|
+
CreateLinkRequest.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, required: true, location_name: "SiteId"))
|
237
673
|
CreateLinkRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
238
674
|
CreateLinkRequest.struct_class = Types::CreateLinkRequest
|
239
675
|
|
240
676
|
CreateLinkResponse.add_member(:link, Shapes::ShapeRef.new(shape: Link, location_name: "Link"))
|
241
677
|
CreateLinkResponse.struct_class = Types::CreateLinkResponse
|
242
678
|
|
243
|
-
CreateSiteRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
244
|
-
CreateSiteRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
679
|
+
CreateSiteRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
680
|
+
CreateSiteRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
245
681
|
CreateSiteRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "Location"))
|
246
682
|
CreateSiteRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
247
683
|
CreateSiteRequest.struct_class = Types::CreateSiteRequest
|
@@ -249,271 +685,706 @@ module Aws::NetworkManager
|
|
249
685
|
CreateSiteResponse.add_member(:site, Shapes::ShapeRef.new(shape: Site, location_name: "Site"))
|
250
686
|
CreateSiteResponse.struct_class = Types::CreateSiteResponse
|
251
687
|
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
688
|
+
CreateSiteToSiteVpnAttachmentRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
|
689
|
+
CreateSiteToSiteVpnAttachmentRequest.add_member(:vpn_connection_arn, Shapes::ShapeRef.new(shape: VpnConnectionArn, required: true, location_name: "VpnConnectionArn"))
|
690
|
+
CreateSiteToSiteVpnAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
691
|
+
CreateSiteToSiteVpnAttachmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
692
|
+
CreateSiteToSiteVpnAttachmentRequest.struct_class = Types::CreateSiteToSiteVpnAttachmentRequest
|
693
|
+
|
694
|
+
CreateSiteToSiteVpnAttachmentResponse.add_member(:site_to_site_vpn_attachment, Shapes::ShapeRef.new(shape: SiteToSiteVpnAttachment, location_name: "SiteToSiteVpnAttachment"))
|
695
|
+
CreateSiteToSiteVpnAttachmentResponse.struct_class = Types::CreateSiteToSiteVpnAttachmentResponse
|
696
|
+
|
697
|
+
CreateVpcAttachmentRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
|
698
|
+
CreateVpcAttachmentRequest.add_member(:vpc_arn, Shapes::ShapeRef.new(shape: VpcArn, required: true, location_name: "VpcArn"))
|
699
|
+
CreateVpcAttachmentRequest.add_member(:subnet_arns, Shapes::ShapeRef.new(shape: SubnetArnList, required: true, location_name: "SubnetArns"))
|
700
|
+
CreateVpcAttachmentRequest.add_member(:options, Shapes::ShapeRef.new(shape: VpcOptions, location_name: "Options"))
|
701
|
+
CreateVpcAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
702
|
+
CreateVpcAttachmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
703
|
+
CreateVpcAttachmentRequest.struct_class = Types::CreateVpcAttachmentRequest
|
704
|
+
|
705
|
+
CreateVpcAttachmentResponse.add_member(:vpc_attachment, Shapes::ShapeRef.new(shape: VpcAttachment, location_name: "VpcAttachment"))
|
706
|
+
CreateVpcAttachmentResponse.struct_class = Types::CreateVpcAttachmentResponse
|
707
|
+
|
708
|
+
CustomerGatewayArnList.member = Shapes::ShapeRef.new(shape: CustomerGatewayArn)
|
709
|
+
|
710
|
+
CustomerGatewayAssociation.add_member(:customer_gateway_arn, Shapes::ShapeRef.new(shape: CustomerGatewayArn, location_name: "CustomerGatewayArn"))
|
711
|
+
CustomerGatewayAssociation.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
712
|
+
CustomerGatewayAssociation.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
|
713
|
+
CustomerGatewayAssociation.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
256
714
|
CustomerGatewayAssociation.add_member(:state, Shapes::ShapeRef.new(shape: CustomerGatewayAssociationState, location_name: "State"))
|
257
715
|
CustomerGatewayAssociation.struct_class = Types::CustomerGatewayAssociation
|
258
716
|
|
259
717
|
CustomerGatewayAssociationList.member = Shapes::ShapeRef.new(shape: CustomerGatewayAssociation)
|
260
718
|
|
261
|
-
|
262
|
-
|
719
|
+
DeleteAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
720
|
+
DeleteAttachmentRequest.struct_class = Types::DeleteAttachmentRequest
|
721
|
+
|
722
|
+
DeleteAttachmentResponse.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
|
723
|
+
DeleteAttachmentResponse.struct_class = Types::DeleteAttachmentResponse
|
724
|
+
|
725
|
+
DeleteConnectPeerRequest.add_member(:connect_peer_id, Shapes::ShapeRef.new(shape: ConnectPeerId, required: true, location: "uri", location_name: "connectPeerId"))
|
726
|
+
DeleteConnectPeerRequest.struct_class = Types::DeleteConnectPeerRequest
|
727
|
+
|
728
|
+
DeleteConnectPeerResponse.add_member(:connect_peer, Shapes::ShapeRef.new(shape: ConnectPeer, location_name: "ConnectPeer"))
|
729
|
+
DeleteConnectPeerResponse.struct_class = Types::DeleteConnectPeerResponse
|
730
|
+
|
731
|
+
DeleteConnectionRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
732
|
+
DeleteConnectionRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location: "uri", location_name: "connectionId"))
|
263
733
|
DeleteConnectionRequest.struct_class = Types::DeleteConnectionRequest
|
264
734
|
|
265
735
|
DeleteConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
266
736
|
DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
|
267
737
|
|
268
|
-
|
269
|
-
|
738
|
+
DeleteCoreNetworkPolicyVersionRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
739
|
+
DeleteCoreNetworkPolicyVersionRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "policyVersionId"))
|
740
|
+
DeleteCoreNetworkPolicyVersionRequest.struct_class = Types::DeleteCoreNetworkPolicyVersionRequest
|
741
|
+
|
742
|
+
DeleteCoreNetworkPolicyVersionResponse.add_member(:core_network_policy, Shapes::ShapeRef.new(shape: CoreNetworkPolicy, location_name: "CoreNetworkPolicy"))
|
743
|
+
DeleteCoreNetworkPolicyVersionResponse.struct_class = Types::DeleteCoreNetworkPolicyVersionResponse
|
744
|
+
|
745
|
+
DeleteCoreNetworkRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
746
|
+
DeleteCoreNetworkRequest.struct_class = Types::DeleteCoreNetworkRequest
|
747
|
+
|
748
|
+
DeleteCoreNetworkResponse.add_member(:core_network, Shapes::ShapeRef.new(shape: CoreNetwork, location_name: "CoreNetwork"))
|
749
|
+
DeleteCoreNetworkResponse.struct_class = Types::DeleteCoreNetworkResponse
|
750
|
+
|
751
|
+
DeleteDeviceRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
752
|
+
DeleteDeviceRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "uri", location_name: "deviceId"))
|
270
753
|
DeleteDeviceRequest.struct_class = Types::DeleteDeviceRequest
|
271
754
|
|
272
755
|
DeleteDeviceResponse.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "Device"))
|
273
756
|
DeleteDeviceResponse.struct_class = Types::DeleteDeviceResponse
|
274
757
|
|
275
|
-
DeleteGlobalNetworkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
758
|
+
DeleteGlobalNetworkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
276
759
|
DeleteGlobalNetworkRequest.struct_class = Types::DeleteGlobalNetworkRequest
|
277
760
|
|
278
761
|
DeleteGlobalNetworkResponse.add_member(:global_network, Shapes::ShapeRef.new(shape: GlobalNetwork, location_name: "GlobalNetwork"))
|
279
762
|
DeleteGlobalNetworkResponse.struct_class = Types::DeleteGlobalNetworkResponse
|
280
763
|
|
281
|
-
DeleteLinkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
282
|
-
DeleteLinkRequest.add_member(:link_id, Shapes::ShapeRef.new(shape:
|
764
|
+
DeleteLinkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
765
|
+
DeleteLinkRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, required: true, location: "uri", location_name: "linkId"))
|
283
766
|
DeleteLinkRequest.struct_class = Types::DeleteLinkRequest
|
284
767
|
|
285
768
|
DeleteLinkResponse.add_member(:link, Shapes::ShapeRef.new(shape: Link, location_name: "Link"))
|
286
769
|
DeleteLinkResponse.struct_class = Types::DeleteLinkResponse
|
287
770
|
|
288
|
-
|
289
|
-
|
771
|
+
DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
772
|
+
DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
|
773
|
+
|
774
|
+
DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
|
775
|
+
|
776
|
+
DeleteSiteRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
777
|
+
DeleteSiteRequest.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, required: true, location: "uri", location_name: "siteId"))
|
290
778
|
DeleteSiteRequest.struct_class = Types::DeleteSiteRequest
|
291
779
|
|
292
780
|
DeleteSiteResponse.add_member(:site, Shapes::ShapeRef.new(shape: Site, location_name: "Site"))
|
293
781
|
DeleteSiteResponse.struct_class = Types::DeleteSiteResponse
|
294
782
|
|
295
|
-
DeregisterTransitGatewayRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
296
|
-
DeregisterTransitGatewayRequest.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape:
|
783
|
+
DeregisterTransitGatewayRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
784
|
+
DeregisterTransitGatewayRequest.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: TransitGatewayArn, required: true, location: "uri", location_name: "transitGatewayArn"))
|
297
785
|
DeregisterTransitGatewayRequest.struct_class = Types::DeregisterTransitGatewayRequest
|
298
786
|
|
299
787
|
DeregisterTransitGatewayResponse.add_member(:transit_gateway_registration, Shapes::ShapeRef.new(shape: TransitGatewayRegistration, location_name: "TransitGatewayRegistration"))
|
300
788
|
DeregisterTransitGatewayResponse.struct_class = Types::DeregisterTransitGatewayResponse
|
301
789
|
|
302
|
-
DescribeGlobalNetworksRequest.add_member(:global_network_ids, Shapes::ShapeRef.new(shape:
|
790
|
+
DescribeGlobalNetworksRequest.add_member(:global_network_ids, Shapes::ShapeRef.new(shape: GlobalNetworkIdList, location: "querystring", location_name: "globalNetworkIds"))
|
303
791
|
DescribeGlobalNetworksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
304
|
-
DescribeGlobalNetworksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
792
|
+
DescribeGlobalNetworksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
305
793
|
DescribeGlobalNetworksRequest.struct_class = Types::DescribeGlobalNetworksRequest
|
306
794
|
|
307
795
|
DescribeGlobalNetworksResponse.add_member(:global_networks, Shapes::ShapeRef.new(shape: GlobalNetworkList, location_name: "GlobalNetworks"))
|
308
|
-
DescribeGlobalNetworksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
796
|
+
DescribeGlobalNetworksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
309
797
|
DescribeGlobalNetworksResponse.struct_class = Types::DescribeGlobalNetworksResponse
|
310
798
|
|
311
|
-
Device.add_member(:device_id, Shapes::ShapeRef.new(shape:
|
312
|
-
Device.add_member(:device_arn, Shapes::ShapeRef.new(shape:
|
313
|
-
Device.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
799
|
+
Device.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
|
800
|
+
Device.add_member(:device_arn, Shapes::ShapeRef.new(shape: DeviceArn, location_name: "DeviceArn"))
|
801
|
+
Device.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
314
802
|
Device.add_member(:aws_location, Shapes::ShapeRef.new(shape: AWSLocation, location_name: "AWSLocation"))
|
315
|
-
Device.add_member(:description, Shapes::ShapeRef.new(shape:
|
316
|
-
Device.add_member(:type, Shapes::ShapeRef.new(shape:
|
317
|
-
Device.add_member(:vendor, Shapes::ShapeRef.new(shape:
|
318
|
-
Device.add_member(:model, Shapes::ShapeRef.new(shape:
|
319
|
-
Device.add_member(:serial_number, Shapes::ShapeRef.new(shape:
|
803
|
+
Device.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
804
|
+
Device.add_member(:type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Type"))
|
805
|
+
Device.add_member(:vendor, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Vendor"))
|
806
|
+
Device.add_member(:model, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Model"))
|
807
|
+
Device.add_member(:serial_number, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SerialNumber"))
|
320
808
|
Device.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "Location"))
|
321
|
-
Device.add_member(:site_id, Shapes::ShapeRef.new(shape:
|
809
|
+
Device.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, location_name: "SiteId"))
|
322
810
|
Device.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
323
811
|
Device.add_member(:state, Shapes::ShapeRef.new(shape: DeviceState, location_name: "State"))
|
324
812
|
Device.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
325
813
|
Device.struct_class = Types::Device
|
326
814
|
|
815
|
+
DeviceIdList.member = Shapes::ShapeRef.new(shape: DeviceId)
|
816
|
+
|
327
817
|
DeviceList.member = Shapes::ShapeRef.new(shape: Device)
|
328
818
|
|
329
|
-
|
330
|
-
|
819
|
+
DisassociateConnectPeerRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
820
|
+
DisassociateConnectPeerRequest.add_member(:connect_peer_id, Shapes::ShapeRef.new(shape: ConnectPeerId, required: true, location: "uri", location_name: "connectPeerId"))
|
821
|
+
DisassociateConnectPeerRequest.struct_class = Types::DisassociateConnectPeerRequest
|
822
|
+
|
823
|
+
DisassociateConnectPeerResponse.add_member(:connect_peer_association, Shapes::ShapeRef.new(shape: ConnectPeerAssociation, location_name: "ConnectPeerAssociation"))
|
824
|
+
DisassociateConnectPeerResponse.struct_class = Types::DisassociateConnectPeerResponse
|
825
|
+
|
826
|
+
DisassociateCustomerGatewayRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
827
|
+
DisassociateCustomerGatewayRequest.add_member(:customer_gateway_arn, Shapes::ShapeRef.new(shape: CustomerGatewayArn, required: true, location: "uri", location_name: "customerGatewayArn"))
|
331
828
|
DisassociateCustomerGatewayRequest.struct_class = Types::DisassociateCustomerGatewayRequest
|
332
829
|
|
333
830
|
DisassociateCustomerGatewayResponse.add_member(:customer_gateway_association, Shapes::ShapeRef.new(shape: CustomerGatewayAssociation, location_name: "CustomerGatewayAssociation"))
|
334
831
|
DisassociateCustomerGatewayResponse.struct_class = Types::DisassociateCustomerGatewayResponse
|
335
832
|
|
336
|
-
DisassociateLinkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
337
|
-
DisassociateLinkRequest.add_member(:device_id, Shapes::ShapeRef.new(shape:
|
338
|
-
DisassociateLinkRequest.add_member(:link_id, Shapes::ShapeRef.new(shape:
|
833
|
+
DisassociateLinkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
834
|
+
DisassociateLinkRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "querystring", location_name: "deviceId"))
|
835
|
+
DisassociateLinkRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, required: true, location: "querystring", location_name: "linkId"))
|
339
836
|
DisassociateLinkRequest.struct_class = Types::DisassociateLinkRequest
|
340
837
|
|
341
838
|
DisassociateLinkResponse.add_member(:link_association, Shapes::ShapeRef.new(shape: LinkAssociation, location_name: "LinkAssociation"))
|
342
839
|
DisassociateLinkResponse.struct_class = Types::DisassociateLinkResponse
|
343
840
|
|
344
|
-
DisassociateTransitGatewayConnectPeerRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
345
|
-
DisassociateTransitGatewayConnectPeerRequest.add_member(:transit_gateway_connect_peer_arn, Shapes::ShapeRef.new(shape:
|
841
|
+
DisassociateTransitGatewayConnectPeerRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
842
|
+
DisassociateTransitGatewayConnectPeerRequest.add_member(:transit_gateway_connect_peer_arn, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerArn, required: true, location: "uri", location_name: "transitGatewayConnectPeerArn"))
|
346
843
|
DisassociateTransitGatewayConnectPeerRequest.struct_class = Types::DisassociateTransitGatewayConnectPeerRequest
|
347
844
|
|
348
845
|
DisassociateTransitGatewayConnectPeerResponse.add_member(:transit_gateway_connect_peer_association, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociation, location_name: "TransitGatewayConnectPeerAssociation"))
|
349
846
|
DisassociateTransitGatewayConnectPeerResponse.struct_class = Types::DisassociateTransitGatewayConnectPeerResponse
|
350
847
|
|
351
|
-
|
352
|
-
|
353
|
-
|
848
|
+
ExceptionContextMap.key = Shapes::ShapeRef.new(shape: ExceptionContextKey)
|
849
|
+
ExceptionContextMap.value = Shapes::ShapeRef.new(shape: ExceptionContextValue)
|
850
|
+
|
851
|
+
ExecuteCoreNetworkChangeSetRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
852
|
+
ExecuteCoreNetworkChangeSetRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "policyVersionId"))
|
853
|
+
ExecuteCoreNetworkChangeSetRequest.struct_class = Types::ExecuteCoreNetworkChangeSetRequest
|
854
|
+
|
855
|
+
ExecuteCoreNetworkChangeSetResponse.struct_class = Types::ExecuteCoreNetworkChangeSetResponse
|
856
|
+
|
857
|
+
ExternalRegionCodeList.member = Shapes::ShapeRef.new(shape: ExternalRegionCode)
|
858
|
+
|
859
|
+
FilterMap.key = Shapes::ShapeRef.new(shape: FilterName)
|
860
|
+
FilterMap.value = Shapes::ShapeRef.new(shape: FilterValues)
|
861
|
+
|
862
|
+
FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
|
863
|
+
|
864
|
+
GetConnectAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
865
|
+
GetConnectAttachmentRequest.struct_class = Types::GetConnectAttachmentRequest
|
866
|
+
|
867
|
+
GetConnectAttachmentResponse.add_member(:connect_attachment, Shapes::ShapeRef.new(shape: ConnectAttachment, location_name: "ConnectAttachment"))
|
868
|
+
GetConnectAttachmentResponse.struct_class = Types::GetConnectAttachmentResponse
|
869
|
+
|
870
|
+
GetConnectPeerAssociationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
871
|
+
GetConnectPeerAssociationsRequest.add_member(:connect_peer_ids, Shapes::ShapeRef.new(shape: ConnectPeerIdList, location: "querystring", location_name: "connectPeerIds"))
|
872
|
+
GetConnectPeerAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
873
|
+
GetConnectPeerAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
874
|
+
GetConnectPeerAssociationsRequest.struct_class = Types::GetConnectPeerAssociationsRequest
|
875
|
+
|
876
|
+
GetConnectPeerAssociationsResponse.add_member(:connect_peer_associations, Shapes::ShapeRef.new(shape: ConnectPeerAssociationList, location_name: "ConnectPeerAssociations"))
|
877
|
+
GetConnectPeerAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
878
|
+
GetConnectPeerAssociationsResponse.struct_class = Types::GetConnectPeerAssociationsResponse
|
879
|
+
|
880
|
+
GetConnectPeerRequest.add_member(:connect_peer_id, Shapes::ShapeRef.new(shape: ConnectPeerId, required: true, location: "uri", location_name: "connectPeerId"))
|
881
|
+
GetConnectPeerRequest.struct_class = Types::GetConnectPeerRequest
|
882
|
+
|
883
|
+
GetConnectPeerResponse.add_member(:connect_peer, Shapes::ShapeRef.new(shape: ConnectPeer, location_name: "ConnectPeer"))
|
884
|
+
GetConnectPeerResponse.struct_class = Types::GetConnectPeerResponse
|
885
|
+
|
886
|
+
GetConnectionsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
887
|
+
GetConnectionsRequest.add_member(:connection_ids, Shapes::ShapeRef.new(shape: ConnectionIdList, location: "querystring", location_name: "connectionIds"))
|
888
|
+
GetConnectionsRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location: "querystring", location_name: "deviceId"))
|
354
889
|
GetConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
355
|
-
GetConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
890
|
+
GetConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
356
891
|
GetConnectionsRequest.struct_class = Types::GetConnectionsRequest
|
357
892
|
|
358
893
|
GetConnectionsResponse.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "Connections"))
|
359
|
-
GetConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
894
|
+
GetConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
360
895
|
GetConnectionsResponse.struct_class = Types::GetConnectionsResponse
|
361
896
|
|
362
|
-
|
363
|
-
|
897
|
+
GetCoreNetworkChangeSetRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
898
|
+
GetCoreNetworkChangeSetRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "policyVersionId"))
|
899
|
+
GetCoreNetworkChangeSetRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
900
|
+
GetCoreNetworkChangeSetRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
901
|
+
GetCoreNetworkChangeSetRequest.struct_class = Types::GetCoreNetworkChangeSetRequest
|
902
|
+
|
903
|
+
GetCoreNetworkChangeSetResponse.add_member(:core_network_changes, Shapes::ShapeRef.new(shape: CoreNetworkChangeList, location_name: "CoreNetworkChanges"))
|
904
|
+
GetCoreNetworkChangeSetResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
905
|
+
GetCoreNetworkChangeSetResponse.struct_class = Types::GetCoreNetworkChangeSetResponse
|
906
|
+
|
907
|
+
GetCoreNetworkPolicyRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
908
|
+
GetCoreNetworkPolicyRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "policyVersionId"))
|
909
|
+
GetCoreNetworkPolicyRequest.add_member(:alias, Shapes::ShapeRef.new(shape: CoreNetworkPolicyAlias, location: "querystring", location_name: "alias"))
|
910
|
+
GetCoreNetworkPolicyRequest.struct_class = Types::GetCoreNetworkPolicyRequest
|
911
|
+
|
912
|
+
GetCoreNetworkPolicyResponse.add_member(:core_network_policy, Shapes::ShapeRef.new(shape: CoreNetworkPolicy, location_name: "CoreNetworkPolicy"))
|
913
|
+
GetCoreNetworkPolicyResponse.struct_class = Types::GetCoreNetworkPolicyResponse
|
914
|
+
|
915
|
+
GetCoreNetworkRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
916
|
+
GetCoreNetworkRequest.struct_class = Types::GetCoreNetworkRequest
|
917
|
+
|
918
|
+
GetCoreNetworkResponse.add_member(:core_network, Shapes::ShapeRef.new(shape: CoreNetwork, location_name: "CoreNetwork"))
|
919
|
+
GetCoreNetworkResponse.struct_class = Types::GetCoreNetworkResponse
|
920
|
+
|
921
|
+
GetCustomerGatewayAssociationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
922
|
+
GetCustomerGatewayAssociationsRequest.add_member(:customer_gateway_arns, Shapes::ShapeRef.new(shape: CustomerGatewayArnList, location: "querystring", location_name: "customerGatewayArns"))
|
364
923
|
GetCustomerGatewayAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
365
|
-
GetCustomerGatewayAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
924
|
+
GetCustomerGatewayAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
366
925
|
GetCustomerGatewayAssociationsRequest.struct_class = Types::GetCustomerGatewayAssociationsRequest
|
367
926
|
|
368
927
|
GetCustomerGatewayAssociationsResponse.add_member(:customer_gateway_associations, Shapes::ShapeRef.new(shape: CustomerGatewayAssociationList, location_name: "CustomerGatewayAssociations"))
|
369
|
-
GetCustomerGatewayAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
928
|
+
GetCustomerGatewayAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
370
929
|
GetCustomerGatewayAssociationsResponse.struct_class = Types::GetCustomerGatewayAssociationsResponse
|
371
930
|
|
372
|
-
GetDevicesRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
373
|
-
GetDevicesRequest.add_member(:device_ids, Shapes::ShapeRef.new(shape:
|
374
|
-
GetDevicesRequest.add_member(:site_id, Shapes::ShapeRef.new(shape:
|
931
|
+
GetDevicesRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
932
|
+
GetDevicesRequest.add_member(:device_ids, Shapes::ShapeRef.new(shape: DeviceIdList, location: "querystring", location_name: "deviceIds"))
|
933
|
+
GetDevicesRequest.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, location: "querystring", location_name: "siteId"))
|
375
934
|
GetDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
376
|
-
GetDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
935
|
+
GetDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
377
936
|
GetDevicesRequest.struct_class = Types::GetDevicesRequest
|
378
937
|
|
379
938
|
GetDevicesResponse.add_member(:devices, Shapes::ShapeRef.new(shape: DeviceList, location_name: "Devices"))
|
380
|
-
GetDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
939
|
+
GetDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
381
940
|
GetDevicesResponse.struct_class = Types::GetDevicesResponse
|
382
941
|
|
383
|
-
GetLinkAssociationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
384
|
-
GetLinkAssociationsRequest.add_member(:device_id, Shapes::ShapeRef.new(shape:
|
385
|
-
GetLinkAssociationsRequest.add_member(:link_id, Shapes::ShapeRef.new(shape:
|
942
|
+
GetLinkAssociationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
943
|
+
GetLinkAssociationsRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location: "querystring", location_name: "deviceId"))
|
944
|
+
GetLinkAssociationsRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location: "querystring", location_name: "linkId"))
|
386
945
|
GetLinkAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
387
|
-
GetLinkAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
946
|
+
GetLinkAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
388
947
|
GetLinkAssociationsRequest.struct_class = Types::GetLinkAssociationsRequest
|
389
948
|
|
390
949
|
GetLinkAssociationsResponse.add_member(:link_associations, Shapes::ShapeRef.new(shape: LinkAssociationList, location_name: "LinkAssociations"))
|
391
|
-
GetLinkAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
950
|
+
GetLinkAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
392
951
|
GetLinkAssociationsResponse.struct_class = Types::GetLinkAssociationsResponse
|
393
952
|
|
394
|
-
GetLinksRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
395
|
-
GetLinksRequest.add_member(:link_ids, Shapes::ShapeRef.new(shape:
|
396
|
-
GetLinksRequest.add_member(:site_id, Shapes::ShapeRef.new(shape:
|
397
|
-
GetLinksRequest.add_member(:type, Shapes::ShapeRef.new(shape:
|
398
|
-
GetLinksRequest.add_member(:provider, Shapes::ShapeRef.new(shape:
|
953
|
+
GetLinksRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
954
|
+
GetLinksRequest.add_member(:link_ids, Shapes::ShapeRef.new(shape: LinkIdList, location: "querystring", location_name: "linkIds"))
|
955
|
+
GetLinksRequest.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, location: "querystring", location_name: "siteId"))
|
956
|
+
GetLinksRequest.add_member(:type, Shapes::ShapeRef.new(shape: ConstrainedString, location: "querystring", location_name: "type"))
|
957
|
+
GetLinksRequest.add_member(:provider, Shapes::ShapeRef.new(shape: ConstrainedString, location: "querystring", location_name: "provider"))
|
399
958
|
GetLinksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
400
|
-
GetLinksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
959
|
+
GetLinksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
401
960
|
GetLinksRequest.struct_class = Types::GetLinksRequest
|
402
961
|
|
403
962
|
GetLinksResponse.add_member(:links, Shapes::ShapeRef.new(shape: LinkList, location_name: "Links"))
|
404
|
-
GetLinksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
963
|
+
GetLinksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
405
964
|
GetLinksResponse.struct_class = Types::GetLinksResponse
|
406
965
|
|
407
|
-
|
408
|
-
|
966
|
+
GetNetworkResourceCountsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
967
|
+
GetNetworkResourceCountsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location: "querystring", location_name: "resourceType"))
|
968
|
+
GetNetworkResourceCountsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
969
|
+
GetNetworkResourceCountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
970
|
+
GetNetworkResourceCountsRequest.struct_class = Types::GetNetworkResourceCountsRequest
|
971
|
+
|
972
|
+
GetNetworkResourceCountsResponse.add_member(:network_resource_counts, Shapes::ShapeRef.new(shape: NetworkResourceCountList, location_name: "NetworkResourceCounts"))
|
973
|
+
GetNetworkResourceCountsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
974
|
+
GetNetworkResourceCountsResponse.struct_class = Types::GetNetworkResourceCountsResponse
|
975
|
+
|
976
|
+
GetNetworkResourceRelationshipsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
977
|
+
GetNetworkResourceRelationshipsRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location: "querystring", location_name: "coreNetworkId"))
|
978
|
+
GetNetworkResourceRelationshipsRequest.add_member(:registered_gateway_arn, Shapes::ShapeRef.new(shape: ResourceArn, location: "querystring", location_name: "registeredGatewayArn"))
|
979
|
+
GetNetworkResourceRelationshipsRequest.add_member(:aws_region, Shapes::ShapeRef.new(shape: ExternalRegionCode, location: "querystring", location_name: "awsRegion"))
|
980
|
+
GetNetworkResourceRelationshipsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location: "querystring", location_name: "accountId"))
|
981
|
+
GetNetworkResourceRelationshipsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location: "querystring", location_name: "resourceType"))
|
982
|
+
GetNetworkResourceRelationshipsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location: "querystring", location_name: "resourceArn"))
|
983
|
+
GetNetworkResourceRelationshipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
984
|
+
GetNetworkResourceRelationshipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
985
|
+
GetNetworkResourceRelationshipsRequest.struct_class = Types::GetNetworkResourceRelationshipsRequest
|
986
|
+
|
987
|
+
GetNetworkResourceRelationshipsResponse.add_member(:relationships, Shapes::ShapeRef.new(shape: RelationshipList, location_name: "Relationships"))
|
988
|
+
GetNetworkResourceRelationshipsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
989
|
+
GetNetworkResourceRelationshipsResponse.struct_class = Types::GetNetworkResourceRelationshipsResponse
|
990
|
+
|
991
|
+
GetNetworkResourcesRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
992
|
+
GetNetworkResourcesRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location: "querystring", location_name: "coreNetworkId"))
|
993
|
+
GetNetworkResourcesRequest.add_member(:registered_gateway_arn, Shapes::ShapeRef.new(shape: ResourceArn, location: "querystring", location_name: "registeredGatewayArn"))
|
994
|
+
GetNetworkResourcesRequest.add_member(:aws_region, Shapes::ShapeRef.new(shape: ExternalRegionCode, location: "querystring", location_name: "awsRegion"))
|
995
|
+
GetNetworkResourcesRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location: "querystring", location_name: "accountId"))
|
996
|
+
GetNetworkResourcesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location: "querystring", location_name: "resourceType"))
|
997
|
+
GetNetworkResourcesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location: "querystring", location_name: "resourceArn"))
|
998
|
+
GetNetworkResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
999
|
+
GetNetworkResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1000
|
+
GetNetworkResourcesRequest.struct_class = Types::GetNetworkResourcesRequest
|
1001
|
+
|
1002
|
+
GetNetworkResourcesResponse.add_member(:network_resources, Shapes::ShapeRef.new(shape: NetworkResourceList, location_name: "NetworkResources"))
|
1003
|
+
GetNetworkResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1004
|
+
GetNetworkResourcesResponse.struct_class = Types::GetNetworkResourcesResponse
|
1005
|
+
|
1006
|
+
GetNetworkRoutesRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1007
|
+
GetNetworkRoutesRequest.add_member(:route_table_identifier, Shapes::ShapeRef.new(shape: RouteTableIdentifier, required: true, location_name: "RouteTableIdentifier"))
|
1008
|
+
GetNetworkRoutesRequest.add_member(:exact_cidr_matches, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "ExactCidrMatches"))
|
1009
|
+
GetNetworkRoutesRequest.add_member(:longest_prefix_matches, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "LongestPrefixMatches"))
|
1010
|
+
GetNetworkRoutesRequest.add_member(:subnet_of_matches, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "SubnetOfMatches"))
|
1011
|
+
GetNetworkRoutesRequest.add_member(:supernet_of_matches, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "SupernetOfMatches"))
|
1012
|
+
GetNetworkRoutesRequest.add_member(:prefix_list_ids, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "PrefixListIds"))
|
1013
|
+
GetNetworkRoutesRequest.add_member(:states, Shapes::ShapeRef.new(shape: RouteStateList, location_name: "States"))
|
1014
|
+
GetNetworkRoutesRequest.add_member(:types, Shapes::ShapeRef.new(shape: RouteTypeList, location_name: "Types"))
|
1015
|
+
GetNetworkRoutesRequest.add_member(:destination_filters, Shapes::ShapeRef.new(shape: FilterMap, location_name: "DestinationFilters"))
|
1016
|
+
GetNetworkRoutesRequest.struct_class = Types::GetNetworkRoutesRequest
|
1017
|
+
|
1018
|
+
GetNetworkRoutesResponse.add_member(:route_table_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RouteTableArn"))
|
1019
|
+
GetNetworkRoutesResponse.add_member(:core_network_segment_edge, Shapes::ShapeRef.new(shape: CoreNetworkSegmentEdgeIdentifier, location_name: "CoreNetworkSegmentEdge"))
|
1020
|
+
GetNetworkRoutesResponse.add_member(:route_table_type, Shapes::ShapeRef.new(shape: RouteTableType, location_name: "RouteTableType"))
|
1021
|
+
GetNetworkRoutesResponse.add_member(:route_table_timestamp, Shapes::ShapeRef.new(shape: DateTime, location_name: "RouteTableTimestamp"))
|
1022
|
+
GetNetworkRoutesResponse.add_member(:network_routes, Shapes::ShapeRef.new(shape: NetworkRouteList, location_name: "NetworkRoutes"))
|
1023
|
+
GetNetworkRoutesResponse.struct_class = Types::GetNetworkRoutesResponse
|
1024
|
+
|
1025
|
+
GetNetworkTelemetryRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1026
|
+
GetNetworkTelemetryRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location: "querystring", location_name: "coreNetworkId"))
|
1027
|
+
GetNetworkTelemetryRequest.add_member(:registered_gateway_arn, Shapes::ShapeRef.new(shape: ResourceArn, location: "querystring", location_name: "registeredGatewayArn"))
|
1028
|
+
GetNetworkTelemetryRequest.add_member(:aws_region, Shapes::ShapeRef.new(shape: ExternalRegionCode, location: "querystring", location_name: "awsRegion"))
|
1029
|
+
GetNetworkTelemetryRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location: "querystring", location_name: "accountId"))
|
1030
|
+
GetNetworkTelemetryRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location: "querystring", location_name: "resourceType"))
|
1031
|
+
GetNetworkTelemetryRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location: "querystring", location_name: "resourceArn"))
|
1032
|
+
GetNetworkTelemetryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1033
|
+
GetNetworkTelemetryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1034
|
+
GetNetworkTelemetryRequest.struct_class = Types::GetNetworkTelemetryRequest
|
1035
|
+
|
1036
|
+
GetNetworkTelemetryResponse.add_member(:network_telemetry, Shapes::ShapeRef.new(shape: NetworkTelemetryList, location_name: "NetworkTelemetry"))
|
1037
|
+
GetNetworkTelemetryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1038
|
+
GetNetworkTelemetryResponse.struct_class = Types::GetNetworkTelemetryResponse
|
1039
|
+
|
1040
|
+
GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
1041
|
+
GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
|
1042
|
+
|
1043
|
+
GetResourcePolicyResponse.add_member(:policy_document, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, location_name: "PolicyDocument", metadata: {"jsonvalue"=>true}))
|
1044
|
+
GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
|
1045
|
+
|
1046
|
+
GetRouteAnalysisRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1047
|
+
GetRouteAnalysisRequest.add_member(:route_analysis_id, Shapes::ShapeRef.new(shape: ConstrainedString, required: true, location: "uri", location_name: "routeAnalysisId"))
|
1048
|
+
GetRouteAnalysisRequest.struct_class = Types::GetRouteAnalysisRequest
|
1049
|
+
|
1050
|
+
GetRouteAnalysisResponse.add_member(:route_analysis, Shapes::ShapeRef.new(shape: RouteAnalysis, location_name: "RouteAnalysis"))
|
1051
|
+
GetRouteAnalysisResponse.struct_class = Types::GetRouteAnalysisResponse
|
1052
|
+
|
1053
|
+
GetSiteToSiteVpnAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
1054
|
+
GetSiteToSiteVpnAttachmentRequest.struct_class = Types::GetSiteToSiteVpnAttachmentRequest
|
1055
|
+
|
1056
|
+
GetSiteToSiteVpnAttachmentResponse.add_member(:site_to_site_vpn_attachment, Shapes::ShapeRef.new(shape: SiteToSiteVpnAttachment, location_name: "SiteToSiteVpnAttachment"))
|
1057
|
+
GetSiteToSiteVpnAttachmentResponse.struct_class = Types::GetSiteToSiteVpnAttachmentResponse
|
1058
|
+
|
1059
|
+
GetSitesRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1060
|
+
GetSitesRequest.add_member(:site_ids, Shapes::ShapeRef.new(shape: SiteIdList, location: "querystring", location_name: "siteIds"))
|
409
1061
|
GetSitesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
410
|
-
GetSitesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
1062
|
+
GetSitesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
411
1063
|
GetSitesRequest.struct_class = Types::GetSitesRequest
|
412
1064
|
|
413
1065
|
GetSitesResponse.add_member(:sites, Shapes::ShapeRef.new(shape: SiteList, location_name: "Sites"))
|
414
|
-
GetSitesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
1066
|
+
GetSitesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
415
1067
|
GetSitesResponse.struct_class = Types::GetSitesResponse
|
416
1068
|
|
417
|
-
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
418
|
-
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:transit_gateway_connect_peer_arns, Shapes::ShapeRef.new(shape:
|
1069
|
+
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1070
|
+
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:transit_gateway_connect_peer_arns, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerArnList, location: "querystring", location_name: "transitGatewayConnectPeerArns"))
|
419
1071
|
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
420
|
-
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
1072
|
+
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
421
1073
|
GetTransitGatewayConnectPeerAssociationsRequest.struct_class = Types::GetTransitGatewayConnectPeerAssociationsRequest
|
422
1074
|
|
423
1075
|
GetTransitGatewayConnectPeerAssociationsResponse.add_member(:transit_gateway_connect_peer_associations, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociationList, location_name: "TransitGatewayConnectPeerAssociations"))
|
424
|
-
GetTransitGatewayConnectPeerAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
1076
|
+
GetTransitGatewayConnectPeerAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
425
1077
|
GetTransitGatewayConnectPeerAssociationsResponse.struct_class = Types::GetTransitGatewayConnectPeerAssociationsResponse
|
426
1078
|
|
427
|
-
GetTransitGatewayRegistrationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
428
|
-
GetTransitGatewayRegistrationsRequest.add_member(:transit_gateway_arns, Shapes::ShapeRef.new(shape:
|
1079
|
+
GetTransitGatewayRegistrationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1080
|
+
GetTransitGatewayRegistrationsRequest.add_member(:transit_gateway_arns, Shapes::ShapeRef.new(shape: TransitGatewayArnList, location: "querystring", location_name: "transitGatewayArns"))
|
429
1081
|
GetTransitGatewayRegistrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
430
|
-
GetTransitGatewayRegistrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
1082
|
+
GetTransitGatewayRegistrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
431
1083
|
GetTransitGatewayRegistrationsRequest.struct_class = Types::GetTransitGatewayRegistrationsRequest
|
432
1084
|
|
433
1085
|
GetTransitGatewayRegistrationsResponse.add_member(:transit_gateway_registrations, Shapes::ShapeRef.new(shape: TransitGatewayRegistrationList, location_name: "TransitGatewayRegistrations"))
|
434
|
-
GetTransitGatewayRegistrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
1086
|
+
GetTransitGatewayRegistrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
435
1087
|
GetTransitGatewayRegistrationsResponse.struct_class = Types::GetTransitGatewayRegistrationsResponse
|
436
1088
|
|
437
|
-
|
438
|
-
|
439
|
-
|
1089
|
+
GetVpcAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
1090
|
+
GetVpcAttachmentRequest.struct_class = Types::GetVpcAttachmentRequest
|
1091
|
+
|
1092
|
+
GetVpcAttachmentResponse.add_member(:vpc_attachment, Shapes::ShapeRef.new(shape: VpcAttachment, location_name: "VpcAttachment"))
|
1093
|
+
GetVpcAttachmentResponse.struct_class = Types::GetVpcAttachmentResponse
|
1094
|
+
|
1095
|
+
GlobalNetwork.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
1096
|
+
GlobalNetwork.add_member(:global_network_arn, Shapes::ShapeRef.new(shape: GlobalNetworkArn, location_name: "GlobalNetworkArn"))
|
1097
|
+
GlobalNetwork.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
440
1098
|
GlobalNetwork.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
441
1099
|
GlobalNetwork.add_member(:state, Shapes::ShapeRef.new(shape: GlobalNetworkState, location_name: "State"))
|
442
1100
|
GlobalNetwork.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
443
1101
|
GlobalNetwork.struct_class = Types::GlobalNetwork
|
444
1102
|
|
1103
|
+
GlobalNetworkIdList.member = Shapes::ShapeRef.new(shape: GlobalNetworkId)
|
1104
|
+
|
445
1105
|
GlobalNetworkList.member = Shapes::ShapeRef.new(shape: GlobalNetwork)
|
446
1106
|
|
447
|
-
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape:
|
1107
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
448
1108
|
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
|
449
1109
|
InternalServerException.struct_class = Types::InternalServerException
|
450
1110
|
|
451
|
-
Link.add_member(:link_id, Shapes::ShapeRef.new(shape:
|
452
|
-
Link.add_member(:link_arn, Shapes::ShapeRef.new(shape:
|
453
|
-
Link.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
454
|
-
Link.add_member(:site_id, Shapes::ShapeRef.new(shape:
|
455
|
-
Link.add_member(:description, Shapes::ShapeRef.new(shape:
|
456
|
-
Link.add_member(:type, Shapes::ShapeRef.new(shape:
|
1111
|
+
Link.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
1112
|
+
Link.add_member(:link_arn, Shapes::ShapeRef.new(shape: LinkArn, location_name: "LinkArn"))
|
1113
|
+
Link.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
1114
|
+
Link.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, location_name: "SiteId"))
|
1115
|
+
Link.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
1116
|
+
Link.add_member(:type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Type"))
|
457
1117
|
Link.add_member(:bandwidth, Shapes::ShapeRef.new(shape: Bandwidth, location_name: "Bandwidth"))
|
458
|
-
Link.add_member(:provider, Shapes::ShapeRef.new(shape:
|
1118
|
+
Link.add_member(:provider, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Provider"))
|
459
1119
|
Link.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
460
1120
|
Link.add_member(:state, Shapes::ShapeRef.new(shape: LinkState, location_name: "State"))
|
461
1121
|
Link.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
462
1122
|
Link.struct_class = Types::Link
|
463
1123
|
|
464
|
-
LinkAssociation.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
465
|
-
LinkAssociation.add_member(:device_id, Shapes::ShapeRef.new(shape:
|
466
|
-
LinkAssociation.add_member(:link_id, Shapes::ShapeRef.new(shape:
|
1124
|
+
LinkAssociation.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
1125
|
+
LinkAssociation.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
|
1126
|
+
LinkAssociation.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
467
1127
|
LinkAssociation.add_member(:link_association_state, Shapes::ShapeRef.new(shape: LinkAssociationState, location_name: "LinkAssociationState"))
|
468
1128
|
LinkAssociation.struct_class = Types::LinkAssociation
|
469
1129
|
|
470
1130
|
LinkAssociationList.member = Shapes::ShapeRef.new(shape: LinkAssociation)
|
471
1131
|
|
1132
|
+
LinkIdList.member = Shapes::ShapeRef.new(shape: LinkId)
|
1133
|
+
|
472
1134
|
LinkList.member = Shapes::ShapeRef.new(shape: Link)
|
473
1135
|
|
474
|
-
|
1136
|
+
ListAttachmentsRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location: "querystring", location_name: "coreNetworkId"))
|
1137
|
+
ListAttachmentsRequest.add_member(:attachment_type, Shapes::ShapeRef.new(shape: AttachmentType, location: "querystring", location_name: "attachmentType"))
|
1138
|
+
ListAttachmentsRequest.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location: "querystring", location_name: "edgeLocation"))
|
1139
|
+
ListAttachmentsRequest.add_member(:state, Shapes::ShapeRef.new(shape: AttachmentState, location: "querystring", location_name: "state"))
|
1140
|
+
ListAttachmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1141
|
+
ListAttachmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1142
|
+
ListAttachmentsRequest.struct_class = Types::ListAttachmentsRequest
|
1143
|
+
|
1144
|
+
ListAttachmentsResponse.add_member(:attachments, Shapes::ShapeRef.new(shape: AttachmentList, location_name: "Attachments"))
|
1145
|
+
ListAttachmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1146
|
+
ListAttachmentsResponse.struct_class = Types::ListAttachmentsResponse
|
1147
|
+
|
1148
|
+
ListConnectPeersRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location: "querystring", location_name: "coreNetworkId"))
|
1149
|
+
ListConnectPeersRequest.add_member(:connect_attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location: "querystring", location_name: "connectAttachmentId"))
|
1150
|
+
ListConnectPeersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1151
|
+
ListConnectPeersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1152
|
+
ListConnectPeersRequest.struct_class = Types::ListConnectPeersRequest
|
1153
|
+
|
1154
|
+
ListConnectPeersResponse.add_member(:connect_peers, Shapes::ShapeRef.new(shape: ConnectPeerSummaryList, location_name: "ConnectPeers"))
|
1155
|
+
ListConnectPeersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1156
|
+
ListConnectPeersResponse.struct_class = Types::ListConnectPeersResponse
|
1157
|
+
|
1158
|
+
ListCoreNetworkPolicyVersionsRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
1159
|
+
ListCoreNetworkPolicyVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1160
|
+
ListCoreNetworkPolicyVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1161
|
+
ListCoreNetworkPolicyVersionsRequest.struct_class = Types::ListCoreNetworkPolicyVersionsRequest
|
1162
|
+
|
1163
|
+
ListCoreNetworkPolicyVersionsResponse.add_member(:core_network_policy_versions, Shapes::ShapeRef.new(shape: CoreNetworkPolicyVersionList, location_name: "CoreNetworkPolicyVersions"))
|
1164
|
+
ListCoreNetworkPolicyVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1165
|
+
ListCoreNetworkPolicyVersionsResponse.struct_class = Types::ListCoreNetworkPolicyVersionsResponse
|
1166
|
+
|
1167
|
+
ListCoreNetworksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1168
|
+
ListCoreNetworksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1169
|
+
ListCoreNetworksRequest.struct_class = Types::ListCoreNetworksRequest
|
1170
|
+
|
1171
|
+
ListCoreNetworksResponse.add_member(:core_networks, Shapes::ShapeRef.new(shape: CoreNetworkSummaryList, location_name: "CoreNetworks"))
|
1172
|
+
ListCoreNetworksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1173
|
+
ListCoreNetworksResponse.struct_class = Types::ListCoreNetworksResponse
|
1174
|
+
|
1175
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
475
1176
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
476
1177
|
|
477
1178
|
ListTagsForResourceResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
478
1179
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
479
1180
|
|
480
|
-
Location.add_member(:address, Shapes::ShapeRef.new(shape:
|
481
|
-
Location.add_member(:latitude, Shapes::ShapeRef.new(shape:
|
482
|
-
Location.add_member(:longitude, Shapes::ShapeRef.new(shape:
|
1181
|
+
Location.add_member(:address, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Address"))
|
1182
|
+
Location.add_member(:latitude, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Latitude"))
|
1183
|
+
Location.add_member(:longitude, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Longitude"))
|
483
1184
|
Location.struct_class = Types::Location
|
484
1185
|
|
485
|
-
|
486
|
-
|
1186
|
+
NetworkResource.add_member(:registered_gateway_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RegisteredGatewayArn"))
|
1187
|
+
NetworkResource.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
1188
|
+
NetworkResource.add_member(:aws_region, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "AwsRegion"))
|
1189
|
+
NetworkResource.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "AccountId"))
|
1190
|
+
NetworkResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceType"))
|
1191
|
+
NetworkResource.add_member(:resource_id, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceId"))
|
1192
|
+
NetworkResource.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
|
1193
|
+
NetworkResource.add_member(:definition, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Definition"))
|
1194
|
+
NetworkResource.add_member(:definition_timestamp, Shapes::ShapeRef.new(shape: DateTime, location_name: "DefinitionTimestamp"))
|
1195
|
+
NetworkResource.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1196
|
+
NetworkResource.add_member(:metadata, Shapes::ShapeRef.new(shape: NetworkResourceMetadataMap, location_name: "Metadata"))
|
1197
|
+
NetworkResource.struct_class = Types::NetworkResource
|
1198
|
+
|
1199
|
+
NetworkResourceCount.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceType"))
|
1200
|
+
NetworkResourceCount.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
|
1201
|
+
NetworkResourceCount.struct_class = Types::NetworkResourceCount
|
1202
|
+
|
1203
|
+
NetworkResourceCountList.member = Shapes::ShapeRef.new(shape: NetworkResourceCount)
|
1204
|
+
|
1205
|
+
NetworkResourceList.member = Shapes::ShapeRef.new(shape: NetworkResource)
|
1206
|
+
|
1207
|
+
NetworkResourceMetadataMap.key = Shapes::ShapeRef.new(shape: ConstrainedString)
|
1208
|
+
NetworkResourceMetadataMap.value = Shapes::ShapeRef.new(shape: ConstrainedString)
|
1209
|
+
|
1210
|
+
NetworkResourceSummary.add_member(:registered_gateway_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RegisteredGatewayArn"))
|
1211
|
+
NetworkResourceSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
|
1212
|
+
NetworkResourceSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceType"))
|
1213
|
+
NetworkResourceSummary.add_member(:definition, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Definition"))
|
1214
|
+
NetworkResourceSummary.add_member(:name_tag, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "NameTag"))
|
1215
|
+
NetworkResourceSummary.add_member(:is_middlebox, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsMiddlebox"))
|
1216
|
+
NetworkResourceSummary.struct_class = Types::NetworkResourceSummary
|
1217
|
+
|
1218
|
+
NetworkRoute.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "DestinationCidrBlock"))
|
1219
|
+
NetworkRoute.add_member(:destinations, Shapes::ShapeRef.new(shape: NetworkRouteDestinationList, location_name: "Destinations"))
|
1220
|
+
NetworkRoute.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "PrefixListId"))
|
1221
|
+
NetworkRoute.add_member(:state, Shapes::ShapeRef.new(shape: RouteState, location_name: "State"))
|
1222
|
+
NetworkRoute.add_member(:type, Shapes::ShapeRef.new(shape: RouteType, location_name: "Type"))
|
1223
|
+
NetworkRoute.struct_class = Types::NetworkRoute
|
1224
|
+
|
1225
|
+
NetworkRouteDestination.add_member(:core_network_attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "CoreNetworkAttachmentId"))
|
1226
|
+
NetworkRouteDestination.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
|
1227
|
+
NetworkRouteDestination.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
1228
|
+
NetworkRouteDestination.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
1229
|
+
NetworkRouteDestination.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceType"))
|
1230
|
+
NetworkRouteDestination.add_member(:resource_id, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceId"))
|
1231
|
+
NetworkRouteDestination.struct_class = Types::NetworkRouteDestination
|
1232
|
+
|
1233
|
+
NetworkRouteDestinationList.member = Shapes::ShapeRef.new(shape: NetworkRouteDestination)
|
1234
|
+
|
1235
|
+
NetworkRouteList.member = Shapes::ShapeRef.new(shape: NetworkRoute)
|
1236
|
+
|
1237
|
+
NetworkTelemetry.add_member(:registered_gateway_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RegisteredGatewayArn"))
|
1238
|
+
NetworkTelemetry.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
1239
|
+
NetworkTelemetry.add_member(:aws_region, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "AwsRegion"))
|
1240
|
+
NetworkTelemetry.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "AccountId"))
|
1241
|
+
NetworkTelemetry.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceType"))
|
1242
|
+
NetworkTelemetry.add_member(:resource_id, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceId"))
|
1243
|
+
NetworkTelemetry.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
|
1244
|
+
NetworkTelemetry.add_member(:address, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Address"))
|
1245
|
+
NetworkTelemetry.add_member(:health, Shapes::ShapeRef.new(shape: ConnectionHealth, location_name: "Health"))
|
1246
|
+
NetworkTelemetry.struct_class = Types::NetworkTelemetry
|
1247
|
+
|
1248
|
+
NetworkTelemetryList.member = Shapes::ShapeRef.new(shape: NetworkTelemetry)
|
1249
|
+
|
1250
|
+
PathComponent.add_member(:sequence, Shapes::ShapeRef.new(shape: Integer, location_name: "Sequence"))
|
1251
|
+
PathComponent.add_member(:resource, Shapes::ShapeRef.new(shape: NetworkResourceSummary, location_name: "Resource"))
|
1252
|
+
PathComponent.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "DestinationCidrBlock"))
|
1253
|
+
PathComponent.struct_class = Types::PathComponent
|
1254
|
+
|
1255
|
+
PathComponentList.member = Shapes::ShapeRef.new(shape: PathComponent)
|
1256
|
+
|
1257
|
+
ProposedSegmentChange.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1258
|
+
ProposedSegmentChange.add_member(:attachment_policy_rule_number, Shapes::ShapeRef.new(shape: Integer, location_name: "AttachmentPolicyRuleNumber"))
|
1259
|
+
ProposedSegmentChange.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
1260
|
+
ProposedSegmentChange.struct_class = Types::ProposedSegmentChange
|
1261
|
+
|
1262
|
+
PutCoreNetworkPolicyRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
1263
|
+
PutCoreNetworkPolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: CoreNetworkPolicyDocument, required: true, location_name: "PolicyDocument", metadata: {"jsonvalue"=>true}))
|
1264
|
+
PutCoreNetworkPolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
1265
|
+
PutCoreNetworkPolicyRequest.add_member(:latest_version_id, Shapes::ShapeRef.new(shape: Integer, location_name: "LatestVersionId"))
|
1266
|
+
PutCoreNetworkPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1267
|
+
PutCoreNetworkPolicyRequest.struct_class = Types::PutCoreNetworkPolicyRequest
|
1268
|
+
|
1269
|
+
PutCoreNetworkPolicyResponse.add_member(:core_network_policy, Shapes::ShapeRef.new(shape: CoreNetworkPolicy, location_name: "CoreNetworkPolicy"))
|
1270
|
+
PutCoreNetworkPolicyResponse.struct_class = Types::PutCoreNetworkPolicyResponse
|
1271
|
+
|
1272
|
+
PutResourcePolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, required: true, location_name: "PolicyDocument", metadata: {"jsonvalue"=>true}))
|
1273
|
+
PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
1274
|
+
PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
|
1275
|
+
|
1276
|
+
PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
|
1277
|
+
|
1278
|
+
ReasonContextMap.key = Shapes::ShapeRef.new(shape: ReasonContextKey)
|
1279
|
+
ReasonContextMap.value = Shapes::ShapeRef.new(shape: ReasonContextValue)
|
1280
|
+
|
1281
|
+
RegisterTransitGatewayRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1282
|
+
RegisterTransitGatewayRequest.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: TransitGatewayArn, required: true, location_name: "TransitGatewayArn"))
|
487
1283
|
RegisterTransitGatewayRequest.struct_class = Types::RegisterTransitGatewayRequest
|
488
1284
|
|
489
1285
|
RegisterTransitGatewayResponse.add_member(:transit_gateway_registration, Shapes::ShapeRef.new(shape: TransitGatewayRegistration, location_name: "TransitGatewayRegistration"))
|
490
1286
|
RegisterTransitGatewayResponse.struct_class = Types::RegisterTransitGatewayResponse
|
491
1287
|
|
492
|
-
|
493
|
-
|
494
|
-
|
1288
|
+
RejectAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
1289
|
+
RejectAttachmentRequest.struct_class = Types::RejectAttachmentRequest
|
1290
|
+
|
1291
|
+
RejectAttachmentResponse.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
|
1292
|
+
RejectAttachmentResponse.struct_class = Types::RejectAttachmentResponse
|
1293
|
+
|
1294
|
+
Relationship.add_member(:from, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "From"))
|
1295
|
+
Relationship.add_member(:to, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "To"))
|
1296
|
+
Relationship.struct_class = Types::Relationship
|
1297
|
+
|
1298
|
+
RelationshipList.member = Shapes::ShapeRef.new(shape: Relationship)
|
1299
|
+
|
1300
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
1301
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "ResourceId"))
|
1302
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "ResourceType"))
|
1303
|
+
ResourceNotFoundException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContextMap, location_name: "Context"))
|
495
1304
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
496
1305
|
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
1306
|
+
RestoreCoreNetworkPolicyVersionRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
1307
|
+
RestoreCoreNetworkPolicyVersionRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "policyVersionId"))
|
1308
|
+
RestoreCoreNetworkPolicyVersionRequest.struct_class = Types::RestoreCoreNetworkPolicyVersionRequest
|
1309
|
+
|
1310
|
+
RestoreCoreNetworkPolicyVersionResponse.add_member(:core_network_policy, Shapes::ShapeRef.new(shape: CoreNetworkPolicy, location_name: "CoreNetworkPolicy"))
|
1311
|
+
RestoreCoreNetworkPolicyVersionResponse.struct_class = Types::RestoreCoreNetworkPolicyVersionResponse
|
1312
|
+
|
1313
|
+
RouteAnalysis.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
1314
|
+
RouteAnalysis.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "OwnerAccountId"))
|
1315
|
+
RouteAnalysis.add_member(:route_analysis_id, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "RouteAnalysisId"))
|
1316
|
+
RouteAnalysis.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTimestamp"))
|
1317
|
+
RouteAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: RouteAnalysisStatus, location_name: "Status"))
|
1318
|
+
RouteAnalysis.add_member(:source, Shapes::ShapeRef.new(shape: RouteAnalysisEndpointOptions, location_name: "Source"))
|
1319
|
+
RouteAnalysis.add_member(:destination, Shapes::ShapeRef.new(shape: RouteAnalysisEndpointOptions, location_name: "Destination"))
|
1320
|
+
RouteAnalysis.add_member(:include_return_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeReturnPath"))
|
1321
|
+
RouteAnalysis.add_member(:use_middleboxes, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseMiddleboxes"))
|
1322
|
+
RouteAnalysis.add_member(:forward_path, Shapes::ShapeRef.new(shape: RouteAnalysisPath, location_name: "ForwardPath"))
|
1323
|
+
RouteAnalysis.add_member(:return_path, Shapes::ShapeRef.new(shape: RouteAnalysisPath, location_name: "ReturnPath"))
|
1324
|
+
RouteAnalysis.struct_class = Types::RouteAnalysis
|
1325
|
+
|
1326
|
+
RouteAnalysisCompletion.add_member(:result_code, Shapes::ShapeRef.new(shape: RouteAnalysisCompletionResultCode, location_name: "ResultCode"))
|
1327
|
+
RouteAnalysisCompletion.add_member(:reason_code, Shapes::ShapeRef.new(shape: RouteAnalysisCompletionReasonCode, location_name: "ReasonCode"))
|
1328
|
+
RouteAnalysisCompletion.add_member(:reason_context, Shapes::ShapeRef.new(shape: ReasonContextMap, location_name: "ReasonContext"))
|
1329
|
+
RouteAnalysisCompletion.struct_class = Types::RouteAnalysisCompletion
|
1330
|
+
|
1331
|
+
RouteAnalysisEndpointOptions.add_member(:transit_gateway_attachment_arn, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentArn, location_name: "TransitGatewayAttachmentArn"))
|
1332
|
+
RouteAnalysisEndpointOptions.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: TransitGatewayArn, location_name: "TransitGatewayArn"))
|
1333
|
+
RouteAnalysisEndpointOptions.add_member(:ip_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "IpAddress"))
|
1334
|
+
RouteAnalysisEndpointOptions.struct_class = Types::RouteAnalysisEndpointOptions
|
1335
|
+
|
1336
|
+
RouteAnalysisEndpointOptionsSpecification.add_member(:transit_gateway_attachment_arn, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentArn, location_name: "TransitGatewayAttachmentArn"))
|
1337
|
+
RouteAnalysisEndpointOptionsSpecification.add_member(:ip_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "IpAddress"))
|
1338
|
+
RouteAnalysisEndpointOptionsSpecification.struct_class = Types::RouteAnalysisEndpointOptionsSpecification
|
1339
|
+
|
1340
|
+
RouteAnalysisPath.add_member(:completion_status, Shapes::ShapeRef.new(shape: RouteAnalysisCompletion, location_name: "CompletionStatus"))
|
1341
|
+
RouteAnalysisPath.add_member(:path, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "Path"))
|
1342
|
+
RouteAnalysisPath.struct_class = Types::RouteAnalysisPath
|
1343
|
+
|
1344
|
+
RouteStateList.member = Shapes::ShapeRef.new(shape: RouteState)
|
1345
|
+
|
1346
|
+
RouteTableIdentifier.add_member(:transit_gateway_route_table_arn, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableArn, location_name: "TransitGatewayRouteTableArn"))
|
1347
|
+
RouteTableIdentifier.add_member(:core_network_segment_edge, Shapes::ShapeRef.new(shape: CoreNetworkSegmentEdgeIdentifier, location_name: "CoreNetworkSegmentEdge"))
|
1348
|
+
RouteTableIdentifier.struct_class = Types::RouteTableIdentifier
|
1349
|
+
|
1350
|
+
RouteTypeList.member = Shapes::ShapeRef.new(shape: RouteType)
|
1351
|
+
|
1352
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
1353
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "ResourceId"))
|
1354
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "ResourceType"))
|
1355
|
+
ServiceQuotaExceededException.add_member(:limit_code, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "LimitCode"))
|
1356
|
+
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "ServiceCode"))
|
502
1357
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
503
1358
|
|
504
|
-
Site.add_member(:site_id, Shapes::ShapeRef.new(shape:
|
505
|
-
Site.add_member(:site_arn, Shapes::ShapeRef.new(shape:
|
506
|
-
Site.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
507
|
-
Site.add_member(:description, Shapes::ShapeRef.new(shape:
|
1359
|
+
Site.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, location_name: "SiteId"))
|
1360
|
+
Site.add_member(:site_arn, Shapes::ShapeRef.new(shape: SiteArn, location_name: "SiteArn"))
|
1361
|
+
Site.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
1362
|
+
Site.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
508
1363
|
Site.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "Location"))
|
509
1364
|
Site.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
510
1365
|
Site.add_member(:state, Shapes::ShapeRef.new(shape: SiteState, location_name: "State"))
|
511
1366
|
Site.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
512
1367
|
Site.struct_class = Types::Site
|
513
1368
|
|
1369
|
+
SiteIdList.member = Shapes::ShapeRef.new(shape: SiteId)
|
1370
|
+
|
514
1371
|
SiteList.member = Shapes::ShapeRef.new(shape: Site)
|
515
1372
|
|
516
|
-
|
1373
|
+
SiteToSiteVpnAttachment.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
|
1374
|
+
SiteToSiteVpnAttachment.add_member(:vpn_connection_arn, Shapes::ShapeRef.new(shape: VpnConnectionArn, location_name: "VpnConnectionArn"))
|
1375
|
+
SiteToSiteVpnAttachment.struct_class = Types::SiteToSiteVpnAttachment
|
1376
|
+
|
1377
|
+
StartRouteAnalysisRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1378
|
+
StartRouteAnalysisRequest.add_member(:source, Shapes::ShapeRef.new(shape: RouteAnalysisEndpointOptionsSpecification, required: true, location_name: "Source"))
|
1379
|
+
StartRouteAnalysisRequest.add_member(:destination, Shapes::ShapeRef.new(shape: RouteAnalysisEndpointOptionsSpecification, required: true, location_name: "Destination"))
|
1380
|
+
StartRouteAnalysisRequest.add_member(:include_return_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeReturnPath"))
|
1381
|
+
StartRouteAnalysisRequest.add_member(:use_middleboxes, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseMiddleboxes"))
|
1382
|
+
StartRouteAnalysisRequest.struct_class = Types::StartRouteAnalysisRequest
|
1383
|
+
|
1384
|
+
StartRouteAnalysisResponse.add_member(:route_analysis, Shapes::ShapeRef.new(shape: RouteAnalysis, location_name: "RouteAnalysis"))
|
1385
|
+
StartRouteAnalysisResponse.struct_class = Types::StartRouteAnalysisResponse
|
1386
|
+
|
1387
|
+
SubnetArnList.member = Shapes::ShapeRef.new(shape: SubnetArn)
|
517
1388
|
|
518
1389
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
|
519
1390
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
|
@@ -523,105 +1394,142 @@ module Aws::NetworkManager
|
|
523
1394
|
|
524
1395
|
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
525
1396
|
|
526
|
-
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
1397
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
527
1398
|
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
528
1399
|
TagResourceRequest.struct_class = Types::TagResourceRequest
|
529
1400
|
|
530
1401
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
531
1402
|
|
532
|
-
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape:
|
1403
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
533
1404
|
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
|
534
1405
|
ThrottlingException.struct_class = Types::ThrottlingException
|
535
1406
|
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
1407
|
+
TransitGatewayArnList.member = Shapes::ShapeRef.new(shape: TransitGatewayArn)
|
1408
|
+
|
1409
|
+
TransitGatewayConnectPeerArnList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerArn)
|
1410
|
+
|
1411
|
+
TransitGatewayConnectPeerAssociation.add_member(:transit_gateway_connect_peer_arn, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerArn, location_name: "TransitGatewayConnectPeerArn"))
|
1412
|
+
TransitGatewayConnectPeerAssociation.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
1413
|
+
TransitGatewayConnectPeerAssociation.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
|
1414
|
+
TransitGatewayConnectPeerAssociation.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
540
1415
|
TransitGatewayConnectPeerAssociation.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociationState, location_name: "State"))
|
541
1416
|
TransitGatewayConnectPeerAssociation.struct_class = Types::TransitGatewayConnectPeerAssociation
|
542
1417
|
|
543
1418
|
TransitGatewayConnectPeerAssociationList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociation)
|
544
1419
|
|
545
|
-
TransitGatewayRegistration.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
546
|
-
TransitGatewayRegistration.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape:
|
1420
|
+
TransitGatewayRegistration.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
1421
|
+
TransitGatewayRegistration.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: TransitGatewayArn, location_name: "TransitGatewayArn"))
|
547
1422
|
TransitGatewayRegistration.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayRegistrationStateReason, location_name: "State"))
|
548
1423
|
TransitGatewayRegistration.struct_class = Types::TransitGatewayRegistration
|
549
1424
|
|
550
1425
|
TransitGatewayRegistrationList.member = Shapes::ShapeRef.new(shape: TransitGatewayRegistration)
|
551
1426
|
|
552
1427
|
TransitGatewayRegistrationStateReason.add_member(:code, Shapes::ShapeRef.new(shape: TransitGatewayRegistrationState, location_name: "Code"))
|
553
|
-
TransitGatewayRegistrationStateReason.add_member(:message, Shapes::ShapeRef.new(shape:
|
1428
|
+
TransitGatewayRegistrationStateReason.add_member(:message, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Message"))
|
554
1429
|
TransitGatewayRegistrationStateReason.struct_class = Types::TransitGatewayRegistrationStateReason
|
555
1430
|
|
556
|
-
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
1431
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
557
1432
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
558
1433
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
559
1434
|
|
560
1435
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
561
1436
|
|
562
|
-
UpdateConnectionRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
563
|
-
UpdateConnectionRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape:
|
564
|
-
UpdateConnectionRequest.add_member(:link_id, Shapes::ShapeRef.new(shape:
|
565
|
-
UpdateConnectionRequest.add_member(:connected_link_id, Shapes::ShapeRef.new(shape:
|
566
|
-
UpdateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
1437
|
+
UpdateConnectionRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1438
|
+
UpdateConnectionRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location: "uri", location_name: "connectionId"))
|
1439
|
+
UpdateConnectionRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "LinkId"))
|
1440
|
+
UpdateConnectionRequest.add_member(:connected_link_id, Shapes::ShapeRef.new(shape: LinkId, location_name: "ConnectedLinkId"))
|
1441
|
+
UpdateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
567
1442
|
UpdateConnectionRequest.struct_class = Types::UpdateConnectionRequest
|
568
1443
|
|
569
1444
|
UpdateConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
570
1445
|
UpdateConnectionResponse.struct_class = Types::UpdateConnectionResponse
|
571
1446
|
|
572
|
-
|
573
|
-
|
1447
|
+
UpdateCoreNetworkRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
1448
|
+
UpdateCoreNetworkRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
1449
|
+
UpdateCoreNetworkRequest.struct_class = Types::UpdateCoreNetworkRequest
|
1450
|
+
|
1451
|
+
UpdateCoreNetworkResponse.add_member(:core_network, Shapes::ShapeRef.new(shape: CoreNetwork, location_name: "CoreNetwork"))
|
1452
|
+
UpdateCoreNetworkResponse.struct_class = Types::UpdateCoreNetworkResponse
|
1453
|
+
|
1454
|
+
UpdateDeviceRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1455
|
+
UpdateDeviceRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "uri", location_name: "deviceId"))
|
574
1456
|
UpdateDeviceRequest.add_member(:aws_location, Shapes::ShapeRef.new(shape: AWSLocation, location_name: "AWSLocation"))
|
575
|
-
UpdateDeviceRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
576
|
-
UpdateDeviceRequest.add_member(:type, Shapes::ShapeRef.new(shape:
|
577
|
-
UpdateDeviceRequest.add_member(:vendor, Shapes::ShapeRef.new(shape:
|
578
|
-
UpdateDeviceRequest.add_member(:model, Shapes::ShapeRef.new(shape:
|
579
|
-
UpdateDeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape:
|
1457
|
+
UpdateDeviceRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
1458
|
+
UpdateDeviceRequest.add_member(:type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Type"))
|
1459
|
+
UpdateDeviceRequest.add_member(:vendor, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Vendor"))
|
1460
|
+
UpdateDeviceRequest.add_member(:model, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Model"))
|
1461
|
+
UpdateDeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SerialNumber"))
|
580
1462
|
UpdateDeviceRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "Location"))
|
581
|
-
UpdateDeviceRequest.add_member(:site_id, Shapes::ShapeRef.new(shape:
|
1463
|
+
UpdateDeviceRequest.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, location_name: "SiteId"))
|
582
1464
|
UpdateDeviceRequest.struct_class = Types::UpdateDeviceRequest
|
583
1465
|
|
584
1466
|
UpdateDeviceResponse.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "Device"))
|
585
1467
|
UpdateDeviceResponse.struct_class = Types::UpdateDeviceResponse
|
586
1468
|
|
587
|
-
UpdateGlobalNetworkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
588
|
-
UpdateGlobalNetworkRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
1469
|
+
UpdateGlobalNetworkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1470
|
+
UpdateGlobalNetworkRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
589
1471
|
UpdateGlobalNetworkRequest.struct_class = Types::UpdateGlobalNetworkRequest
|
590
1472
|
|
591
1473
|
UpdateGlobalNetworkResponse.add_member(:global_network, Shapes::ShapeRef.new(shape: GlobalNetwork, location_name: "GlobalNetwork"))
|
592
1474
|
UpdateGlobalNetworkResponse.struct_class = Types::UpdateGlobalNetworkResponse
|
593
1475
|
|
594
|
-
UpdateLinkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape:
|
595
|
-
UpdateLinkRequest.add_member(:link_id, Shapes::ShapeRef.new(shape:
|
596
|
-
UpdateLinkRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
597
|
-
UpdateLinkRequest.add_member(:type, Shapes::ShapeRef.new(shape:
|
1476
|
+
UpdateLinkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1477
|
+
UpdateLinkRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: LinkId, required: true, location: "uri", location_name: "linkId"))
|
1478
|
+
UpdateLinkRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
1479
|
+
UpdateLinkRequest.add_member(:type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Type"))
|
598
1480
|
UpdateLinkRequest.add_member(:bandwidth, Shapes::ShapeRef.new(shape: Bandwidth, location_name: "Bandwidth"))
|
599
|
-
UpdateLinkRequest.add_member(:provider, Shapes::ShapeRef.new(shape:
|
1481
|
+
UpdateLinkRequest.add_member(:provider, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Provider"))
|
600
1482
|
UpdateLinkRequest.struct_class = Types::UpdateLinkRequest
|
601
1483
|
|
602
1484
|
UpdateLinkResponse.add_member(:link, Shapes::ShapeRef.new(shape: Link, location_name: "Link"))
|
603
1485
|
UpdateLinkResponse.struct_class = Types::UpdateLinkResponse
|
604
1486
|
|
605
|
-
|
606
|
-
|
607
|
-
|
1487
|
+
UpdateNetworkResourceMetadataRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1488
|
+
UpdateNetworkResourceMetadataRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
1489
|
+
UpdateNetworkResourceMetadataRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: NetworkResourceMetadataMap, required: true, location_name: "Metadata"))
|
1490
|
+
UpdateNetworkResourceMetadataRequest.struct_class = Types::UpdateNetworkResourceMetadataRequest
|
1491
|
+
|
1492
|
+
UpdateNetworkResourceMetadataResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
|
1493
|
+
UpdateNetworkResourceMetadataResponse.add_member(:metadata, Shapes::ShapeRef.new(shape: NetworkResourceMetadataMap, location_name: "Metadata"))
|
1494
|
+
UpdateNetworkResourceMetadataResponse.struct_class = Types::UpdateNetworkResourceMetadataResponse
|
1495
|
+
|
1496
|
+
UpdateSiteRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1497
|
+
UpdateSiteRequest.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, required: true, location: "uri", location_name: "siteId"))
|
1498
|
+
UpdateSiteRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
608
1499
|
UpdateSiteRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "Location"))
|
609
1500
|
UpdateSiteRequest.struct_class = Types::UpdateSiteRequest
|
610
1501
|
|
611
1502
|
UpdateSiteResponse.add_member(:site, Shapes::ShapeRef.new(shape: Site, location_name: "Site"))
|
612
1503
|
UpdateSiteResponse.struct_class = Types::UpdateSiteResponse
|
613
1504
|
|
614
|
-
|
1505
|
+
UpdateVpcAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
1506
|
+
UpdateVpcAttachmentRequest.add_member(:add_subnet_arns, Shapes::ShapeRef.new(shape: SubnetArnList, location_name: "AddSubnetArns"))
|
1507
|
+
UpdateVpcAttachmentRequest.add_member(:remove_subnet_arns, Shapes::ShapeRef.new(shape: SubnetArnList, location_name: "RemoveSubnetArns"))
|
1508
|
+
UpdateVpcAttachmentRequest.add_member(:options, Shapes::ShapeRef.new(shape: VpcOptions, location_name: "Options"))
|
1509
|
+
UpdateVpcAttachmentRequest.struct_class = Types::UpdateVpcAttachmentRequest
|
1510
|
+
|
1511
|
+
UpdateVpcAttachmentResponse.add_member(:vpc_attachment, Shapes::ShapeRef.new(shape: VpcAttachment, location_name: "VpcAttachment"))
|
1512
|
+
UpdateVpcAttachmentResponse.struct_class = Types::UpdateVpcAttachmentResponse
|
1513
|
+
|
1514
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
615
1515
|
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "Reason"))
|
616
1516
|
ValidationException.add_member(:fields, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "Fields"))
|
617
1517
|
ValidationException.struct_class = Types::ValidationException
|
618
1518
|
|
619
|
-
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape:
|
620
|
-
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape:
|
1519
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Name"))
|
1520
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
621
1521
|
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
622
1522
|
|
623
1523
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
624
1524
|
|
1525
|
+
VpcAttachment.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
|
1526
|
+
VpcAttachment.add_member(:subnet_arns, Shapes::ShapeRef.new(shape: SubnetArnList, location_name: "SubnetArns"))
|
1527
|
+
VpcAttachment.add_member(:options, Shapes::ShapeRef.new(shape: VpcOptions, location_name: "Options"))
|
1528
|
+
VpcAttachment.struct_class = Types::VpcAttachment
|
1529
|
+
|
1530
|
+
VpcOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "Ipv6Support"))
|
1531
|
+
VpcOptions.struct_class = Types::VpcOptions
|
1532
|
+
|
625
1533
|
|
626
1534
|
# @api private
|
627
1535
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -641,6 +1549,35 @@ module Aws::NetworkManager
|
|
641
1549
|
"uid" => "networkmanager-2019-07-05",
|
642
1550
|
}
|
643
1551
|
|
1552
|
+
api.add_operation(:accept_attachment, Seahorse::Model::Operation.new.tap do |o|
|
1553
|
+
o.name = "AcceptAttachment"
|
1554
|
+
o.http_method = "POST"
|
1555
|
+
o.http_request_uri = "/attachments/{attachmentId}/accept"
|
1556
|
+
o.input = Shapes::ShapeRef.new(shape: AcceptAttachmentRequest)
|
1557
|
+
o.output = Shapes::ShapeRef.new(shape: AcceptAttachmentResponse)
|
1558
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1559
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1560
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1561
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1562
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1563
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1564
|
+
end)
|
1565
|
+
|
1566
|
+
api.add_operation(:associate_connect_peer, Seahorse::Model::Operation.new.tap do |o|
|
1567
|
+
o.name = "AssociateConnectPeer"
|
1568
|
+
o.http_method = "POST"
|
1569
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/connect-peer-associations"
|
1570
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateConnectPeerRequest)
|
1571
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateConnectPeerResponse)
|
1572
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1573
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1576
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1577
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1578
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1579
|
+
end)
|
1580
|
+
|
644
1581
|
api.add_operation(:associate_customer_gateway, Seahorse::Model::Operation.new.tap do |o|
|
645
1582
|
o.name = "AssociateCustomerGateway"
|
646
1583
|
o.http_method = "POST"
|
@@ -686,6 +1623,34 @@ module Aws::NetworkManager
|
|
686
1623
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
687
1624
|
end)
|
688
1625
|
|
1626
|
+
api.add_operation(:create_connect_attachment, Seahorse::Model::Operation.new.tap do |o|
|
1627
|
+
o.name = "CreateConnectAttachment"
|
1628
|
+
o.http_method = "POST"
|
1629
|
+
o.http_request_uri = "/connect-attachments"
|
1630
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectAttachmentRequest)
|
1631
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectAttachmentResponse)
|
1632
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1633
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1634
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1635
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1636
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1637
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1638
|
+
end)
|
1639
|
+
|
1640
|
+
api.add_operation(:create_connect_peer, Seahorse::Model::Operation.new.tap do |o|
|
1641
|
+
o.name = "CreateConnectPeer"
|
1642
|
+
o.http_method = "POST"
|
1643
|
+
o.http_request_uri = "/connect-peers"
|
1644
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectPeerRequest)
|
1645
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectPeerResponse)
|
1646
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1647
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1648
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1649
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1650
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1651
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1652
|
+
end)
|
1653
|
+
|
689
1654
|
api.add_operation(:create_connection, Seahorse::Model::Operation.new.tap do |o|
|
690
1655
|
o.name = "CreateConnection"
|
691
1656
|
o.http_method = "POST"
|
@@ -700,6 +1665,21 @@ module Aws::NetworkManager
|
|
700
1665
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
701
1666
|
end)
|
702
1667
|
|
1668
|
+
api.add_operation(:create_core_network, Seahorse::Model::Operation.new.tap do |o|
|
1669
|
+
o.name = "CreateCoreNetwork"
|
1670
|
+
o.http_method = "POST"
|
1671
|
+
o.http_request_uri = "/core-networks"
|
1672
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCoreNetworkRequest)
|
1673
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCoreNetworkResponse)
|
1674
|
+
o.errors << Shapes::ShapeRef.new(shape: CoreNetworkPolicyException)
|
1675
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1676
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1677
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1678
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1679
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1680
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1681
|
+
end)
|
1682
|
+
|
703
1683
|
api.add_operation(:create_device, Seahorse::Model::Operation.new.tap do |o|
|
704
1684
|
o.name = "CreateDevice"
|
705
1685
|
o.http_method = "POST"
|
@@ -759,6 +1739,62 @@ module Aws::NetworkManager
|
|
759
1739
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
760
1740
|
end)
|
761
1741
|
|
1742
|
+
api.add_operation(:create_site_to_site_vpn_attachment, Seahorse::Model::Operation.new.tap do |o|
|
1743
|
+
o.name = "CreateSiteToSiteVpnAttachment"
|
1744
|
+
o.http_method = "POST"
|
1745
|
+
o.http_request_uri = "/site-to-site-vpn-attachments"
|
1746
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSiteToSiteVpnAttachmentRequest)
|
1747
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSiteToSiteVpnAttachmentResponse)
|
1748
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1749
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1750
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1751
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1752
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1753
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1754
|
+
end)
|
1755
|
+
|
1756
|
+
api.add_operation(:create_vpc_attachment, Seahorse::Model::Operation.new.tap do |o|
|
1757
|
+
o.name = "CreateVpcAttachment"
|
1758
|
+
o.http_method = "POST"
|
1759
|
+
o.http_request_uri = "/vpc-attachments"
|
1760
|
+
o.input = Shapes::ShapeRef.new(shape: CreateVpcAttachmentRequest)
|
1761
|
+
o.output = Shapes::ShapeRef.new(shape: CreateVpcAttachmentResponse)
|
1762
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1763
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1764
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1765
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1766
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1767
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1768
|
+
end)
|
1769
|
+
|
1770
|
+
api.add_operation(:delete_attachment, Seahorse::Model::Operation.new.tap do |o|
|
1771
|
+
o.name = "DeleteAttachment"
|
1772
|
+
o.http_method = "DELETE"
|
1773
|
+
o.http_request_uri = "/attachments/{attachmentId}"
|
1774
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAttachmentRequest)
|
1775
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAttachmentResponse)
|
1776
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1777
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1778
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1779
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1780
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1781
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1782
|
+
end)
|
1783
|
+
|
1784
|
+
api.add_operation(:delete_connect_peer, Seahorse::Model::Operation.new.tap do |o|
|
1785
|
+
o.name = "DeleteConnectPeer"
|
1786
|
+
o.http_method = "DELETE"
|
1787
|
+
o.http_request_uri = "/connect-peers/{connectPeerId}"
|
1788
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConnectPeerRequest)
|
1789
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConnectPeerResponse)
|
1790
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1791
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1792
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1793
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1794
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1795
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1796
|
+
end)
|
1797
|
+
|
762
1798
|
api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
|
763
1799
|
o.name = "DeleteConnection"
|
764
1800
|
o.http_method = "DELETE"
|
@@ -773,6 +1809,34 @@ module Aws::NetworkManager
|
|
773
1809
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
774
1810
|
end)
|
775
1811
|
|
1812
|
+
api.add_operation(:delete_core_network, Seahorse::Model::Operation.new.tap do |o|
|
1813
|
+
o.name = "DeleteCoreNetwork"
|
1814
|
+
o.http_method = "DELETE"
|
1815
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}"
|
1816
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCoreNetworkRequest)
|
1817
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCoreNetworkResponse)
|
1818
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1819
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1820
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1821
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1822
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1823
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1824
|
+
end)
|
1825
|
+
|
1826
|
+
api.add_operation(:delete_core_network_policy_version, Seahorse::Model::Operation.new.tap do |o|
|
1827
|
+
o.name = "DeleteCoreNetworkPolicyVersion"
|
1828
|
+
o.http_method = "DELETE"
|
1829
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}"
|
1830
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCoreNetworkPolicyVersionRequest)
|
1831
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCoreNetworkPolicyVersionResponse)
|
1832
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1833
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1834
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1835
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1836
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1837
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1838
|
+
end)
|
1839
|
+
|
776
1840
|
api.add_operation(:delete_device, Seahorse::Model::Operation.new.tap do |o|
|
777
1841
|
o.name = "DeleteDevice"
|
778
1842
|
o.http_method = "DELETE"
|
@@ -815,6 +1879,19 @@ module Aws::NetworkManager
|
|
815
1879
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
816
1880
|
end)
|
817
1881
|
|
1882
|
+
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
1883
|
+
o.name = "DeleteResourcePolicy"
|
1884
|
+
o.http_method = "DELETE"
|
1885
|
+
o.http_request_uri = "/resource-policy/{resourceArn}"
|
1886
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyRequest)
|
1887
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteResourcePolicyResponse)
|
1888
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1889
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1890
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1891
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1892
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1893
|
+
end)
|
1894
|
+
|
818
1895
|
api.add_operation(:delete_site, Seahorse::Model::Operation.new.tap do |o|
|
819
1896
|
o.name = "DeleteSite"
|
820
1897
|
o.http_method = "DELETE"
|
@@ -862,6 +1939,20 @@ module Aws::NetworkManager
|
|
862
1939
|
)
|
863
1940
|
end)
|
864
1941
|
|
1942
|
+
api.add_operation(:disassociate_connect_peer, Seahorse::Model::Operation.new.tap do |o|
|
1943
|
+
o.name = "DisassociateConnectPeer"
|
1944
|
+
o.http_method = "DELETE"
|
1945
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/connect-peer-associations/{connectPeerId}"
|
1946
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateConnectPeerRequest)
|
1947
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateConnectPeerResponse)
|
1948
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1949
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1950
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1951
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1952
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1953
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1954
|
+
end)
|
1955
|
+
|
865
1956
|
api.add_operation(:disassociate_customer_gateway, Seahorse::Model::Operation.new.tap do |o|
|
866
1957
|
o.name = "DisassociateCustomerGateway"
|
867
1958
|
o.http_method = "DELETE"
|
@@ -904,6 +1995,66 @@ module Aws::NetworkManager
|
|
904
1995
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
905
1996
|
end)
|
906
1997
|
|
1998
|
+
api.add_operation(:execute_core_network_change_set, Seahorse::Model::Operation.new.tap do |o|
|
1999
|
+
o.name = "ExecuteCoreNetworkChangeSet"
|
2000
|
+
o.http_method = "POST"
|
2001
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}/execute"
|
2002
|
+
o.input = Shapes::ShapeRef.new(shape: ExecuteCoreNetworkChangeSetRequest)
|
2003
|
+
o.output = Shapes::ShapeRef.new(shape: ExecuteCoreNetworkChangeSetResponse)
|
2004
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2005
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2006
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2007
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2008
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2009
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2010
|
+
end)
|
2011
|
+
|
2012
|
+
api.add_operation(:get_connect_attachment, Seahorse::Model::Operation.new.tap do |o|
|
2013
|
+
o.name = "GetConnectAttachment"
|
2014
|
+
o.http_method = "GET"
|
2015
|
+
o.http_request_uri = "/connect-attachments/{attachmentId}"
|
2016
|
+
o.input = Shapes::ShapeRef.new(shape: GetConnectAttachmentRequest)
|
2017
|
+
o.output = Shapes::ShapeRef.new(shape: GetConnectAttachmentResponse)
|
2018
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2019
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2020
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2021
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2022
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2023
|
+
end)
|
2024
|
+
|
2025
|
+
api.add_operation(:get_connect_peer, Seahorse::Model::Operation.new.tap do |o|
|
2026
|
+
o.name = "GetConnectPeer"
|
2027
|
+
o.http_method = "GET"
|
2028
|
+
o.http_request_uri = "/connect-peers/{connectPeerId}"
|
2029
|
+
o.input = Shapes::ShapeRef.new(shape: GetConnectPeerRequest)
|
2030
|
+
o.output = Shapes::ShapeRef.new(shape: GetConnectPeerResponse)
|
2031
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2032
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2033
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2034
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2035
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2036
|
+
end)
|
2037
|
+
|
2038
|
+
api.add_operation(:get_connect_peer_associations, Seahorse::Model::Operation.new.tap do |o|
|
2039
|
+
o.name = "GetConnectPeerAssociations"
|
2040
|
+
o.http_method = "GET"
|
2041
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/connect-peer-associations"
|
2042
|
+
o.input = Shapes::ShapeRef.new(shape: GetConnectPeerAssociationsRequest)
|
2043
|
+
o.output = Shapes::ShapeRef.new(shape: GetConnectPeerAssociationsResponse)
|
2044
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2045
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2046
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2047
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2048
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2049
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2050
|
+
o[:pager] = Aws::Pager.new(
|
2051
|
+
limit_key: "max_results",
|
2052
|
+
tokens: {
|
2053
|
+
"next_token" => "next_token"
|
2054
|
+
}
|
2055
|
+
)
|
2056
|
+
end)
|
2057
|
+
|
907
2058
|
api.add_operation(:get_connections, Seahorse::Model::Operation.new.tap do |o|
|
908
2059
|
o.name = "GetConnections"
|
909
2060
|
o.http_method = "GET"
|
@@ -923,6 +2074,51 @@ module Aws::NetworkManager
|
|
923
2074
|
)
|
924
2075
|
end)
|
925
2076
|
|
2077
|
+
api.add_operation(:get_core_network, Seahorse::Model::Operation.new.tap do |o|
|
2078
|
+
o.name = "GetCoreNetwork"
|
2079
|
+
o.http_method = "GET"
|
2080
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}"
|
2081
|
+
o.input = Shapes::ShapeRef.new(shape: GetCoreNetworkRequest)
|
2082
|
+
o.output = Shapes::ShapeRef.new(shape: GetCoreNetworkResponse)
|
2083
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2084
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2085
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2086
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2087
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2088
|
+
end)
|
2089
|
+
|
2090
|
+
api.add_operation(:get_core_network_change_set, Seahorse::Model::Operation.new.tap do |o|
|
2091
|
+
o.name = "GetCoreNetworkChangeSet"
|
2092
|
+
o.http_method = "GET"
|
2093
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}"
|
2094
|
+
o.input = Shapes::ShapeRef.new(shape: GetCoreNetworkChangeSetRequest)
|
2095
|
+
o.output = Shapes::ShapeRef.new(shape: GetCoreNetworkChangeSetResponse)
|
2096
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2097
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2098
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2099
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2100
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2101
|
+
o[:pager] = Aws::Pager.new(
|
2102
|
+
limit_key: "max_results",
|
2103
|
+
tokens: {
|
2104
|
+
"next_token" => "next_token"
|
2105
|
+
}
|
2106
|
+
)
|
2107
|
+
end)
|
2108
|
+
|
2109
|
+
api.add_operation(:get_core_network_policy, Seahorse::Model::Operation.new.tap do |o|
|
2110
|
+
o.name = "GetCoreNetworkPolicy"
|
2111
|
+
o.http_method = "GET"
|
2112
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}/core-network-policy"
|
2113
|
+
o.input = Shapes::ShapeRef.new(shape: GetCoreNetworkPolicyRequest)
|
2114
|
+
o.output = Shapes::ShapeRef.new(shape: GetCoreNetworkPolicyResponse)
|
2115
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2116
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2117
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2118
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2119
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2120
|
+
end)
|
2121
|
+
|
926
2122
|
api.add_operation(:get_customer_gateway_associations, Seahorse::Model::Operation.new.tap do |o|
|
927
2123
|
o.name = "GetCustomerGatewayAssociations"
|
928
2124
|
o.http_method = "GET"
|
@@ -1000,6 +2196,132 @@ module Aws::NetworkManager
|
|
1000
2196
|
)
|
1001
2197
|
end)
|
1002
2198
|
|
2199
|
+
api.add_operation(:get_network_resource_counts, Seahorse::Model::Operation.new.tap do |o|
|
2200
|
+
o.name = "GetNetworkResourceCounts"
|
2201
|
+
o.http_method = "GET"
|
2202
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/network-resource-count"
|
2203
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkResourceCountsRequest)
|
2204
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkResourceCountsResponse)
|
2205
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2206
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2207
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2208
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2209
|
+
o[:pager] = Aws::Pager.new(
|
2210
|
+
limit_key: "max_results",
|
2211
|
+
tokens: {
|
2212
|
+
"next_token" => "next_token"
|
2213
|
+
}
|
2214
|
+
)
|
2215
|
+
end)
|
2216
|
+
|
2217
|
+
api.add_operation(:get_network_resource_relationships, Seahorse::Model::Operation.new.tap do |o|
|
2218
|
+
o.name = "GetNetworkResourceRelationships"
|
2219
|
+
o.http_method = "GET"
|
2220
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/network-resource-relationships"
|
2221
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkResourceRelationshipsRequest)
|
2222
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkResourceRelationshipsResponse)
|
2223
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2224
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2225
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2226
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2227
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2228
|
+
o[:pager] = Aws::Pager.new(
|
2229
|
+
limit_key: "max_results",
|
2230
|
+
tokens: {
|
2231
|
+
"next_token" => "next_token"
|
2232
|
+
}
|
2233
|
+
)
|
2234
|
+
end)
|
2235
|
+
|
2236
|
+
api.add_operation(:get_network_resources, Seahorse::Model::Operation.new.tap do |o|
|
2237
|
+
o.name = "GetNetworkResources"
|
2238
|
+
o.http_method = "GET"
|
2239
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/network-resources"
|
2240
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkResourcesRequest)
|
2241
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkResourcesResponse)
|
2242
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2243
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2244
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2245
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2246
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2247
|
+
o[:pager] = Aws::Pager.new(
|
2248
|
+
limit_key: "max_results",
|
2249
|
+
tokens: {
|
2250
|
+
"next_token" => "next_token"
|
2251
|
+
}
|
2252
|
+
)
|
2253
|
+
end)
|
2254
|
+
|
2255
|
+
api.add_operation(:get_network_routes, Seahorse::Model::Operation.new.tap do |o|
|
2256
|
+
o.name = "GetNetworkRoutes"
|
2257
|
+
o.http_method = "POST"
|
2258
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/network-routes"
|
2259
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkRoutesRequest)
|
2260
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkRoutesResponse)
|
2261
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2262
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2263
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2264
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2265
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2266
|
+
end)
|
2267
|
+
|
2268
|
+
api.add_operation(:get_network_telemetry, Seahorse::Model::Operation.new.tap do |o|
|
2269
|
+
o.name = "GetNetworkTelemetry"
|
2270
|
+
o.http_method = "GET"
|
2271
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/network-telemetry"
|
2272
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkTelemetryRequest)
|
2273
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkTelemetryResponse)
|
2274
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2275
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2276
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2277
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2278
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2279
|
+
o[:pager] = Aws::Pager.new(
|
2280
|
+
limit_key: "max_results",
|
2281
|
+
tokens: {
|
2282
|
+
"next_token" => "next_token"
|
2283
|
+
}
|
2284
|
+
)
|
2285
|
+
end)
|
2286
|
+
|
2287
|
+
api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
2288
|
+
o.name = "GetResourcePolicy"
|
2289
|
+
o.http_method = "GET"
|
2290
|
+
o.http_request_uri = "/resource-policy/{resourceArn}"
|
2291
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyRequest)
|
2292
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyResponse)
|
2293
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2294
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2295
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2296
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2297
|
+
end)
|
2298
|
+
|
2299
|
+
api.add_operation(:get_route_analysis, Seahorse::Model::Operation.new.tap do |o|
|
2300
|
+
o.name = "GetRouteAnalysis"
|
2301
|
+
o.http_method = "GET"
|
2302
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/route-analyses/{routeAnalysisId}"
|
2303
|
+
o.input = Shapes::ShapeRef.new(shape: GetRouteAnalysisRequest)
|
2304
|
+
o.output = Shapes::ShapeRef.new(shape: GetRouteAnalysisResponse)
|
2305
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2306
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2307
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2308
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2309
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2310
|
+
end)
|
2311
|
+
|
2312
|
+
api.add_operation(:get_site_to_site_vpn_attachment, Seahorse::Model::Operation.new.tap do |o|
|
2313
|
+
o.name = "GetSiteToSiteVpnAttachment"
|
2314
|
+
o.http_method = "GET"
|
2315
|
+
o.http_request_uri = "/site-to-site-vpn-attachments/{attachmentId}"
|
2316
|
+
o.input = Shapes::ShapeRef.new(shape: GetSiteToSiteVpnAttachmentRequest)
|
2317
|
+
o.output = Shapes::ShapeRef.new(shape: GetSiteToSiteVpnAttachmentResponse)
|
2318
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2319
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2320
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2321
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2322
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2323
|
+
end)
|
2324
|
+
|
1003
2325
|
api.add_operation(:get_sites, Seahorse::Model::Operation.new.tap do |o|
|
1004
2326
|
o.name = "GetSites"
|
1005
2327
|
o.http_method = "GET"
|
@@ -1058,6 +2380,92 @@ module Aws::NetworkManager
|
|
1058
2380
|
)
|
1059
2381
|
end)
|
1060
2382
|
|
2383
|
+
api.add_operation(:get_vpc_attachment, Seahorse::Model::Operation.new.tap do |o|
|
2384
|
+
o.name = "GetVpcAttachment"
|
2385
|
+
o.http_method = "GET"
|
2386
|
+
o.http_request_uri = "/vpc-attachments/{attachmentId}"
|
2387
|
+
o.input = Shapes::ShapeRef.new(shape: GetVpcAttachmentRequest)
|
2388
|
+
o.output = Shapes::ShapeRef.new(shape: GetVpcAttachmentResponse)
|
2389
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2390
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2391
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2392
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2393
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2394
|
+
end)
|
2395
|
+
|
2396
|
+
api.add_operation(:list_attachments, Seahorse::Model::Operation.new.tap do |o|
|
2397
|
+
o.name = "ListAttachments"
|
2398
|
+
o.http_method = "GET"
|
2399
|
+
o.http_request_uri = "/attachments"
|
2400
|
+
o.input = Shapes::ShapeRef.new(shape: ListAttachmentsRequest)
|
2401
|
+
o.output = Shapes::ShapeRef.new(shape: ListAttachmentsResponse)
|
2402
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2403
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2404
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2405
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2406
|
+
o[:pager] = Aws::Pager.new(
|
2407
|
+
limit_key: "max_results",
|
2408
|
+
tokens: {
|
2409
|
+
"next_token" => "next_token"
|
2410
|
+
}
|
2411
|
+
)
|
2412
|
+
end)
|
2413
|
+
|
2414
|
+
api.add_operation(:list_connect_peers, Seahorse::Model::Operation.new.tap do |o|
|
2415
|
+
o.name = "ListConnectPeers"
|
2416
|
+
o.http_method = "GET"
|
2417
|
+
o.http_request_uri = "/connect-peers"
|
2418
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectPeersRequest)
|
2419
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectPeersResponse)
|
2420
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2421
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2422
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2423
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2424
|
+
o[:pager] = Aws::Pager.new(
|
2425
|
+
limit_key: "max_results",
|
2426
|
+
tokens: {
|
2427
|
+
"next_token" => "next_token"
|
2428
|
+
}
|
2429
|
+
)
|
2430
|
+
end)
|
2431
|
+
|
2432
|
+
api.add_operation(:list_core_network_policy_versions, Seahorse::Model::Operation.new.tap do |o|
|
2433
|
+
o.name = "ListCoreNetworkPolicyVersions"
|
2434
|
+
o.http_method = "GET"
|
2435
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}/core-network-policy-versions"
|
2436
|
+
o.input = Shapes::ShapeRef.new(shape: ListCoreNetworkPolicyVersionsRequest)
|
2437
|
+
o.output = Shapes::ShapeRef.new(shape: ListCoreNetworkPolicyVersionsResponse)
|
2438
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2439
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2440
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2441
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2442
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2443
|
+
o[:pager] = Aws::Pager.new(
|
2444
|
+
limit_key: "max_results",
|
2445
|
+
tokens: {
|
2446
|
+
"next_token" => "next_token"
|
2447
|
+
}
|
2448
|
+
)
|
2449
|
+
end)
|
2450
|
+
|
2451
|
+
api.add_operation(:list_core_networks, Seahorse::Model::Operation.new.tap do |o|
|
2452
|
+
o.name = "ListCoreNetworks"
|
2453
|
+
o.http_method = "GET"
|
2454
|
+
o.http_request_uri = "/core-networks"
|
2455
|
+
o.input = Shapes::ShapeRef.new(shape: ListCoreNetworksRequest)
|
2456
|
+
o.output = Shapes::ShapeRef.new(shape: ListCoreNetworksResponse)
|
2457
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2458
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2459
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2460
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2461
|
+
o[:pager] = Aws::Pager.new(
|
2462
|
+
limit_key: "max_results",
|
2463
|
+
tokens: {
|
2464
|
+
"next_token" => "next_token"
|
2465
|
+
}
|
2466
|
+
)
|
2467
|
+
end)
|
2468
|
+
|
1061
2469
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1062
2470
|
o.name = "ListTagsForResource"
|
1063
2471
|
o.http_method = "GET"
|
@@ -1071,6 +2479,35 @@ module Aws::NetworkManager
|
|
1071
2479
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1072
2480
|
end)
|
1073
2481
|
|
2482
|
+
api.add_operation(:put_core_network_policy, Seahorse::Model::Operation.new.tap do |o|
|
2483
|
+
o.name = "PutCoreNetworkPolicy"
|
2484
|
+
o.http_method = "POST"
|
2485
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}/core-network-policy"
|
2486
|
+
o.input = Shapes::ShapeRef.new(shape: PutCoreNetworkPolicyRequest)
|
2487
|
+
o.output = Shapes::ShapeRef.new(shape: PutCoreNetworkPolicyResponse)
|
2488
|
+
o.errors << Shapes::ShapeRef.new(shape: CoreNetworkPolicyException)
|
2489
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2490
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2491
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2492
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2493
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2494
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2495
|
+
end)
|
2496
|
+
|
2497
|
+
api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
2498
|
+
o.name = "PutResourcePolicy"
|
2499
|
+
o.http_method = "POST"
|
2500
|
+
o.http_request_uri = "/resource-policy/{resourceArn}"
|
2501
|
+
o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyRequest)
|
2502
|
+
o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResponse)
|
2503
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2504
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2505
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2506
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2507
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2508
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2509
|
+
end)
|
2510
|
+
|
1074
2511
|
api.add_operation(:register_transit_gateway, Seahorse::Model::Operation.new.tap do |o|
|
1075
2512
|
o.name = "RegisterTransitGateway"
|
1076
2513
|
o.http_method = "POST"
|
@@ -1085,6 +2522,48 @@ module Aws::NetworkManager
|
|
1085
2522
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1086
2523
|
end)
|
1087
2524
|
|
2525
|
+
api.add_operation(:reject_attachment, Seahorse::Model::Operation.new.tap do |o|
|
2526
|
+
o.name = "RejectAttachment"
|
2527
|
+
o.http_method = "POST"
|
2528
|
+
o.http_request_uri = "/attachments/{attachmentId}/reject"
|
2529
|
+
o.input = Shapes::ShapeRef.new(shape: RejectAttachmentRequest)
|
2530
|
+
o.output = Shapes::ShapeRef.new(shape: RejectAttachmentResponse)
|
2531
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2532
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2533
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2534
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2535
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2536
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2537
|
+
end)
|
2538
|
+
|
2539
|
+
api.add_operation(:restore_core_network_policy_version, Seahorse::Model::Operation.new.tap do |o|
|
2540
|
+
o.name = "RestoreCoreNetworkPolicyVersion"
|
2541
|
+
o.http_method = "POST"
|
2542
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}/restore"
|
2543
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreCoreNetworkPolicyVersionRequest)
|
2544
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreCoreNetworkPolicyVersionResponse)
|
2545
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2546
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2547
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2548
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2549
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2550
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2551
|
+
end)
|
2552
|
+
|
2553
|
+
api.add_operation(:start_route_analysis, Seahorse::Model::Operation.new.tap do |o|
|
2554
|
+
o.name = "StartRouteAnalysis"
|
2555
|
+
o.http_method = "POST"
|
2556
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/route-analyses"
|
2557
|
+
o.input = Shapes::ShapeRef.new(shape: StartRouteAnalysisRequest)
|
2558
|
+
o.output = Shapes::ShapeRef.new(shape: StartRouteAnalysisResponse)
|
2559
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2560
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2561
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2562
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2563
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2564
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2565
|
+
end)
|
2566
|
+
|
1088
2567
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1089
2568
|
o.name = "TagResource"
|
1090
2569
|
o.http_method = "POST"
|
@@ -1128,6 +2607,20 @@ module Aws::NetworkManager
|
|
1128
2607
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1129
2608
|
end)
|
1130
2609
|
|
2610
|
+
api.add_operation(:update_core_network, Seahorse::Model::Operation.new.tap do |o|
|
2611
|
+
o.name = "UpdateCoreNetwork"
|
2612
|
+
o.http_method = "PATCH"
|
2613
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}"
|
2614
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCoreNetworkRequest)
|
2615
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCoreNetworkResponse)
|
2616
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2617
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2618
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2619
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2620
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2621
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2622
|
+
end)
|
2623
|
+
|
1131
2624
|
api.add_operation(:update_device, Seahorse::Model::Operation.new.tap do |o|
|
1132
2625
|
o.name = "UpdateDevice"
|
1133
2626
|
o.http_method = "PATCH"
|
@@ -1171,6 +2664,20 @@ module Aws::NetworkManager
|
|
1171
2664
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1172
2665
|
end)
|
1173
2666
|
|
2667
|
+
api.add_operation(:update_network_resource_metadata, Seahorse::Model::Operation.new.tap do |o|
|
2668
|
+
o.name = "UpdateNetworkResourceMetadata"
|
2669
|
+
o.http_method = "PATCH"
|
2670
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/network-resources/{resourceArn}/metadata"
|
2671
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateNetworkResourceMetadataRequest)
|
2672
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateNetworkResourceMetadataResponse)
|
2673
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2674
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2675
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2676
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2677
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2678
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2679
|
+
end)
|
2680
|
+
|
1174
2681
|
api.add_operation(:update_site, Seahorse::Model::Operation.new.tap do |o|
|
1175
2682
|
o.name = "UpdateSite"
|
1176
2683
|
o.http_method = "PATCH"
|
@@ -1184,6 +2691,20 @@ module Aws::NetworkManager
|
|
1184
2691
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1185
2692
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1186
2693
|
end)
|
2694
|
+
|
2695
|
+
api.add_operation(:update_vpc_attachment, Seahorse::Model::Operation.new.tap do |o|
|
2696
|
+
o.name = "UpdateVpcAttachment"
|
2697
|
+
o.http_method = "PATCH"
|
2698
|
+
o.http_request_uri = "/vpc-attachments/{attachmentId}"
|
2699
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateVpcAttachmentRequest)
|
2700
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateVpcAttachmentResponse)
|
2701
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2702
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2703
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2704
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2705
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2706
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2707
|
+
end)
|
1187
2708
|
end
|
1188
2709
|
|
1189
2710
|
end
|