aws-sdk-wickr 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-wickr/client.rb +4986 -0
- data/lib/aws-sdk-wickr/client_api.rb +1657 -0
- data/lib/aws-sdk-wickr/customizations.rb +0 -0
- data/lib/aws-sdk-wickr/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-wickr/endpoint_provider.rb +50 -0
- data/lib/aws-sdk-wickr/endpoints.rb +20 -0
- data/lib/aws-sdk-wickr/errors.rb +150 -0
- data/lib/aws-sdk-wickr/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-wickr/resource.rb +26 -0
- data/lib/aws-sdk-wickr/types.rb +3751 -0
- data/lib/aws-sdk-wickr/waiters.rb +15 -0
- data/lib/aws-sdk-wickr.rb +62 -0
- data/sig/client.rbs +822 -0
- data/sig/errors.rbs +37 -0
- data/sig/resource.rbs +85 -0
- data/sig/types.rbs +974 -0
- data/sig/waiters.rbs +13 -0
- metadata +97 -0
|
@@ -0,0 +1,1657 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
|
4
|
+
#
|
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
|
+
#
|
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
module Aws::Wickr
|
|
12
|
+
# @api private
|
|
13
|
+
module ClientApi
|
|
14
|
+
|
|
15
|
+
include Seahorse::Model
|
|
16
|
+
|
|
17
|
+
AccessLevel = Shapes::StringShape.new(name: 'AccessLevel')
|
|
18
|
+
AppIds = Shapes::ListShape.new(name: 'AppIds')
|
|
19
|
+
BadRequestError = Shapes::StructureShape.new(name: 'BadRequestError')
|
|
20
|
+
BasicDeviceObject = Shapes::StructureShape.new(name: 'BasicDeviceObject')
|
|
21
|
+
BatchCreateUserRequest = Shapes::StructureShape.new(name: 'BatchCreateUserRequest')
|
|
22
|
+
BatchCreateUserRequestItem = Shapes::StructureShape.new(name: 'BatchCreateUserRequestItem')
|
|
23
|
+
BatchCreateUserRequestItems = Shapes::ListShape.new(name: 'BatchCreateUserRequestItems')
|
|
24
|
+
BatchCreateUserResponse = Shapes::StructureShape.new(name: 'BatchCreateUserResponse')
|
|
25
|
+
BatchDeleteUserRequest = Shapes::StructureShape.new(name: 'BatchDeleteUserRequest')
|
|
26
|
+
BatchDeleteUserResponse = Shapes::StructureShape.new(name: 'BatchDeleteUserResponse')
|
|
27
|
+
BatchDeviceErrorResponseItem = Shapes::StructureShape.new(name: 'BatchDeviceErrorResponseItem')
|
|
28
|
+
BatchDeviceErrorResponseItems = Shapes::ListShape.new(name: 'BatchDeviceErrorResponseItems')
|
|
29
|
+
BatchDeviceSuccessResponseItem = Shapes::StructureShape.new(name: 'BatchDeviceSuccessResponseItem')
|
|
30
|
+
BatchDeviceSuccessResponseItems = Shapes::ListShape.new(name: 'BatchDeviceSuccessResponseItems')
|
|
31
|
+
BatchLookupUserUnameRequest = Shapes::StructureShape.new(name: 'BatchLookupUserUnameRequest')
|
|
32
|
+
BatchLookupUserUnameResponse = Shapes::StructureShape.new(name: 'BatchLookupUserUnameResponse')
|
|
33
|
+
BatchReinviteUserRequest = Shapes::StructureShape.new(name: 'BatchReinviteUserRequest')
|
|
34
|
+
BatchReinviteUserResponse = Shapes::StructureShape.new(name: 'BatchReinviteUserResponse')
|
|
35
|
+
BatchResetDevicesForUserRequest = Shapes::StructureShape.new(name: 'BatchResetDevicesForUserRequest')
|
|
36
|
+
BatchResetDevicesForUserResponse = Shapes::StructureShape.new(name: 'BatchResetDevicesForUserResponse')
|
|
37
|
+
BatchToggleUserSuspendStatusRequest = Shapes::StructureShape.new(name: 'BatchToggleUserSuspendStatusRequest')
|
|
38
|
+
BatchToggleUserSuspendStatusResponse = Shapes::StructureShape.new(name: 'BatchToggleUserSuspendStatusResponse')
|
|
39
|
+
BatchUnameErrorResponseItem = Shapes::StructureShape.new(name: 'BatchUnameErrorResponseItem')
|
|
40
|
+
BatchUnameErrorResponseItems = Shapes::ListShape.new(name: 'BatchUnameErrorResponseItems')
|
|
41
|
+
BatchUnameSuccessResponseItem = Shapes::StructureShape.new(name: 'BatchUnameSuccessResponseItem')
|
|
42
|
+
BatchUnameSuccessResponseItems = Shapes::ListShape.new(name: 'BatchUnameSuccessResponseItems')
|
|
43
|
+
BatchUserErrorResponseItem = Shapes::StructureShape.new(name: 'BatchUserErrorResponseItem')
|
|
44
|
+
BatchUserErrorResponseItems = Shapes::ListShape.new(name: 'BatchUserErrorResponseItems')
|
|
45
|
+
BatchUserSuccessResponseItem = Shapes::StructureShape.new(name: 'BatchUserSuccessResponseItem')
|
|
46
|
+
BatchUserSuccessResponseItems = Shapes::ListShape.new(name: 'BatchUserSuccessResponseItems')
|
|
47
|
+
BlockedGuestUser = Shapes::StructureShape.new(name: 'BlockedGuestUser')
|
|
48
|
+
BlockedGuestUserList = Shapes::ListShape.new(name: 'BlockedGuestUserList')
|
|
49
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
50
|
+
Bot = Shapes::StructureShape.new(name: 'Bot')
|
|
51
|
+
BotId = Shapes::StringShape.new(name: 'BotId')
|
|
52
|
+
BotStatus = Shapes::IntegerShape.new(name: 'BotStatus')
|
|
53
|
+
Bots = Shapes::ListShape.new(name: 'Bots')
|
|
54
|
+
CallingSettings = Shapes::StructureShape.new(name: 'CallingSettings')
|
|
55
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
56
|
+
CreateBotRequest = Shapes::StructureShape.new(name: 'CreateBotRequest')
|
|
57
|
+
CreateBotResponse = Shapes::StructureShape.new(name: 'CreateBotResponse')
|
|
58
|
+
CreateDataRetentionBotChallengeRequest = Shapes::StructureShape.new(name: 'CreateDataRetentionBotChallengeRequest')
|
|
59
|
+
CreateDataRetentionBotChallengeResponse = Shapes::StructureShape.new(name: 'CreateDataRetentionBotChallengeResponse')
|
|
60
|
+
CreateDataRetentionBotRequest = Shapes::StructureShape.new(name: 'CreateDataRetentionBotRequest')
|
|
61
|
+
CreateDataRetentionBotResponse = Shapes::StructureShape.new(name: 'CreateDataRetentionBotResponse')
|
|
62
|
+
CreateNetworkRequest = Shapes::StructureShape.new(name: 'CreateNetworkRequest')
|
|
63
|
+
CreateNetworkResponse = Shapes::StructureShape.new(name: 'CreateNetworkResponse')
|
|
64
|
+
CreateSecurityGroupRequest = Shapes::StructureShape.new(name: 'CreateSecurityGroupRequest')
|
|
65
|
+
CreateSecurityGroupResponse = Shapes::StructureShape.new(name: 'CreateSecurityGroupResponse')
|
|
66
|
+
DataRetentionActionType = Shapes::StringShape.new(name: 'DataRetentionActionType')
|
|
67
|
+
DeleteBotRequest = Shapes::StructureShape.new(name: 'DeleteBotRequest')
|
|
68
|
+
DeleteBotResponse = Shapes::StructureShape.new(name: 'DeleteBotResponse')
|
|
69
|
+
DeleteDataRetentionBotRequest = Shapes::StructureShape.new(name: 'DeleteDataRetentionBotRequest')
|
|
70
|
+
DeleteDataRetentionBotResponse = Shapes::StructureShape.new(name: 'DeleteDataRetentionBotResponse')
|
|
71
|
+
DeleteNetworkRequest = Shapes::StructureShape.new(name: 'DeleteNetworkRequest')
|
|
72
|
+
DeleteNetworkResponse = Shapes::StructureShape.new(name: 'DeleteNetworkResponse')
|
|
73
|
+
DeleteSecurityGroupRequest = Shapes::StructureShape.new(name: 'DeleteSecurityGroupRequest')
|
|
74
|
+
DeleteSecurityGroupResponse = Shapes::StructureShape.new(name: 'DeleteSecurityGroupResponse')
|
|
75
|
+
Devices = Shapes::ListShape.new(name: 'Devices')
|
|
76
|
+
ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
|
|
77
|
+
ErrorDetailList = Shapes::ListShape.new(name: 'ErrorDetailList')
|
|
78
|
+
ForbiddenError = Shapes::StructureShape.new(name: 'ForbiddenError')
|
|
79
|
+
GenericString = Shapes::StringShape.new(name: 'GenericString')
|
|
80
|
+
GetBotRequest = Shapes::StructureShape.new(name: 'GetBotRequest')
|
|
81
|
+
GetBotResponse = Shapes::StructureShape.new(name: 'GetBotResponse')
|
|
82
|
+
GetBotsCountRequest = Shapes::StructureShape.new(name: 'GetBotsCountRequest')
|
|
83
|
+
GetBotsCountResponse = Shapes::StructureShape.new(name: 'GetBotsCountResponse')
|
|
84
|
+
GetDataRetentionBotRequest = Shapes::StructureShape.new(name: 'GetDataRetentionBotRequest')
|
|
85
|
+
GetDataRetentionBotResponse = Shapes::StructureShape.new(name: 'GetDataRetentionBotResponse')
|
|
86
|
+
GetGuestUserHistoryCountRequest = Shapes::StructureShape.new(name: 'GetGuestUserHistoryCountRequest')
|
|
87
|
+
GetGuestUserHistoryCountResponse = Shapes::StructureShape.new(name: 'GetGuestUserHistoryCountResponse')
|
|
88
|
+
GetNetworkRequest = Shapes::StructureShape.new(name: 'GetNetworkRequest')
|
|
89
|
+
GetNetworkResponse = Shapes::StructureShape.new(name: 'GetNetworkResponse')
|
|
90
|
+
GetNetworkSettingsRequest = Shapes::StructureShape.new(name: 'GetNetworkSettingsRequest')
|
|
91
|
+
GetNetworkSettingsResponse = Shapes::StructureShape.new(name: 'GetNetworkSettingsResponse')
|
|
92
|
+
GetOidcInfoRequest = Shapes::StructureShape.new(name: 'GetOidcInfoRequest')
|
|
93
|
+
GetOidcInfoResponse = Shapes::StructureShape.new(name: 'GetOidcInfoResponse')
|
|
94
|
+
GetSecurityGroupRequest = Shapes::StructureShape.new(name: 'GetSecurityGroupRequest')
|
|
95
|
+
GetSecurityGroupResponse = Shapes::StructureShape.new(name: 'GetSecurityGroupResponse')
|
|
96
|
+
GetUserRequest = Shapes::StructureShape.new(name: 'GetUserRequest')
|
|
97
|
+
GetUserResponse = Shapes::StructureShape.new(name: 'GetUserResponse')
|
|
98
|
+
GetUsersCountRequest = Shapes::StructureShape.new(name: 'GetUsersCountRequest')
|
|
99
|
+
GetUsersCountResponse = Shapes::StructureShape.new(name: 'GetUsersCountResponse')
|
|
100
|
+
GuestUser = Shapes::StructureShape.new(name: 'GuestUser')
|
|
101
|
+
GuestUserHistoryCount = Shapes::StructureShape.new(name: 'GuestUserHistoryCount')
|
|
102
|
+
GuestUserHistoryCountList = Shapes::ListShape.new(name: 'GuestUserHistoryCountList')
|
|
103
|
+
GuestUserList = Shapes::ListShape.new(name: 'GuestUserList')
|
|
104
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
105
|
+
InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
|
|
106
|
+
ListBlockedGuestUsersRequest = Shapes::StructureShape.new(name: 'ListBlockedGuestUsersRequest')
|
|
107
|
+
ListBlockedGuestUsersResponse = Shapes::StructureShape.new(name: 'ListBlockedGuestUsersResponse')
|
|
108
|
+
ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
|
|
109
|
+
ListBotsResponse = Shapes::StructureShape.new(name: 'ListBotsResponse')
|
|
110
|
+
ListDevicesForUserRequest = Shapes::StructureShape.new(name: 'ListDevicesForUserRequest')
|
|
111
|
+
ListDevicesForUserResponse = Shapes::StructureShape.new(name: 'ListDevicesForUserResponse')
|
|
112
|
+
ListGuestUsersRequest = Shapes::StructureShape.new(name: 'ListGuestUsersRequest')
|
|
113
|
+
ListGuestUsersResponse = Shapes::StructureShape.new(name: 'ListGuestUsersResponse')
|
|
114
|
+
ListNetworksRequest = Shapes::StructureShape.new(name: 'ListNetworksRequest')
|
|
115
|
+
ListNetworksResponse = Shapes::StructureShape.new(name: 'ListNetworksResponse')
|
|
116
|
+
ListSecurityGroupUsersRequest = Shapes::StructureShape.new(name: 'ListSecurityGroupUsersRequest')
|
|
117
|
+
ListSecurityGroupUsersResponse = Shapes::StructureShape.new(name: 'ListSecurityGroupUsersResponse')
|
|
118
|
+
ListSecurityGroupsRequest = Shapes::StructureShape.new(name: 'ListSecurityGroupsRequest')
|
|
119
|
+
ListSecurityGroupsResponse = Shapes::StructureShape.new(name: 'ListSecurityGroupsResponse')
|
|
120
|
+
ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
|
|
121
|
+
ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
|
|
122
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
123
|
+
Network = Shapes::StructureShape.new(name: 'Network')
|
|
124
|
+
NetworkId = Shapes::StringShape.new(name: 'NetworkId')
|
|
125
|
+
NetworkList = Shapes::ListShape.new(name: 'NetworkList')
|
|
126
|
+
NetworkSettings = Shapes::StructureShape.new(name: 'NetworkSettings')
|
|
127
|
+
OidcConfigInfo = Shapes::StructureShape.new(name: 'OidcConfigInfo')
|
|
128
|
+
OidcConfigInfoApplicationIdInteger = Shapes::IntegerShape.new(name: 'OidcConfigInfoApplicationIdInteger')
|
|
129
|
+
OidcTokenInfo = Shapes::StructureShape.new(name: 'OidcTokenInfo')
|
|
130
|
+
PasswordRequirements = Shapes::StructureShape.new(name: 'PasswordRequirements')
|
|
131
|
+
PermittedNetworksList = Shapes::ListShape.new(name: 'PermittedNetworksList')
|
|
132
|
+
PermittedWickrEnterpriseNetwork = Shapes::StructureShape.new(name: 'PermittedWickrEnterpriseNetwork')
|
|
133
|
+
PermittedWickrEnterpriseNetworksList = Shapes::ListShape.new(name: 'PermittedWickrEnterpriseNetworksList')
|
|
134
|
+
RateLimitError = Shapes::StructureShape.new(name: 'RateLimitError')
|
|
135
|
+
ReadReceiptConfig = Shapes::StructureShape.new(name: 'ReadReceiptConfig')
|
|
136
|
+
RegisterOidcConfigRequest = Shapes::StructureShape.new(name: 'RegisterOidcConfigRequest')
|
|
137
|
+
RegisterOidcConfigResponse = Shapes::StructureShape.new(name: 'RegisterOidcConfigResponse')
|
|
138
|
+
RegisterOidcConfigResponseApplicationIdInteger = Shapes::IntegerShape.new(name: 'RegisterOidcConfigResponseApplicationIdInteger')
|
|
139
|
+
RegisterOidcConfigTestRequest = Shapes::StructureShape.new(name: 'RegisterOidcConfigTestRequest')
|
|
140
|
+
RegisterOidcConfigTestResponse = Shapes::StructureShape.new(name: 'RegisterOidcConfigTestResponse')
|
|
141
|
+
ResourceNotFoundError = Shapes::StructureShape.new(name: 'ResourceNotFoundError')
|
|
142
|
+
SecurityGroup = Shapes::StructureShape.new(name: 'SecurityGroup')
|
|
143
|
+
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
|
144
|
+
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
|
145
|
+
SecurityGroupList = Shapes::ListShape.new(name: 'SecurityGroupList')
|
|
146
|
+
SecurityGroupSettings = Shapes::StructureShape.new(name: 'SecurityGroupSettings')
|
|
147
|
+
SecurityGroupSettingsRequest = Shapes::StructureShape.new(name: 'SecurityGroupSettingsRequest')
|
|
148
|
+
SecurityGroupStringList = Shapes::ListShape.new(name: 'SecurityGroupStringList')
|
|
149
|
+
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
|
150
|
+
Setting = Shapes::StructureShape.new(name: 'Setting')
|
|
151
|
+
SettingsList = Shapes::ListShape.new(name: 'SettingsList')
|
|
152
|
+
ShredderSettings = Shapes::StructureShape.new(name: 'ShredderSettings')
|
|
153
|
+
SortDirection = Shapes::StringShape.new(name: 'SortDirection')
|
|
154
|
+
Status = Shapes::StringShape.new(name: 'Status')
|
|
155
|
+
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
156
|
+
SyntheticTimestamp_epoch_seconds = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_epoch_seconds', timestampFormat: "unixTimestamp")
|
|
157
|
+
Uname = Shapes::StringShape.new(name: 'Uname')
|
|
158
|
+
Unames = Shapes::ListShape.new(name: 'Unames')
|
|
159
|
+
UnauthorizedError = Shapes::StructureShape.new(name: 'UnauthorizedError')
|
|
160
|
+
UpdateBotRequest = Shapes::StructureShape.new(name: 'UpdateBotRequest')
|
|
161
|
+
UpdateBotResponse = Shapes::StructureShape.new(name: 'UpdateBotResponse')
|
|
162
|
+
UpdateDataRetentionRequest = Shapes::StructureShape.new(name: 'UpdateDataRetentionRequest')
|
|
163
|
+
UpdateDataRetentionResponse = Shapes::StructureShape.new(name: 'UpdateDataRetentionResponse')
|
|
164
|
+
UpdateGuestUserRequest = Shapes::StructureShape.new(name: 'UpdateGuestUserRequest')
|
|
165
|
+
UpdateGuestUserResponse = Shapes::StructureShape.new(name: 'UpdateGuestUserResponse')
|
|
166
|
+
UpdateNetworkRequest = Shapes::StructureShape.new(name: 'UpdateNetworkRequest')
|
|
167
|
+
UpdateNetworkResponse = Shapes::StructureShape.new(name: 'UpdateNetworkResponse')
|
|
168
|
+
UpdateNetworkSettingsRequest = Shapes::StructureShape.new(name: 'UpdateNetworkSettingsRequest')
|
|
169
|
+
UpdateNetworkSettingsResponse = Shapes::StructureShape.new(name: 'UpdateNetworkSettingsResponse')
|
|
170
|
+
UpdateSecurityGroupRequest = Shapes::StructureShape.new(name: 'UpdateSecurityGroupRequest')
|
|
171
|
+
UpdateSecurityGroupResponse = Shapes::StructureShape.new(name: 'UpdateSecurityGroupResponse')
|
|
172
|
+
UpdateUserDetails = Shapes::StructureShape.new(name: 'UpdateUserDetails')
|
|
173
|
+
UpdateUserRequest = Shapes::StructureShape.new(name: 'UpdateUserRequest')
|
|
174
|
+
UpdateUserResponse = Shapes::StructureShape.new(name: 'UpdateUserResponse')
|
|
175
|
+
User = Shapes::StructureShape.new(name: 'User')
|
|
176
|
+
UserId = Shapes::StringShape.new(name: 'UserId')
|
|
177
|
+
UserIds = Shapes::ListShape.new(name: 'UserIds')
|
|
178
|
+
UserStatus = Shapes::IntegerShape.new(name: 'UserStatus')
|
|
179
|
+
Users = Shapes::ListShape.new(name: 'Users')
|
|
180
|
+
ValidationError = Shapes::StructureShape.new(name: 'ValidationError')
|
|
181
|
+
WickrAwsNetworks = Shapes::StructureShape.new(name: 'WickrAwsNetworks')
|
|
182
|
+
WickrAwsNetworksList = Shapes::ListShape.new(name: 'WickrAwsNetworksList')
|
|
183
|
+
|
|
184
|
+
AppIds.member = Shapes::ShapeRef.new(shape: GenericString)
|
|
185
|
+
|
|
186
|
+
BadRequestError.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
187
|
+
BadRequestError.struct_class = Types::BadRequestError
|
|
188
|
+
|
|
189
|
+
BasicDeviceObject.add_member(:app_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "appId"))
|
|
190
|
+
BasicDeviceObject.add_member(:created, Shapes::ShapeRef.new(shape: GenericString, location_name: "created"))
|
|
191
|
+
BasicDeviceObject.add_member(:last_login, Shapes::ShapeRef.new(shape: GenericString, location_name: "lastLogin"))
|
|
192
|
+
BasicDeviceObject.add_member(:status_text, Shapes::ShapeRef.new(shape: GenericString, location_name: "statusText"))
|
|
193
|
+
BasicDeviceObject.add_member(:suspend, Shapes::ShapeRef.new(shape: Boolean, location_name: "suspend"))
|
|
194
|
+
BasicDeviceObject.add_member(:type, Shapes::ShapeRef.new(shape: GenericString, location_name: "type"))
|
|
195
|
+
BasicDeviceObject.struct_class = Types::BasicDeviceObject
|
|
196
|
+
|
|
197
|
+
BatchCreateUserRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
198
|
+
BatchCreateUserRequest.add_member(:users, Shapes::ShapeRef.new(shape: BatchCreateUserRequestItems, required: true, location_name: "users"))
|
|
199
|
+
BatchCreateUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Client-Token", metadata: {"idempotencyToken" => true}))
|
|
200
|
+
BatchCreateUserRequest.struct_class = Types::BatchCreateUserRequest
|
|
201
|
+
|
|
202
|
+
BatchCreateUserRequestItem.add_member(:first_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "firstName"))
|
|
203
|
+
BatchCreateUserRequestItem.add_member(:last_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "lastName"))
|
|
204
|
+
BatchCreateUserRequestItem.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, required: true, location_name: "securityGroupIds"))
|
|
205
|
+
BatchCreateUserRequestItem.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "username"))
|
|
206
|
+
BatchCreateUserRequestItem.add_member(:invite_code, Shapes::ShapeRef.new(shape: GenericString, location_name: "inviteCode"))
|
|
207
|
+
BatchCreateUserRequestItem.add_member(:invite_code_ttl, Shapes::ShapeRef.new(shape: Integer, location_name: "inviteCodeTtl"))
|
|
208
|
+
BatchCreateUserRequestItem.add_member(:code_validation, Shapes::ShapeRef.new(shape: Boolean, location_name: "codeValidation"))
|
|
209
|
+
BatchCreateUserRequestItem.struct_class = Types::BatchCreateUserRequestItem
|
|
210
|
+
|
|
211
|
+
BatchCreateUserRequestItems.member = Shapes::ShapeRef.new(shape: BatchCreateUserRequestItem)
|
|
212
|
+
|
|
213
|
+
BatchCreateUserResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
214
|
+
BatchCreateUserResponse.add_member(:successful, Shapes::ShapeRef.new(shape: Users, location_name: "successful"))
|
|
215
|
+
BatchCreateUserResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchUserErrorResponseItems, location_name: "failed"))
|
|
216
|
+
BatchCreateUserResponse.struct_class = Types::BatchCreateUserResponse
|
|
217
|
+
|
|
218
|
+
BatchDeleteUserRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
219
|
+
BatchDeleteUserRequest.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIds, required: true, location_name: "userIds"))
|
|
220
|
+
BatchDeleteUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Client-Token", metadata: {"idempotencyToken" => true}))
|
|
221
|
+
BatchDeleteUserRequest.struct_class = Types::BatchDeleteUserRequest
|
|
222
|
+
|
|
223
|
+
BatchDeleteUserResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
224
|
+
BatchDeleteUserResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchUserSuccessResponseItems, location_name: "successful"))
|
|
225
|
+
BatchDeleteUserResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchUserErrorResponseItems, location_name: "failed"))
|
|
226
|
+
BatchDeleteUserResponse.struct_class = Types::BatchDeleteUserResponse
|
|
227
|
+
|
|
228
|
+
BatchDeviceErrorResponseItem.add_member(:field, Shapes::ShapeRef.new(shape: GenericString, location_name: "field"))
|
|
229
|
+
BatchDeviceErrorResponseItem.add_member(:reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "reason"))
|
|
230
|
+
BatchDeviceErrorResponseItem.add_member(:app_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "appId"))
|
|
231
|
+
BatchDeviceErrorResponseItem.struct_class = Types::BatchDeviceErrorResponseItem
|
|
232
|
+
|
|
233
|
+
BatchDeviceErrorResponseItems.member = Shapes::ShapeRef.new(shape: BatchDeviceErrorResponseItem)
|
|
234
|
+
|
|
235
|
+
BatchDeviceSuccessResponseItem.add_member(:app_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "appId"))
|
|
236
|
+
BatchDeviceSuccessResponseItem.struct_class = Types::BatchDeviceSuccessResponseItem
|
|
237
|
+
|
|
238
|
+
BatchDeviceSuccessResponseItems.member = Shapes::ShapeRef.new(shape: BatchDeviceSuccessResponseItem)
|
|
239
|
+
|
|
240
|
+
BatchLookupUserUnameRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
241
|
+
BatchLookupUserUnameRequest.add_member(:unames, Shapes::ShapeRef.new(shape: Unames, required: true, location_name: "unames"))
|
|
242
|
+
BatchLookupUserUnameRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Client-Token", metadata: {"idempotencyToken" => true}))
|
|
243
|
+
BatchLookupUserUnameRequest.struct_class = Types::BatchLookupUserUnameRequest
|
|
244
|
+
|
|
245
|
+
BatchLookupUserUnameResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
246
|
+
BatchLookupUserUnameResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchUnameSuccessResponseItems, location_name: "successful"))
|
|
247
|
+
BatchLookupUserUnameResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchUnameErrorResponseItems, location_name: "failed"))
|
|
248
|
+
BatchLookupUserUnameResponse.struct_class = Types::BatchLookupUserUnameResponse
|
|
249
|
+
|
|
250
|
+
BatchReinviteUserRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
251
|
+
BatchReinviteUserRequest.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIds, required: true, location_name: "userIds"))
|
|
252
|
+
BatchReinviteUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Client-Token", metadata: {"idempotencyToken" => true}))
|
|
253
|
+
BatchReinviteUserRequest.struct_class = Types::BatchReinviteUserRequest
|
|
254
|
+
|
|
255
|
+
BatchReinviteUserResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
256
|
+
BatchReinviteUserResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchUserSuccessResponseItems, location_name: "successful"))
|
|
257
|
+
BatchReinviteUserResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchUserErrorResponseItems, location_name: "failed"))
|
|
258
|
+
BatchReinviteUserResponse.struct_class = Types::BatchReinviteUserResponse
|
|
259
|
+
|
|
260
|
+
BatchResetDevicesForUserRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
261
|
+
BatchResetDevicesForUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
|
|
262
|
+
BatchResetDevicesForUserRequest.add_member(:app_ids, Shapes::ShapeRef.new(shape: AppIds, required: true, location_name: "appIds"))
|
|
263
|
+
BatchResetDevicesForUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Client-Token", metadata: {"idempotencyToken" => true}))
|
|
264
|
+
BatchResetDevicesForUserRequest.struct_class = Types::BatchResetDevicesForUserRequest
|
|
265
|
+
|
|
266
|
+
BatchResetDevicesForUserResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
267
|
+
BatchResetDevicesForUserResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchDeviceSuccessResponseItems, location_name: "successful"))
|
|
268
|
+
BatchResetDevicesForUserResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDeviceErrorResponseItems, location_name: "failed"))
|
|
269
|
+
BatchResetDevicesForUserResponse.struct_class = Types::BatchResetDevicesForUserResponse
|
|
270
|
+
|
|
271
|
+
BatchToggleUserSuspendStatusRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
272
|
+
BatchToggleUserSuspendStatusRequest.add_member(:suspend, Shapes::ShapeRef.new(shape: Boolean, required: true, location: "querystring", location_name: "suspend"))
|
|
273
|
+
BatchToggleUserSuspendStatusRequest.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIds, required: true, location_name: "userIds"))
|
|
274
|
+
BatchToggleUserSuspendStatusRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Client-Token", metadata: {"idempotencyToken" => true}))
|
|
275
|
+
BatchToggleUserSuspendStatusRequest.struct_class = Types::BatchToggleUserSuspendStatusRequest
|
|
276
|
+
|
|
277
|
+
BatchToggleUserSuspendStatusResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
278
|
+
BatchToggleUserSuspendStatusResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchUserSuccessResponseItems, location_name: "successful"))
|
|
279
|
+
BatchToggleUserSuspendStatusResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchUserErrorResponseItems, location_name: "failed"))
|
|
280
|
+
BatchToggleUserSuspendStatusResponse.struct_class = Types::BatchToggleUserSuspendStatusResponse
|
|
281
|
+
|
|
282
|
+
BatchUnameErrorResponseItem.add_member(:field, Shapes::ShapeRef.new(shape: GenericString, location_name: "field"))
|
|
283
|
+
BatchUnameErrorResponseItem.add_member(:reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "reason"))
|
|
284
|
+
BatchUnameErrorResponseItem.add_member(:uname, Shapes::ShapeRef.new(shape: Uname, required: true, location_name: "uname"))
|
|
285
|
+
BatchUnameErrorResponseItem.struct_class = Types::BatchUnameErrorResponseItem
|
|
286
|
+
|
|
287
|
+
BatchUnameErrorResponseItems.member = Shapes::ShapeRef.new(shape: BatchUnameErrorResponseItem)
|
|
288
|
+
|
|
289
|
+
BatchUnameSuccessResponseItem.add_member(:uname, Shapes::ShapeRef.new(shape: Uname, required: true, location_name: "uname"))
|
|
290
|
+
BatchUnameSuccessResponseItem.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "username"))
|
|
291
|
+
BatchUnameSuccessResponseItem.struct_class = Types::BatchUnameSuccessResponseItem
|
|
292
|
+
|
|
293
|
+
BatchUnameSuccessResponseItems.member = Shapes::ShapeRef.new(shape: BatchUnameSuccessResponseItem)
|
|
294
|
+
|
|
295
|
+
BatchUserErrorResponseItem.add_member(:field, Shapes::ShapeRef.new(shape: GenericString, location_name: "field"))
|
|
296
|
+
BatchUserErrorResponseItem.add_member(:reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "reason"))
|
|
297
|
+
BatchUserErrorResponseItem.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "userId"))
|
|
298
|
+
BatchUserErrorResponseItem.struct_class = Types::BatchUserErrorResponseItem
|
|
299
|
+
|
|
300
|
+
BatchUserErrorResponseItems.member = Shapes::ShapeRef.new(shape: BatchUserErrorResponseItem)
|
|
301
|
+
|
|
302
|
+
BatchUserSuccessResponseItem.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "userId"))
|
|
303
|
+
BatchUserSuccessResponseItem.struct_class = Types::BatchUserSuccessResponseItem
|
|
304
|
+
|
|
305
|
+
BatchUserSuccessResponseItems.member = Shapes::ShapeRef.new(shape: BatchUserSuccessResponseItem)
|
|
306
|
+
|
|
307
|
+
BlockedGuestUser.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "username"))
|
|
308
|
+
BlockedGuestUser.add_member(:admin, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "admin"))
|
|
309
|
+
BlockedGuestUser.add_member(:modified, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "modified"))
|
|
310
|
+
BlockedGuestUser.add_member(:username_hash, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "usernameHash"))
|
|
311
|
+
BlockedGuestUser.struct_class = Types::BlockedGuestUser
|
|
312
|
+
|
|
313
|
+
BlockedGuestUserList.member = Shapes::ShapeRef.new(shape: BlockedGuestUser)
|
|
314
|
+
|
|
315
|
+
Bot.add_member(:bot_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "botId"))
|
|
316
|
+
Bot.add_member(:display_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "displayName"))
|
|
317
|
+
Bot.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, location_name: "username"))
|
|
318
|
+
Bot.add_member(:uname, Shapes::ShapeRef.new(shape: GenericString, location_name: "uname"))
|
|
319
|
+
Bot.add_member(:pubkey, Shapes::ShapeRef.new(shape: GenericString, location_name: "pubkey"))
|
|
320
|
+
Bot.add_member(:status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "status"))
|
|
321
|
+
Bot.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "groupId"))
|
|
322
|
+
Bot.add_member(:has_challenge, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasChallenge"))
|
|
323
|
+
Bot.add_member(:suspended, Shapes::ShapeRef.new(shape: Boolean, location_name: "suspended"))
|
|
324
|
+
Bot.add_member(:last_login, Shapes::ShapeRef.new(shape: GenericString, location_name: "lastLogin"))
|
|
325
|
+
Bot.struct_class = Types::Bot
|
|
326
|
+
|
|
327
|
+
Bots.member = Shapes::ShapeRef.new(shape: Bot)
|
|
328
|
+
|
|
329
|
+
CallingSettings.add_member(:can_start_11_call, Shapes::ShapeRef.new(shape: Boolean, location_name: "canStart11Call"))
|
|
330
|
+
CallingSettings.add_member(:can_video_call, Shapes::ShapeRef.new(shape: Boolean, location_name: "canVideoCall"))
|
|
331
|
+
CallingSettings.add_member(:force_tcp_call, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceTcpCall"))
|
|
332
|
+
CallingSettings.struct_class = Types::CallingSettings
|
|
333
|
+
|
|
334
|
+
CreateBotRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
335
|
+
CreateBotRequest.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "username"))
|
|
336
|
+
CreateBotRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "displayName"))
|
|
337
|
+
CreateBotRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "groupId"))
|
|
338
|
+
CreateBotRequest.add_member(:challenge, Shapes::ShapeRef.new(shape: SensitiveString, required: true, location_name: "challenge"))
|
|
339
|
+
CreateBotRequest.struct_class = Types::CreateBotRequest
|
|
340
|
+
|
|
341
|
+
CreateBotResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
342
|
+
CreateBotResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: BotId, required: true, location_name: "botId"))
|
|
343
|
+
CreateBotResponse.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, location_name: "networkId"))
|
|
344
|
+
CreateBotResponse.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, location_name: "username"))
|
|
345
|
+
CreateBotResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "displayName"))
|
|
346
|
+
CreateBotResponse.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "groupId"))
|
|
347
|
+
CreateBotResponse.struct_class = Types::CreateBotResponse
|
|
348
|
+
|
|
349
|
+
CreateDataRetentionBotChallengeRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
350
|
+
CreateDataRetentionBotChallengeRequest.struct_class = Types::CreateDataRetentionBotChallengeRequest
|
|
351
|
+
|
|
352
|
+
CreateDataRetentionBotChallengeResponse.add_member(:challenge, Shapes::ShapeRef.new(shape: SensitiveString, required: true, location_name: "challenge"))
|
|
353
|
+
CreateDataRetentionBotChallengeResponse.struct_class = Types::CreateDataRetentionBotChallengeResponse
|
|
354
|
+
|
|
355
|
+
CreateDataRetentionBotRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
356
|
+
CreateDataRetentionBotRequest.struct_class = Types::CreateDataRetentionBotRequest
|
|
357
|
+
|
|
358
|
+
CreateDataRetentionBotResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
359
|
+
CreateDataRetentionBotResponse.struct_class = Types::CreateDataRetentionBotResponse
|
|
360
|
+
|
|
361
|
+
CreateNetworkRequest.add_member(:network_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "networkName"))
|
|
362
|
+
CreateNetworkRequest.add_member(:access_level, Shapes::ShapeRef.new(shape: AccessLevel, required: true, location_name: "accessLevel"))
|
|
363
|
+
CreateNetworkRequest.add_member(:enable_premium_free_trial, Shapes::ShapeRef.new(shape: Boolean, location_name: "enablePremiumFreeTrial"))
|
|
364
|
+
CreateNetworkRequest.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "encryptionKeyArn"))
|
|
365
|
+
CreateNetworkRequest.struct_class = Types::CreateNetworkRequest
|
|
366
|
+
|
|
367
|
+
CreateNetworkResponse.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, location_name: "networkId"))
|
|
368
|
+
CreateNetworkResponse.add_member(:network_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "networkName"))
|
|
369
|
+
CreateNetworkResponse.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "encryptionKeyArn"))
|
|
370
|
+
CreateNetworkResponse.struct_class = Types::CreateNetworkResponse
|
|
371
|
+
|
|
372
|
+
CreateSecurityGroupRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
373
|
+
CreateSecurityGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "name"))
|
|
374
|
+
CreateSecurityGroupRequest.add_member(:security_group_settings, Shapes::ShapeRef.new(shape: SecurityGroupSettingsRequest, required: true, location_name: "securityGroupSettings"))
|
|
375
|
+
CreateSecurityGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Client-Token", metadata: {"idempotencyToken" => true}))
|
|
376
|
+
CreateSecurityGroupRequest.struct_class = Types::CreateSecurityGroupRequest
|
|
377
|
+
|
|
378
|
+
CreateSecurityGroupResponse.add_member(:security_group, Shapes::ShapeRef.new(shape: SecurityGroup, required: true, location_name: "securityGroup"))
|
|
379
|
+
CreateSecurityGroupResponse.struct_class = Types::CreateSecurityGroupResponse
|
|
380
|
+
|
|
381
|
+
DeleteBotRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
382
|
+
DeleteBotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: BotId, required: true, location: "uri", location_name: "botId"))
|
|
383
|
+
DeleteBotRequest.struct_class = Types::DeleteBotRequest
|
|
384
|
+
|
|
385
|
+
DeleteBotResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
386
|
+
DeleteBotResponse.struct_class = Types::DeleteBotResponse
|
|
387
|
+
|
|
388
|
+
DeleteDataRetentionBotRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
389
|
+
DeleteDataRetentionBotRequest.struct_class = Types::DeleteDataRetentionBotRequest
|
|
390
|
+
|
|
391
|
+
DeleteDataRetentionBotResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
392
|
+
DeleteDataRetentionBotResponse.struct_class = Types::DeleteDataRetentionBotResponse
|
|
393
|
+
|
|
394
|
+
DeleteNetworkRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
395
|
+
DeleteNetworkRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Client-Token", metadata: {"idempotencyToken" => true}))
|
|
396
|
+
DeleteNetworkRequest.struct_class = Types::DeleteNetworkRequest
|
|
397
|
+
|
|
398
|
+
DeleteNetworkResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
399
|
+
DeleteNetworkResponse.struct_class = Types::DeleteNetworkResponse
|
|
400
|
+
|
|
401
|
+
DeleteSecurityGroupRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
402
|
+
DeleteSecurityGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location: "uri", location_name: "groupId"))
|
|
403
|
+
DeleteSecurityGroupRequest.struct_class = Types::DeleteSecurityGroupRequest
|
|
404
|
+
|
|
405
|
+
DeleteSecurityGroupResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
406
|
+
DeleteSecurityGroupResponse.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, location_name: "networkId"))
|
|
407
|
+
DeleteSecurityGroupResponse.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "groupId"))
|
|
408
|
+
DeleteSecurityGroupResponse.struct_class = Types::DeleteSecurityGroupResponse
|
|
409
|
+
|
|
410
|
+
Devices.member = Shapes::ShapeRef.new(shape: BasicDeviceObject)
|
|
411
|
+
|
|
412
|
+
ErrorDetail.add_member(:field, Shapes::ShapeRef.new(shape: GenericString, location_name: "field"))
|
|
413
|
+
ErrorDetail.add_member(:reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "reason"))
|
|
414
|
+
ErrorDetail.struct_class = Types::ErrorDetail
|
|
415
|
+
|
|
416
|
+
ErrorDetailList.member = Shapes::ShapeRef.new(shape: ErrorDetail)
|
|
417
|
+
|
|
418
|
+
ForbiddenError.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
419
|
+
ForbiddenError.struct_class = Types::ForbiddenError
|
|
420
|
+
|
|
421
|
+
GetBotRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
422
|
+
GetBotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: BotId, required: true, location: "uri", location_name: "botId"))
|
|
423
|
+
GetBotRequest.struct_class = Types::GetBotRequest
|
|
424
|
+
|
|
425
|
+
GetBotResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "botId"))
|
|
426
|
+
GetBotResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "displayName"))
|
|
427
|
+
GetBotResponse.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, location_name: "username"))
|
|
428
|
+
GetBotResponse.add_member(:uname, Shapes::ShapeRef.new(shape: GenericString, location_name: "uname"))
|
|
429
|
+
GetBotResponse.add_member(:pubkey, Shapes::ShapeRef.new(shape: GenericString, location_name: "pubkey"))
|
|
430
|
+
GetBotResponse.add_member(:status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "status"))
|
|
431
|
+
GetBotResponse.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "groupId"))
|
|
432
|
+
GetBotResponse.add_member(:has_challenge, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasChallenge"))
|
|
433
|
+
GetBotResponse.add_member(:suspended, Shapes::ShapeRef.new(shape: Boolean, location_name: "suspended"))
|
|
434
|
+
GetBotResponse.add_member(:last_login, Shapes::ShapeRef.new(shape: GenericString, location_name: "lastLogin"))
|
|
435
|
+
GetBotResponse.struct_class = Types::GetBotResponse
|
|
436
|
+
|
|
437
|
+
GetBotsCountRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
438
|
+
GetBotsCountRequest.struct_class = Types::GetBotsCountRequest
|
|
439
|
+
|
|
440
|
+
GetBotsCountResponse.add_member(:pending, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "pending"))
|
|
441
|
+
GetBotsCountResponse.add_member(:active, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "active"))
|
|
442
|
+
GetBotsCountResponse.add_member(:total, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "total"))
|
|
443
|
+
GetBotsCountResponse.struct_class = Types::GetBotsCountResponse
|
|
444
|
+
|
|
445
|
+
GetDataRetentionBotRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
446
|
+
GetDataRetentionBotRequest.struct_class = Types::GetDataRetentionBotRequest
|
|
447
|
+
|
|
448
|
+
GetDataRetentionBotResponse.add_member(:bot_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "botName"))
|
|
449
|
+
GetDataRetentionBotResponse.add_member(:bot_exists, Shapes::ShapeRef.new(shape: Boolean, location_name: "botExists"))
|
|
450
|
+
GetDataRetentionBotResponse.add_member(:is_bot_active, Shapes::ShapeRef.new(shape: Boolean, location_name: "isBotActive"))
|
|
451
|
+
GetDataRetentionBotResponse.add_member(:is_data_retention_bot_registered, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDataRetentionBotRegistered"))
|
|
452
|
+
GetDataRetentionBotResponse.add_member(:is_data_retention_service_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDataRetentionServiceEnabled"))
|
|
453
|
+
GetDataRetentionBotResponse.add_member(:is_pubkey_msg_acked, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPubkeyMsgAcked"))
|
|
454
|
+
GetDataRetentionBotResponse.struct_class = Types::GetDataRetentionBotResponse
|
|
455
|
+
|
|
456
|
+
GetGuestUserHistoryCountRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
457
|
+
GetGuestUserHistoryCountRequest.struct_class = Types::GetGuestUserHistoryCountRequest
|
|
458
|
+
|
|
459
|
+
GetGuestUserHistoryCountResponse.add_member(:history, Shapes::ShapeRef.new(shape: GuestUserHistoryCountList, required: true, location_name: "history"))
|
|
460
|
+
GetGuestUserHistoryCountResponse.struct_class = Types::GetGuestUserHistoryCountResponse
|
|
461
|
+
|
|
462
|
+
GetNetworkRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
463
|
+
GetNetworkRequest.struct_class = Types::GetNetworkRequest
|
|
464
|
+
|
|
465
|
+
GetNetworkResponse.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location_name: "networkId"))
|
|
466
|
+
GetNetworkResponse.add_member(:network_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "networkName"))
|
|
467
|
+
GetNetworkResponse.add_member(:access_level, Shapes::ShapeRef.new(shape: AccessLevel, required: true, location_name: "accessLevel"))
|
|
468
|
+
GetNetworkResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "awsAccountId"))
|
|
469
|
+
GetNetworkResponse.add_member(:network_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "networkArn"))
|
|
470
|
+
GetNetworkResponse.add_member(:standing, Shapes::ShapeRef.new(shape: Integer, location_name: "standing"))
|
|
471
|
+
GetNetworkResponse.add_member(:free_trial_expiration, Shapes::ShapeRef.new(shape: GenericString, location_name: "freeTrialExpiration"))
|
|
472
|
+
GetNetworkResponse.add_member(:migration_state, Shapes::ShapeRef.new(shape: Integer, location_name: "migrationState"))
|
|
473
|
+
GetNetworkResponse.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "encryptionKeyArn"))
|
|
474
|
+
GetNetworkResponse.struct_class = Types::GetNetworkResponse
|
|
475
|
+
|
|
476
|
+
GetNetworkSettingsRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
477
|
+
GetNetworkSettingsRequest.struct_class = Types::GetNetworkSettingsRequest
|
|
478
|
+
|
|
479
|
+
GetNetworkSettingsResponse.add_member(:settings, Shapes::ShapeRef.new(shape: SettingsList, required: true, location_name: "settings"))
|
|
480
|
+
GetNetworkSettingsResponse.struct_class = Types::GetNetworkSettingsResponse
|
|
481
|
+
|
|
482
|
+
GetOidcInfoRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
483
|
+
GetOidcInfoRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "clientId"))
|
|
484
|
+
GetOidcInfoRequest.add_member(:code, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "code"))
|
|
485
|
+
GetOidcInfoRequest.add_member(:grant_type, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "grantType"))
|
|
486
|
+
GetOidcInfoRequest.add_member(:redirect_uri, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "redirectUri"))
|
|
487
|
+
GetOidcInfoRequest.add_member(:url, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "url"))
|
|
488
|
+
GetOidcInfoRequest.add_member(:client_secret, Shapes::ShapeRef.new(shape: SensitiveString, location: "querystring", location_name: "clientSecret"))
|
|
489
|
+
GetOidcInfoRequest.add_member(:code_verifier, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "codeVerifier"))
|
|
490
|
+
GetOidcInfoRequest.add_member(:certificate, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "certificate"))
|
|
491
|
+
GetOidcInfoRequest.struct_class = Types::GetOidcInfoRequest
|
|
492
|
+
|
|
493
|
+
GetOidcInfoResponse.add_member(:openid_connect_info, Shapes::ShapeRef.new(shape: OidcConfigInfo, location_name: "openidConnectInfo"))
|
|
494
|
+
GetOidcInfoResponse.add_member(:token_info, Shapes::ShapeRef.new(shape: OidcTokenInfo, location_name: "tokenInfo"))
|
|
495
|
+
GetOidcInfoResponse.struct_class = Types::GetOidcInfoResponse
|
|
496
|
+
|
|
497
|
+
GetSecurityGroupRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
498
|
+
GetSecurityGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location: "uri", location_name: "groupId"))
|
|
499
|
+
GetSecurityGroupRequest.struct_class = Types::GetSecurityGroupRequest
|
|
500
|
+
|
|
501
|
+
GetSecurityGroupResponse.add_member(:security_group, Shapes::ShapeRef.new(shape: SecurityGroup, required: true, location_name: "securityGroup"))
|
|
502
|
+
GetSecurityGroupResponse.struct_class = Types::GetSecurityGroupResponse
|
|
503
|
+
|
|
504
|
+
GetUserRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
505
|
+
GetUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
|
|
506
|
+
GetUserRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_epoch_seconds, location: "querystring", location_name: "startTime"))
|
|
507
|
+
GetUserRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_epoch_seconds, location: "querystring", location_name: "endTime"))
|
|
508
|
+
GetUserRequest.struct_class = Types::GetUserRequest
|
|
509
|
+
|
|
510
|
+
GetUserResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "userId"))
|
|
511
|
+
GetUserResponse.add_member(:first_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "firstName"))
|
|
512
|
+
GetUserResponse.add_member(:last_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "lastName"))
|
|
513
|
+
GetUserResponse.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, location_name: "username"))
|
|
514
|
+
GetUserResponse.add_member(:is_admin, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAdmin"))
|
|
515
|
+
GetUserResponse.add_member(:suspended, Shapes::ShapeRef.new(shape: Boolean, location_name: "suspended"))
|
|
516
|
+
GetUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: Integer, location_name: "status"))
|
|
517
|
+
GetUserResponse.add_member(:last_activity, Shapes::ShapeRef.new(shape: Integer, location_name: "lastActivity"))
|
|
518
|
+
GetUserResponse.add_member(:last_login, Shapes::ShapeRef.new(shape: Integer, location_name: "lastLogin"))
|
|
519
|
+
GetUserResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
|
520
|
+
GetUserResponse.struct_class = Types::GetUserResponse
|
|
521
|
+
|
|
522
|
+
GetUsersCountRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
523
|
+
GetUsersCountRequest.struct_class = Types::GetUsersCountRequest
|
|
524
|
+
|
|
525
|
+
GetUsersCountResponse.add_member(:pending, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "pending"))
|
|
526
|
+
GetUsersCountResponse.add_member(:active, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "active"))
|
|
527
|
+
GetUsersCountResponse.add_member(:rejected, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "rejected"))
|
|
528
|
+
GetUsersCountResponse.add_member(:remaining, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "remaining"))
|
|
529
|
+
GetUsersCountResponse.add_member(:total, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "total"))
|
|
530
|
+
GetUsersCountResponse.struct_class = Types::GetUsersCountResponse
|
|
531
|
+
|
|
532
|
+
GuestUser.add_member(:billing_period, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "billingPeriod"))
|
|
533
|
+
GuestUser.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "username"))
|
|
534
|
+
GuestUser.add_member(:username_hash, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "usernameHash"))
|
|
535
|
+
GuestUser.struct_class = Types::GuestUser
|
|
536
|
+
|
|
537
|
+
GuestUserHistoryCount.add_member(:month, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "month"))
|
|
538
|
+
GuestUserHistoryCount.add_member(:count, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "count"))
|
|
539
|
+
GuestUserHistoryCount.struct_class = Types::GuestUserHistoryCount
|
|
540
|
+
|
|
541
|
+
GuestUserHistoryCountList.member = Shapes::ShapeRef.new(shape: GuestUserHistoryCount)
|
|
542
|
+
|
|
543
|
+
GuestUserList.member = Shapes::ShapeRef.new(shape: GuestUser)
|
|
544
|
+
|
|
545
|
+
InternalServerError.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "message"))
|
|
546
|
+
InternalServerError.struct_class = Types::InternalServerError
|
|
547
|
+
|
|
548
|
+
ListBlockedGuestUsersRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
549
|
+
ListBlockedGuestUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
|
|
550
|
+
ListBlockedGuestUsersRequest.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirection, location: "querystring", location_name: "sortDirection"))
|
|
551
|
+
ListBlockedGuestUsersRequest.add_member(:sort_fields, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "sortFields"))
|
|
552
|
+
ListBlockedGuestUsersRequest.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "username"))
|
|
553
|
+
ListBlockedGuestUsersRequest.add_member(:admin, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "admin"))
|
|
554
|
+
ListBlockedGuestUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "nextToken"))
|
|
555
|
+
ListBlockedGuestUsersRequest.struct_class = Types::ListBlockedGuestUsersRequest
|
|
556
|
+
|
|
557
|
+
ListBlockedGuestUsersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "nextToken"))
|
|
558
|
+
ListBlockedGuestUsersResponse.add_member(:blocklist, Shapes::ShapeRef.new(shape: BlockedGuestUserList, required: true, location_name: "blocklist"))
|
|
559
|
+
ListBlockedGuestUsersResponse.struct_class = Types::ListBlockedGuestUsersResponse
|
|
560
|
+
|
|
561
|
+
ListBotsRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
562
|
+
ListBotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "nextToken"))
|
|
563
|
+
ListBotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
|
|
564
|
+
ListBotsRequest.add_member(:sort_fields, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "sortFields"))
|
|
565
|
+
ListBotsRequest.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirection, location: "querystring", location_name: "sortDirection"))
|
|
566
|
+
ListBotsRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "displayName"))
|
|
567
|
+
ListBotsRequest.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "username"))
|
|
568
|
+
ListBotsRequest.add_member(:status, Shapes::ShapeRef.new(shape: BotStatus, location: "querystring", location_name: "status"))
|
|
569
|
+
ListBotsRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "groupId"))
|
|
570
|
+
ListBotsRequest.struct_class = Types::ListBotsRequest
|
|
571
|
+
|
|
572
|
+
ListBotsResponse.add_member(:bots, Shapes::ShapeRef.new(shape: Bots, required: true, location_name: "bots"))
|
|
573
|
+
ListBotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "nextToken"))
|
|
574
|
+
ListBotsResponse.struct_class = Types::ListBotsResponse
|
|
575
|
+
|
|
576
|
+
ListDevicesForUserRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
577
|
+
ListDevicesForUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
|
|
578
|
+
ListDevicesForUserRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "nextToken"))
|
|
579
|
+
ListDevicesForUserRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
|
|
580
|
+
ListDevicesForUserRequest.add_member(:sort_fields, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "sortFields"))
|
|
581
|
+
ListDevicesForUserRequest.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirection, location: "querystring", location_name: "sortDirection"))
|
|
582
|
+
ListDevicesForUserRequest.struct_class = Types::ListDevicesForUserRequest
|
|
583
|
+
|
|
584
|
+
ListDevicesForUserResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "nextToken"))
|
|
585
|
+
ListDevicesForUserResponse.add_member(:devices, Shapes::ShapeRef.new(shape: Devices, required: true, location_name: "devices"))
|
|
586
|
+
ListDevicesForUserResponse.struct_class = Types::ListDevicesForUserResponse
|
|
587
|
+
|
|
588
|
+
ListGuestUsersRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
589
|
+
ListGuestUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
|
|
590
|
+
ListGuestUsersRequest.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirection, location: "querystring", location_name: "sortDirection"))
|
|
591
|
+
ListGuestUsersRequest.add_member(:sort_fields, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "sortFields"))
|
|
592
|
+
ListGuestUsersRequest.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "username"))
|
|
593
|
+
ListGuestUsersRequest.add_member(:billing_period, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "billingPeriod"))
|
|
594
|
+
ListGuestUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "nextToken"))
|
|
595
|
+
ListGuestUsersRequest.struct_class = Types::ListGuestUsersRequest
|
|
596
|
+
|
|
597
|
+
ListGuestUsersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "nextToken"))
|
|
598
|
+
ListGuestUsersResponse.add_member(:guestlist, Shapes::ShapeRef.new(shape: GuestUserList, required: true, location_name: "guestlist"))
|
|
599
|
+
ListGuestUsersResponse.struct_class = Types::ListGuestUsersResponse
|
|
600
|
+
|
|
601
|
+
ListNetworksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
|
|
602
|
+
ListNetworksRequest.add_member(:sort_fields, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "sortFields"))
|
|
603
|
+
ListNetworksRequest.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirection, location: "querystring", location_name: "sortDirection"))
|
|
604
|
+
ListNetworksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "nextToken"))
|
|
605
|
+
ListNetworksRequest.struct_class = Types::ListNetworksRequest
|
|
606
|
+
|
|
607
|
+
ListNetworksResponse.add_member(:networks, Shapes::ShapeRef.new(shape: NetworkList, required: true, location_name: "networks"))
|
|
608
|
+
ListNetworksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "nextToken"))
|
|
609
|
+
ListNetworksResponse.struct_class = Types::ListNetworksResponse
|
|
610
|
+
|
|
611
|
+
ListSecurityGroupUsersRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
612
|
+
ListSecurityGroupUsersRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location: "uri", location_name: "groupId"))
|
|
613
|
+
ListSecurityGroupUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "nextToken"))
|
|
614
|
+
ListSecurityGroupUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
|
|
615
|
+
ListSecurityGroupUsersRequest.add_member(:sort_fields, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "sortFields"))
|
|
616
|
+
ListSecurityGroupUsersRequest.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirection, location: "querystring", location_name: "sortDirection"))
|
|
617
|
+
ListSecurityGroupUsersRequest.struct_class = Types::ListSecurityGroupUsersRequest
|
|
618
|
+
|
|
619
|
+
ListSecurityGroupUsersResponse.add_member(:users, Shapes::ShapeRef.new(shape: Users, required: true, location_name: "users"))
|
|
620
|
+
ListSecurityGroupUsersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "nextToken"))
|
|
621
|
+
ListSecurityGroupUsersResponse.struct_class = Types::ListSecurityGroupUsersResponse
|
|
622
|
+
|
|
623
|
+
ListSecurityGroupsRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
624
|
+
ListSecurityGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "nextToken"))
|
|
625
|
+
ListSecurityGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
|
|
626
|
+
ListSecurityGroupsRequest.add_member(:sort_fields, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "sortFields"))
|
|
627
|
+
ListSecurityGroupsRequest.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirection, location: "querystring", location_name: "sortDirection"))
|
|
628
|
+
ListSecurityGroupsRequest.struct_class = Types::ListSecurityGroupsRequest
|
|
629
|
+
|
|
630
|
+
ListSecurityGroupsResponse.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroups"))
|
|
631
|
+
ListSecurityGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "nextToken"))
|
|
632
|
+
ListSecurityGroupsResponse.struct_class = Types::ListSecurityGroupsResponse
|
|
633
|
+
|
|
634
|
+
ListUsersRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
635
|
+
ListUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "nextToken"))
|
|
636
|
+
ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
|
|
637
|
+
ListUsersRequest.add_member(:sort_fields, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "sortFields"))
|
|
638
|
+
ListUsersRequest.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirection, location: "querystring", location_name: "sortDirection"))
|
|
639
|
+
ListUsersRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: SensitiveString, location: "querystring", location_name: "firstName"))
|
|
640
|
+
ListUsersRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: SensitiveString, location: "querystring", location_name: "lastName"))
|
|
641
|
+
ListUsersRequest.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "username"))
|
|
642
|
+
ListUsersRequest.add_member(:status, Shapes::ShapeRef.new(shape: UserStatus, location: "querystring", location_name: "status"))
|
|
643
|
+
ListUsersRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, location: "querystring", location_name: "groupId"))
|
|
644
|
+
ListUsersRequest.struct_class = Types::ListUsersRequest
|
|
645
|
+
|
|
646
|
+
ListUsersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "nextToken"))
|
|
647
|
+
ListUsersResponse.add_member(:users, Shapes::ShapeRef.new(shape: Users, location_name: "users"))
|
|
648
|
+
ListUsersResponse.struct_class = Types::ListUsersResponse
|
|
649
|
+
|
|
650
|
+
Network.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location_name: "networkId"))
|
|
651
|
+
Network.add_member(:network_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "networkName"))
|
|
652
|
+
Network.add_member(:access_level, Shapes::ShapeRef.new(shape: AccessLevel, required: true, location_name: "accessLevel"))
|
|
653
|
+
Network.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "awsAccountId"))
|
|
654
|
+
Network.add_member(:network_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "networkArn"))
|
|
655
|
+
Network.add_member(:standing, Shapes::ShapeRef.new(shape: Integer, location_name: "standing"))
|
|
656
|
+
Network.add_member(:free_trial_expiration, Shapes::ShapeRef.new(shape: GenericString, location_name: "freeTrialExpiration"))
|
|
657
|
+
Network.add_member(:migration_state, Shapes::ShapeRef.new(shape: Integer, location_name: "migrationState"))
|
|
658
|
+
Network.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "encryptionKeyArn"))
|
|
659
|
+
Network.struct_class = Types::Network
|
|
660
|
+
|
|
661
|
+
NetworkList.member = Shapes::ShapeRef.new(shape: Network)
|
|
662
|
+
|
|
663
|
+
NetworkSettings.add_member(:enable_client_metrics, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableClientMetrics"))
|
|
664
|
+
NetworkSettings.add_member(:read_receipt_config, Shapes::ShapeRef.new(shape: ReadReceiptConfig, location_name: "readReceiptConfig"))
|
|
665
|
+
NetworkSettings.add_member(:data_retention, Shapes::ShapeRef.new(shape: Boolean, location_name: "dataRetention"))
|
|
666
|
+
NetworkSettings.struct_class = Types::NetworkSettings
|
|
667
|
+
|
|
668
|
+
OidcConfigInfo.add_member(:application_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "applicationName"))
|
|
669
|
+
OidcConfigInfo.add_member(:client_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "clientId"))
|
|
670
|
+
OidcConfigInfo.add_member(:company_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "companyId"))
|
|
671
|
+
OidcConfigInfo.add_member(:scopes, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "scopes"))
|
|
672
|
+
OidcConfigInfo.add_member(:issuer, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "issuer"))
|
|
673
|
+
OidcConfigInfo.add_member(:client_secret, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "clientSecret"))
|
|
674
|
+
OidcConfigInfo.add_member(:secret, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "secret"))
|
|
675
|
+
OidcConfigInfo.add_member(:redirect_url, Shapes::ShapeRef.new(shape: GenericString, location_name: "redirectUrl"))
|
|
676
|
+
OidcConfigInfo.add_member(:user_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "userId"))
|
|
677
|
+
OidcConfigInfo.add_member(:custom_username, Shapes::ShapeRef.new(shape: GenericString, location_name: "customUsername"))
|
|
678
|
+
OidcConfigInfo.add_member(:ca_certificate, Shapes::ShapeRef.new(shape: GenericString, location_name: "caCertificate"))
|
|
679
|
+
OidcConfigInfo.add_member(:application_id, Shapes::ShapeRef.new(shape: OidcConfigInfoApplicationIdInteger, location_name: "applicationId"))
|
|
680
|
+
OidcConfigInfo.add_member(:sso_token_buffer_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "ssoTokenBufferMinutes"))
|
|
681
|
+
OidcConfigInfo.add_member(:extra_auth_params, Shapes::ShapeRef.new(shape: GenericString, location_name: "extraAuthParams"))
|
|
682
|
+
OidcConfigInfo.struct_class = Types::OidcConfigInfo
|
|
683
|
+
|
|
684
|
+
OidcTokenInfo.add_member(:code_verifier, Shapes::ShapeRef.new(shape: GenericString, location_name: "codeVerifier"))
|
|
685
|
+
OidcTokenInfo.add_member(:code_challenge, Shapes::ShapeRef.new(shape: GenericString, location_name: "codeChallenge"))
|
|
686
|
+
OidcTokenInfo.add_member(:access_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "accessToken"))
|
|
687
|
+
OidcTokenInfo.add_member(:id_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "idToken"))
|
|
688
|
+
OidcTokenInfo.add_member(:refresh_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "refreshToken"))
|
|
689
|
+
OidcTokenInfo.add_member(:token_type, Shapes::ShapeRef.new(shape: GenericString, location_name: "tokenType"))
|
|
690
|
+
OidcTokenInfo.add_member(:expires_in, Shapes::ShapeRef.new(shape: Long, location_name: "expiresIn"))
|
|
691
|
+
OidcTokenInfo.struct_class = Types::OidcTokenInfo
|
|
692
|
+
|
|
693
|
+
PasswordRequirements.add_member(:lowercase, Shapes::ShapeRef.new(shape: Integer, location_name: "lowercase"))
|
|
694
|
+
PasswordRequirements.add_member(:min_length, Shapes::ShapeRef.new(shape: Integer, location_name: "minLength"))
|
|
695
|
+
PasswordRequirements.add_member(:numbers, Shapes::ShapeRef.new(shape: Integer, location_name: "numbers"))
|
|
696
|
+
PasswordRequirements.add_member(:symbols, Shapes::ShapeRef.new(shape: Integer, location_name: "symbols"))
|
|
697
|
+
PasswordRequirements.add_member(:uppercase, Shapes::ShapeRef.new(shape: Integer, location_name: "uppercase"))
|
|
698
|
+
PasswordRequirements.struct_class = Types::PasswordRequirements
|
|
699
|
+
|
|
700
|
+
PermittedNetworksList.member = Shapes::ShapeRef.new(shape: NetworkId)
|
|
701
|
+
|
|
702
|
+
PermittedWickrEnterpriseNetwork.add_member(:domain, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "domain"))
|
|
703
|
+
PermittedWickrEnterpriseNetwork.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location_name: "networkId"))
|
|
704
|
+
PermittedWickrEnterpriseNetwork.struct_class = Types::PermittedWickrEnterpriseNetwork
|
|
705
|
+
|
|
706
|
+
PermittedWickrEnterpriseNetworksList.member = Shapes::ShapeRef.new(shape: PermittedWickrEnterpriseNetwork)
|
|
707
|
+
|
|
708
|
+
RateLimitError.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
709
|
+
RateLimitError.struct_class = Types::RateLimitError
|
|
710
|
+
|
|
711
|
+
ReadReceiptConfig.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
712
|
+
ReadReceiptConfig.struct_class = Types::ReadReceiptConfig
|
|
713
|
+
|
|
714
|
+
RegisterOidcConfigRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
715
|
+
RegisterOidcConfigRequest.add_member(:company_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "companyId"))
|
|
716
|
+
RegisterOidcConfigRequest.add_member(:custom_username, Shapes::ShapeRef.new(shape: GenericString, location_name: "customUsername"))
|
|
717
|
+
RegisterOidcConfigRequest.add_member(:extra_auth_params, Shapes::ShapeRef.new(shape: GenericString, location_name: "extraAuthParams"))
|
|
718
|
+
RegisterOidcConfigRequest.add_member(:issuer, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "issuer"))
|
|
719
|
+
RegisterOidcConfigRequest.add_member(:scopes, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "scopes"))
|
|
720
|
+
RegisterOidcConfigRequest.add_member(:secret, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "secret"))
|
|
721
|
+
RegisterOidcConfigRequest.add_member(:sso_token_buffer_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "ssoTokenBufferMinutes"))
|
|
722
|
+
RegisterOidcConfigRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "userId"))
|
|
723
|
+
RegisterOidcConfigRequest.struct_class = Types::RegisterOidcConfigRequest
|
|
724
|
+
|
|
725
|
+
RegisterOidcConfigResponse.add_member(:application_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "applicationName"))
|
|
726
|
+
RegisterOidcConfigResponse.add_member(:client_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "clientId"))
|
|
727
|
+
RegisterOidcConfigResponse.add_member(:company_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "companyId"))
|
|
728
|
+
RegisterOidcConfigResponse.add_member(:scopes, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "scopes"))
|
|
729
|
+
RegisterOidcConfigResponse.add_member(:issuer, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "issuer"))
|
|
730
|
+
RegisterOidcConfigResponse.add_member(:client_secret, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "clientSecret"))
|
|
731
|
+
RegisterOidcConfigResponse.add_member(:secret, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "secret"))
|
|
732
|
+
RegisterOidcConfigResponse.add_member(:redirect_url, Shapes::ShapeRef.new(shape: GenericString, location_name: "redirectUrl"))
|
|
733
|
+
RegisterOidcConfigResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "userId"))
|
|
734
|
+
RegisterOidcConfigResponse.add_member(:custom_username, Shapes::ShapeRef.new(shape: GenericString, location_name: "customUsername"))
|
|
735
|
+
RegisterOidcConfigResponse.add_member(:ca_certificate, Shapes::ShapeRef.new(shape: GenericString, location_name: "caCertificate"))
|
|
736
|
+
RegisterOidcConfigResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: RegisterOidcConfigResponseApplicationIdInteger, location_name: "applicationId"))
|
|
737
|
+
RegisterOidcConfigResponse.add_member(:sso_token_buffer_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "ssoTokenBufferMinutes"))
|
|
738
|
+
RegisterOidcConfigResponse.add_member(:extra_auth_params, Shapes::ShapeRef.new(shape: GenericString, location_name: "extraAuthParams"))
|
|
739
|
+
RegisterOidcConfigResponse.struct_class = Types::RegisterOidcConfigResponse
|
|
740
|
+
|
|
741
|
+
RegisterOidcConfigTestRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
742
|
+
RegisterOidcConfigTestRequest.add_member(:extra_auth_params, Shapes::ShapeRef.new(shape: GenericString, location_name: "extraAuthParams"))
|
|
743
|
+
RegisterOidcConfigTestRequest.add_member(:issuer, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "issuer"))
|
|
744
|
+
RegisterOidcConfigTestRequest.add_member(:scopes, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "scopes"))
|
|
745
|
+
RegisterOidcConfigTestRequest.add_member(:certificate, Shapes::ShapeRef.new(shape: GenericString, location_name: "certificate"))
|
|
746
|
+
RegisterOidcConfigTestRequest.struct_class = Types::RegisterOidcConfigTestRequest
|
|
747
|
+
|
|
748
|
+
RegisterOidcConfigTestResponse.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: GenericString, location_name: "tokenEndpoint"))
|
|
749
|
+
RegisterOidcConfigTestResponse.add_member(:userinfo_endpoint, Shapes::ShapeRef.new(shape: GenericString, location_name: "userinfoEndpoint"))
|
|
750
|
+
RegisterOidcConfigTestResponse.add_member(:response_types_supported, Shapes::ShapeRef.new(shape: StringList, location_name: "responseTypesSupported"))
|
|
751
|
+
RegisterOidcConfigTestResponse.add_member(:scopes_supported, Shapes::ShapeRef.new(shape: StringList, location_name: "scopesSupported"))
|
|
752
|
+
RegisterOidcConfigTestResponse.add_member(:issuer, Shapes::ShapeRef.new(shape: GenericString, location_name: "issuer"))
|
|
753
|
+
RegisterOidcConfigTestResponse.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: GenericString, location_name: "authorizationEndpoint"))
|
|
754
|
+
RegisterOidcConfigTestResponse.add_member(:end_session_endpoint, Shapes::ShapeRef.new(shape: GenericString, location_name: "endSessionEndpoint"))
|
|
755
|
+
RegisterOidcConfigTestResponse.add_member(:logout_endpoint, Shapes::ShapeRef.new(shape: GenericString, location_name: "logoutEndpoint"))
|
|
756
|
+
RegisterOidcConfigTestResponse.add_member(:grant_types_supported, Shapes::ShapeRef.new(shape: StringList, location_name: "grantTypesSupported"))
|
|
757
|
+
RegisterOidcConfigTestResponse.add_member(:revocation_endpoint, Shapes::ShapeRef.new(shape: GenericString, location_name: "revocationEndpoint"))
|
|
758
|
+
RegisterOidcConfigTestResponse.add_member(:token_endpoint_auth_methods_supported, Shapes::ShapeRef.new(shape: StringList, location_name: "tokenEndpointAuthMethodsSupported"))
|
|
759
|
+
RegisterOidcConfigTestResponse.add_member(:microsoft_multi_refresh_token, Shapes::ShapeRef.new(shape: Boolean, location_name: "microsoftMultiRefreshToken"))
|
|
760
|
+
RegisterOidcConfigTestResponse.struct_class = Types::RegisterOidcConfigTestResponse
|
|
761
|
+
|
|
762
|
+
ResourceNotFoundError.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
763
|
+
ResourceNotFoundError.struct_class = Types::ResourceNotFoundError
|
|
764
|
+
|
|
765
|
+
SecurityGroup.add_member(:active_members, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "activeMembers"))
|
|
766
|
+
SecurityGroup.add_member(:bot_members, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "botMembers"))
|
|
767
|
+
SecurityGroup.add_member(:active_directory_guid, Shapes::ShapeRef.new(shape: GenericString, location_name: "activeDirectoryGuid"))
|
|
768
|
+
SecurityGroup.add_member(:id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "id"))
|
|
769
|
+
SecurityGroup.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isDefault"))
|
|
770
|
+
SecurityGroup.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "name"))
|
|
771
|
+
SecurityGroup.add_member(:modified, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "modified"))
|
|
772
|
+
SecurityGroup.add_member(:security_group_settings, Shapes::ShapeRef.new(shape: SecurityGroupSettings, required: true, location_name: "securityGroupSettings"))
|
|
773
|
+
SecurityGroup.struct_class = Types::SecurityGroup
|
|
774
|
+
|
|
775
|
+
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
|
776
|
+
|
|
777
|
+
SecurityGroupList.member = Shapes::ShapeRef.new(shape: SecurityGroup)
|
|
778
|
+
|
|
779
|
+
SecurityGroupSettings.add_member(:always_reauthenticate, Shapes::ShapeRef.new(shape: Boolean, location_name: "alwaysReauthenticate"))
|
|
780
|
+
SecurityGroupSettings.add_member(:atak_package_values, Shapes::ShapeRef.new(shape: SecurityGroupStringList, location_name: "atakPackageValues"))
|
|
781
|
+
SecurityGroupSettings.add_member(:calling, Shapes::ShapeRef.new(shape: CallingSettings, location_name: "calling"))
|
|
782
|
+
SecurityGroupSettings.add_member(:check_for_updates, Shapes::ShapeRef.new(shape: Boolean, location_name: "checkForUpdates"))
|
|
783
|
+
SecurityGroupSettings.add_member(:enable_atak, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableAtak"))
|
|
784
|
+
SecurityGroupSettings.add_member(:enable_crash_reports, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableCrashReports"))
|
|
785
|
+
SecurityGroupSettings.add_member(:enable_file_download, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableFileDownload"))
|
|
786
|
+
SecurityGroupSettings.add_member(:enable_guest_federation, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableGuestFederation"))
|
|
787
|
+
SecurityGroupSettings.add_member(:enable_notification_preview, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableNotificationPreview"))
|
|
788
|
+
SecurityGroupSettings.add_member(:enable_open_access_option, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableOpenAccessOption"))
|
|
789
|
+
SecurityGroupSettings.add_member(:enable_restricted_global_federation, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableRestrictedGlobalFederation"))
|
|
790
|
+
SecurityGroupSettings.add_member(:files_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "filesEnabled"))
|
|
791
|
+
SecurityGroupSettings.add_member(:force_device_lockout, Shapes::ShapeRef.new(shape: Integer, location_name: "forceDeviceLockout"))
|
|
792
|
+
SecurityGroupSettings.add_member(:force_open_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceOpenAccess"))
|
|
793
|
+
SecurityGroupSettings.add_member(:force_read_receipts, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceReadReceipts"))
|
|
794
|
+
SecurityGroupSettings.add_member(:global_federation, Shapes::ShapeRef.new(shape: Boolean, location_name: "globalFederation"))
|
|
795
|
+
SecurityGroupSettings.add_member(:is_ato_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAtoEnabled"))
|
|
796
|
+
SecurityGroupSettings.add_member(:is_link_preview_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isLinkPreviewEnabled"))
|
|
797
|
+
SecurityGroupSettings.add_member(:location_allow_maps, Shapes::ShapeRef.new(shape: Boolean, location_name: "locationAllowMaps"))
|
|
798
|
+
SecurityGroupSettings.add_member(:location_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "locationEnabled"))
|
|
799
|
+
SecurityGroupSettings.add_member(:max_auto_download_size, Shapes::ShapeRef.new(shape: Long, location_name: "maxAutoDownloadSize"))
|
|
800
|
+
SecurityGroupSettings.add_member(:max_bor, Shapes::ShapeRef.new(shape: Integer, location_name: "maxBor"))
|
|
801
|
+
SecurityGroupSettings.add_member(:max_ttl, Shapes::ShapeRef.new(shape: Long, location_name: "maxTtl"))
|
|
802
|
+
SecurityGroupSettings.add_member(:message_forwarding_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "messageForwardingEnabled"))
|
|
803
|
+
SecurityGroupSettings.add_member(:password_requirements, Shapes::ShapeRef.new(shape: PasswordRequirements, location_name: "passwordRequirements"))
|
|
804
|
+
SecurityGroupSettings.add_member(:presence_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "presenceEnabled"))
|
|
805
|
+
SecurityGroupSettings.add_member(:quick_responses, Shapes::ShapeRef.new(shape: SecurityGroupStringList, location_name: "quickResponses"))
|
|
806
|
+
SecurityGroupSettings.add_member(:show_master_recovery_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "showMasterRecoveryKey"))
|
|
807
|
+
SecurityGroupSettings.add_member(:shredder, Shapes::ShapeRef.new(shape: ShredderSettings, location_name: "shredder"))
|
|
808
|
+
SecurityGroupSettings.add_member(:sso_max_idle_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "ssoMaxIdleMinutes"))
|
|
809
|
+
SecurityGroupSettings.add_member(:federation_mode, Shapes::ShapeRef.new(shape: Integer, location_name: "federationMode"))
|
|
810
|
+
SecurityGroupSettings.add_member(:lockout_threshold, Shapes::ShapeRef.new(shape: Integer, location_name: "lockoutThreshold"))
|
|
811
|
+
SecurityGroupSettings.add_member(:permitted_networks, Shapes::ShapeRef.new(shape: PermittedNetworksList, location_name: "permittedNetworks"))
|
|
812
|
+
SecurityGroupSettings.add_member(:permitted_wickr_aws_networks, Shapes::ShapeRef.new(shape: WickrAwsNetworksList, location_name: "permittedWickrAwsNetworks"))
|
|
813
|
+
SecurityGroupSettings.add_member(:permitted_wickr_enterprise_networks, Shapes::ShapeRef.new(shape: PermittedWickrEnterpriseNetworksList, location_name: "permittedWickrEnterpriseNetworks"))
|
|
814
|
+
SecurityGroupSettings.struct_class = Types::SecurityGroupSettings
|
|
815
|
+
|
|
816
|
+
SecurityGroupSettingsRequest.add_member(:lockout_threshold, Shapes::ShapeRef.new(shape: Integer, location_name: "lockoutThreshold"))
|
|
817
|
+
SecurityGroupSettingsRequest.add_member(:permitted_networks, Shapes::ShapeRef.new(shape: PermittedNetworksList, location_name: "permittedNetworks"))
|
|
818
|
+
SecurityGroupSettingsRequest.add_member(:enable_guest_federation, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableGuestFederation"))
|
|
819
|
+
SecurityGroupSettingsRequest.add_member(:global_federation, Shapes::ShapeRef.new(shape: Boolean, location_name: "globalFederation"))
|
|
820
|
+
SecurityGroupSettingsRequest.add_member(:federation_mode, Shapes::ShapeRef.new(shape: Integer, location_name: "federationMode"))
|
|
821
|
+
SecurityGroupSettingsRequest.add_member(:enable_restricted_global_federation, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableRestrictedGlobalFederation"))
|
|
822
|
+
SecurityGroupSettingsRequest.add_member(:permitted_wickr_aws_networks, Shapes::ShapeRef.new(shape: WickrAwsNetworksList, location_name: "permittedWickrAwsNetworks"))
|
|
823
|
+
SecurityGroupSettingsRequest.add_member(:permitted_wickr_enterprise_networks, Shapes::ShapeRef.new(shape: PermittedWickrEnterpriseNetworksList, location_name: "permittedWickrEnterpriseNetworks"))
|
|
824
|
+
SecurityGroupSettingsRequest.struct_class = Types::SecurityGroupSettingsRequest
|
|
825
|
+
|
|
826
|
+
SecurityGroupStringList.member = Shapes::ShapeRef.new(shape: GenericString)
|
|
827
|
+
|
|
828
|
+
Setting.add_member(:option_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "optionName"))
|
|
829
|
+
Setting.add_member(:value, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "value"))
|
|
830
|
+
Setting.add_member(:type, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "type"))
|
|
831
|
+
Setting.struct_class = Types::Setting
|
|
832
|
+
|
|
833
|
+
SettingsList.member = Shapes::ShapeRef.new(shape: Setting)
|
|
834
|
+
|
|
835
|
+
ShredderSettings.add_member(:can_process_manually, Shapes::ShapeRef.new(shape: Boolean, location_name: "canProcessManually"))
|
|
836
|
+
ShredderSettings.add_member(:intensity, Shapes::ShapeRef.new(shape: Integer, location_name: "intensity"))
|
|
837
|
+
ShredderSettings.struct_class = Types::ShredderSettings
|
|
838
|
+
|
|
839
|
+
StringList.member = Shapes::ShapeRef.new(shape: GenericString)
|
|
840
|
+
|
|
841
|
+
Unames.member = Shapes::ShapeRef.new(shape: GenericString)
|
|
842
|
+
|
|
843
|
+
UnauthorizedError.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
844
|
+
UnauthorizedError.struct_class = Types::UnauthorizedError
|
|
845
|
+
|
|
846
|
+
UpdateBotRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
847
|
+
UpdateBotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: BotId, required: true, location: "uri", location_name: "botId"))
|
|
848
|
+
UpdateBotRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "displayName"))
|
|
849
|
+
UpdateBotRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "groupId"))
|
|
850
|
+
UpdateBotRequest.add_member(:challenge, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "challenge"))
|
|
851
|
+
UpdateBotRequest.add_member(:suspend, Shapes::ShapeRef.new(shape: Boolean, location_name: "suspend"))
|
|
852
|
+
UpdateBotRequest.struct_class = Types::UpdateBotRequest
|
|
853
|
+
|
|
854
|
+
UpdateBotResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
855
|
+
UpdateBotResponse.struct_class = Types::UpdateBotResponse
|
|
856
|
+
|
|
857
|
+
UpdateDataRetentionRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
858
|
+
UpdateDataRetentionRequest.add_member(:action_type, Shapes::ShapeRef.new(shape: DataRetentionActionType, required: true, location_name: "actionType"))
|
|
859
|
+
UpdateDataRetentionRequest.struct_class = Types::UpdateDataRetentionRequest
|
|
860
|
+
|
|
861
|
+
UpdateDataRetentionResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
862
|
+
UpdateDataRetentionResponse.struct_class = Types::UpdateDataRetentionResponse
|
|
863
|
+
|
|
864
|
+
UpdateGuestUserRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
865
|
+
UpdateGuestUserRequest.add_member(:username_hash, Shapes::ShapeRef.new(shape: GenericString, required: true, location: "uri", location_name: "usernameHash"))
|
|
866
|
+
UpdateGuestUserRequest.add_member(:block, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "block"))
|
|
867
|
+
UpdateGuestUserRequest.struct_class = Types::UpdateGuestUserRequest
|
|
868
|
+
|
|
869
|
+
UpdateGuestUserResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
870
|
+
UpdateGuestUserResponse.struct_class = Types::UpdateGuestUserResponse
|
|
871
|
+
|
|
872
|
+
UpdateNetworkRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
873
|
+
UpdateNetworkRequest.add_member(:network_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "networkName"))
|
|
874
|
+
UpdateNetworkRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Client-Token", metadata: {"idempotencyToken" => true}))
|
|
875
|
+
UpdateNetworkRequest.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "encryptionKeyArn"))
|
|
876
|
+
UpdateNetworkRequest.struct_class = Types::UpdateNetworkRequest
|
|
877
|
+
|
|
878
|
+
UpdateNetworkResponse.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "message"))
|
|
879
|
+
UpdateNetworkResponse.struct_class = Types::UpdateNetworkResponse
|
|
880
|
+
|
|
881
|
+
UpdateNetworkSettingsRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
882
|
+
UpdateNetworkSettingsRequest.add_member(:settings, Shapes::ShapeRef.new(shape: NetworkSettings, required: true, location_name: "settings"))
|
|
883
|
+
UpdateNetworkSettingsRequest.struct_class = Types::UpdateNetworkSettingsRequest
|
|
884
|
+
|
|
885
|
+
UpdateNetworkSettingsResponse.add_member(:settings, Shapes::ShapeRef.new(shape: SettingsList, required: true, location_name: "settings"))
|
|
886
|
+
UpdateNetworkSettingsResponse.struct_class = Types::UpdateNetworkSettingsResponse
|
|
887
|
+
|
|
888
|
+
UpdateSecurityGroupRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
889
|
+
UpdateSecurityGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location: "uri", location_name: "groupId"))
|
|
890
|
+
UpdateSecurityGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, location_name: "name"))
|
|
891
|
+
UpdateSecurityGroupRequest.add_member(:security_group_settings, Shapes::ShapeRef.new(shape: SecurityGroupSettings, location_name: "securityGroupSettings"))
|
|
892
|
+
UpdateSecurityGroupRequest.struct_class = Types::UpdateSecurityGroupRequest
|
|
893
|
+
|
|
894
|
+
UpdateSecurityGroupResponse.add_member(:security_group, Shapes::ShapeRef.new(shape: SecurityGroup, required: true, location_name: "securityGroup"))
|
|
895
|
+
UpdateSecurityGroupResponse.struct_class = Types::UpdateSecurityGroupResponse
|
|
896
|
+
|
|
897
|
+
UpdateUserDetails.add_member(:first_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "firstName"))
|
|
898
|
+
UpdateUserDetails.add_member(:last_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "lastName"))
|
|
899
|
+
UpdateUserDetails.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, location_name: "username"))
|
|
900
|
+
UpdateUserDetails.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
|
901
|
+
UpdateUserDetails.add_member(:invite_code, Shapes::ShapeRef.new(shape: GenericString, location_name: "inviteCode"))
|
|
902
|
+
UpdateUserDetails.add_member(:invite_code_ttl, Shapes::ShapeRef.new(shape: Integer, location_name: "inviteCodeTtl"))
|
|
903
|
+
UpdateUserDetails.add_member(:code_validation, Shapes::ShapeRef.new(shape: Boolean, location_name: "codeValidation"))
|
|
904
|
+
UpdateUserDetails.struct_class = Types::UpdateUserDetails
|
|
905
|
+
|
|
906
|
+
UpdateUserRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
907
|
+
UpdateUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "userId"))
|
|
908
|
+
UpdateUserRequest.add_member(:user_details, Shapes::ShapeRef.new(shape: UpdateUserDetails, location_name: "userDetails"))
|
|
909
|
+
UpdateUserRequest.struct_class = Types::UpdateUserRequest
|
|
910
|
+
|
|
911
|
+
UpdateUserResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "userId"))
|
|
912
|
+
UpdateUserResponse.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location_name: "networkId"))
|
|
913
|
+
UpdateUserResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
|
914
|
+
UpdateUserResponse.add_member(:first_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "firstName"))
|
|
915
|
+
UpdateUserResponse.add_member(:last_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "lastName"))
|
|
916
|
+
UpdateUserResponse.add_member(:middle_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "middleName"))
|
|
917
|
+
UpdateUserResponse.add_member(:suspended, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "suspended"))
|
|
918
|
+
UpdateUserResponse.add_member(:modified, Shapes::ShapeRef.new(shape: Integer, location_name: "modified"))
|
|
919
|
+
UpdateUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: Integer, location_name: "status"))
|
|
920
|
+
UpdateUserResponse.add_member(:invite_code, Shapes::ShapeRef.new(shape: GenericString, location_name: "inviteCode"))
|
|
921
|
+
UpdateUserResponse.add_member(:invite_expiration, Shapes::ShapeRef.new(shape: Integer, location_name: "inviteExpiration"))
|
|
922
|
+
UpdateUserResponse.add_member(:code_validation, Shapes::ShapeRef.new(shape: Boolean, location_name: "codeValidation"))
|
|
923
|
+
UpdateUserResponse.struct_class = Types::UpdateUserResponse
|
|
924
|
+
|
|
925
|
+
User.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
|
|
926
|
+
User.add_member(:first_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "firstName"))
|
|
927
|
+
User.add_member(:last_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "lastName"))
|
|
928
|
+
User.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, location_name: "username"))
|
|
929
|
+
User.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroups"))
|
|
930
|
+
User.add_member(:is_admin, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAdmin"))
|
|
931
|
+
User.add_member(:suspended, Shapes::ShapeRef.new(shape: Boolean, location_name: "suspended"))
|
|
932
|
+
User.add_member(:status, Shapes::ShapeRef.new(shape: Integer, location_name: "status"))
|
|
933
|
+
User.add_member(:otp_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "otpEnabled"))
|
|
934
|
+
User.add_member(:scim_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "scimId"))
|
|
935
|
+
User.add_member(:type, Shapes::ShapeRef.new(shape: GenericString, location_name: "type"))
|
|
936
|
+
User.add_member(:cell, Shapes::ShapeRef.new(shape: GenericString, location_name: "cell"))
|
|
937
|
+
User.add_member(:country_code, Shapes::ShapeRef.new(shape: GenericString, location_name: "countryCode"))
|
|
938
|
+
User.add_member(:challenge_failures, Shapes::ShapeRef.new(shape: Integer, location_name: "challengeFailures"))
|
|
939
|
+
User.add_member(:is_invite_expired, Shapes::ShapeRef.new(shape: Boolean, location_name: "isInviteExpired"))
|
|
940
|
+
User.add_member(:is_user, Shapes::ShapeRef.new(shape: Boolean, location_name: "isUser"))
|
|
941
|
+
User.add_member(:invite_code, Shapes::ShapeRef.new(shape: GenericString, location_name: "inviteCode"))
|
|
942
|
+
User.add_member(:code_validation, Shapes::ShapeRef.new(shape: Boolean, location_name: "codeValidation"))
|
|
943
|
+
User.add_member(:uname, Shapes::ShapeRef.new(shape: GenericString, location_name: "uname"))
|
|
944
|
+
User.struct_class = Types::User
|
|
945
|
+
|
|
946
|
+
UserIds.member = Shapes::ShapeRef.new(shape: UserId)
|
|
947
|
+
|
|
948
|
+
Users.member = Shapes::ShapeRef.new(shape: User)
|
|
949
|
+
|
|
950
|
+
ValidationError.add_member(:reasons, Shapes::ShapeRef.new(shape: ErrorDetailList, location_name: "reasons"))
|
|
951
|
+
ValidationError.struct_class = Types::ValidationError
|
|
952
|
+
|
|
953
|
+
WickrAwsNetworks.add_member(:region, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "region"))
|
|
954
|
+
WickrAwsNetworks.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location_name: "networkId"))
|
|
955
|
+
WickrAwsNetworks.struct_class = Types::WickrAwsNetworks
|
|
956
|
+
|
|
957
|
+
WickrAwsNetworksList.member = Shapes::ShapeRef.new(shape: WickrAwsNetworks)
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
# @api private
|
|
961
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
|
962
|
+
|
|
963
|
+
api.version = "2024-02-01"
|
|
964
|
+
|
|
965
|
+
api.metadata = {
|
|
966
|
+
"apiVersion" => "2024-02-01",
|
|
967
|
+
"auth" => ["aws.auth#sigv4"],
|
|
968
|
+
"endpointPrefix" => "admin.wickr",
|
|
969
|
+
"protocol" => "rest-json",
|
|
970
|
+
"protocols" => ["rest-json"],
|
|
971
|
+
"serviceFullName" => "AWS Wickr Admin API",
|
|
972
|
+
"serviceId" => "Wickr",
|
|
973
|
+
"signatureVersion" => "v4",
|
|
974
|
+
"signingName" => "wickr",
|
|
975
|
+
"uid" => "wickr-2024-02-01",
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
api.add_operation(:batch_create_user, Seahorse::Model::Operation.new.tap do |o|
|
|
979
|
+
o.name = "BatchCreateUser"
|
|
980
|
+
o.http_method = "POST"
|
|
981
|
+
o.http_request_uri = "/networks/{networkId}/users"
|
|
982
|
+
o.input = Shapes::ShapeRef.new(shape: BatchCreateUserRequest)
|
|
983
|
+
o.output = Shapes::ShapeRef.new(shape: BatchCreateUserResponse)
|
|
984
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
985
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
986
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
987
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
991
|
+
end)
|
|
992
|
+
|
|
993
|
+
api.add_operation(:batch_delete_user, Seahorse::Model::Operation.new.tap do |o|
|
|
994
|
+
o.name = "BatchDeleteUser"
|
|
995
|
+
o.http_method = "POST"
|
|
996
|
+
o.http_request_uri = "/networks/{networkId}/users/batch-delete"
|
|
997
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteUserRequest)
|
|
998
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDeleteUserResponse)
|
|
999
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1000
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1001
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1002
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1003
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1004
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1005
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1006
|
+
end)
|
|
1007
|
+
|
|
1008
|
+
api.add_operation(:batch_lookup_user_uname, Seahorse::Model::Operation.new.tap do |o|
|
|
1009
|
+
o.name = "BatchLookupUserUname"
|
|
1010
|
+
o.http_method = "POST"
|
|
1011
|
+
o.http_request_uri = "/networks/{networkId}/users/uname-lookup"
|
|
1012
|
+
o.input = Shapes::ShapeRef.new(shape: BatchLookupUserUnameRequest)
|
|
1013
|
+
o.output = Shapes::ShapeRef.new(shape: BatchLookupUserUnameResponse)
|
|
1014
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1015
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1016
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1017
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1018
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1019
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1020
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1021
|
+
end)
|
|
1022
|
+
|
|
1023
|
+
api.add_operation(:batch_reinvite_user, Seahorse::Model::Operation.new.tap do |o|
|
|
1024
|
+
o.name = "BatchReinviteUser"
|
|
1025
|
+
o.http_method = "PATCH"
|
|
1026
|
+
o.http_request_uri = "/networks/{networkId}/users/re-invite"
|
|
1027
|
+
o.input = Shapes::ShapeRef.new(shape: BatchReinviteUserRequest)
|
|
1028
|
+
o.output = Shapes::ShapeRef.new(shape: BatchReinviteUserResponse)
|
|
1029
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1030
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1031
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1032
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1033
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1034
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1035
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1036
|
+
end)
|
|
1037
|
+
|
|
1038
|
+
api.add_operation(:batch_reset_devices_for_user, Seahorse::Model::Operation.new.tap do |o|
|
|
1039
|
+
o.name = "BatchResetDevicesForUser"
|
|
1040
|
+
o.http_method = "PATCH"
|
|
1041
|
+
o.http_request_uri = "/networks/{networkId}/users/{userId}/devices"
|
|
1042
|
+
o.input = Shapes::ShapeRef.new(shape: BatchResetDevicesForUserRequest)
|
|
1043
|
+
o.output = Shapes::ShapeRef.new(shape: BatchResetDevicesForUserResponse)
|
|
1044
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1045
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1046
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1047
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1048
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1049
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1050
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1051
|
+
end)
|
|
1052
|
+
|
|
1053
|
+
api.add_operation(:batch_toggle_user_suspend_status, Seahorse::Model::Operation.new.tap do |o|
|
|
1054
|
+
o.name = "BatchToggleUserSuspendStatus"
|
|
1055
|
+
o.http_method = "PATCH"
|
|
1056
|
+
o.http_request_uri = "/networks/{networkId}/users/toggleSuspend"
|
|
1057
|
+
o.input = Shapes::ShapeRef.new(shape: BatchToggleUserSuspendStatusRequest)
|
|
1058
|
+
o.output = Shapes::ShapeRef.new(shape: BatchToggleUserSuspendStatusResponse)
|
|
1059
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1060
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1061
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1062
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1063
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1066
|
+
end)
|
|
1067
|
+
|
|
1068
|
+
api.add_operation(:create_bot, Seahorse::Model::Operation.new.tap do |o|
|
|
1069
|
+
o.name = "CreateBot"
|
|
1070
|
+
o.http_method = "POST"
|
|
1071
|
+
o.http_request_uri = "/networks/{networkId}/bots"
|
|
1072
|
+
o.input = Shapes::ShapeRef.new(shape: CreateBotRequest)
|
|
1073
|
+
o.output = Shapes::ShapeRef.new(shape: CreateBotResponse)
|
|
1074
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1075
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1076
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1077
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1078
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1079
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1080
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1081
|
+
end)
|
|
1082
|
+
|
|
1083
|
+
api.add_operation(:create_data_retention_bot, Seahorse::Model::Operation.new.tap do |o|
|
|
1084
|
+
o.name = "CreateDataRetentionBot"
|
|
1085
|
+
o.http_method = "POST"
|
|
1086
|
+
o.http_request_uri = "/networks/{networkId}/data-retention-bots"
|
|
1087
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataRetentionBotRequest)
|
|
1088
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataRetentionBotResponse)
|
|
1089
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1090
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1091
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1092
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1093
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1094
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1095
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1096
|
+
end)
|
|
1097
|
+
|
|
1098
|
+
api.add_operation(:create_data_retention_bot_challenge, Seahorse::Model::Operation.new.tap do |o|
|
|
1099
|
+
o.name = "CreateDataRetentionBotChallenge"
|
|
1100
|
+
o.http_method = "POST"
|
|
1101
|
+
o.http_request_uri = "/networks/{networkId}/data-retention-bots/challenge"
|
|
1102
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataRetentionBotChallengeRequest)
|
|
1103
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataRetentionBotChallengeResponse)
|
|
1104
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1105
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1106
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1107
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1108
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1109
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1110
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1111
|
+
end)
|
|
1112
|
+
|
|
1113
|
+
api.add_operation(:create_network, Seahorse::Model::Operation.new.tap do |o|
|
|
1114
|
+
o.name = "CreateNetwork"
|
|
1115
|
+
o.http_method = "POST"
|
|
1116
|
+
o.http_request_uri = "/networks"
|
|
1117
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNetworkRequest)
|
|
1118
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNetworkResponse)
|
|
1119
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1120
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1121
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1122
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1123
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1124
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1125
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1126
|
+
end)
|
|
1127
|
+
|
|
1128
|
+
api.add_operation(:create_security_group, Seahorse::Model::Operation.new.tap do |o|
|
|
1129
|
+
o.name = "CreateSecurityGroup"
|
|
1130
|
+
o.http_method = "POST"
|
|
1131
|
+
o.http_request_uri = "/networks/{networkId}/security-groups"
|
|
1132
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSecurityGroupRequest)
|
|
1133
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSecurityGroupResponse)
|
|
1134
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1135
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1136
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1137
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1138
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1139
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1140
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1141
|
+
end)
|
|
1142
|
+
|
|
1143
|
+
api.add_operation(:delete_bot, Seahorse::Model::Operation.new.tap do |o|
|
|
1144
|
+
o.name = "DeleteBot"
|
|
1145
|
+
o.http_method = "DELETE"
|
|
1146
|
+
o.http_request_uri = "/networks/{networkId}/bots/{botId}"
|
|
1147
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteBotRequest)
|
|
1148
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteBotResponse)
|
|
1149
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1150
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1151
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1152
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1153
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1154
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1156
|
+
end)
|
|
1157
|
+
|
|
1158
|
+
api.add_operation(:delete_data_retention_bot, Seahorse::Model::Operation.new.tap do |o|
|
|
1159
|
+
o.name = "DeleteDataRetentionBot"
|
|
1160
|
+
o.http_method = "DELETE"
|
|
1161
|
+
o.http_request_uri = "/networks/{networkId}/data-retention-bots"
|
|
1162
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataRetentionBotRequest)
|
|
1163
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataRetentionBotResponse)
|
|
1164
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1165
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1166
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1167
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1168
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1169
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1170
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1171
|
+
end)
|
|
1172
|
+
|
|
1173
|
+
api.add_operation(:delete_network, Seahorse::Model::Operation.new.tap do |o|
|
|
1174
|
+
o.name = "DeleteNetwork"
|
|
1175
|
+
o.http_method = "DELETE"
|
|
1176
|
+
o.http_request_uri = "/networks/{networkId}"
|
|
1177
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNetworkRequest)
|
|
1178
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNetworkResponse)
|
|
1179
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1180
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1181
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1182
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1183
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1184
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1185
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1186
|
+
end)
|
|
1187
|
+
|
|
1188
|
+
api.add_operation(:delete_security_group, Seahorse::Model::Operation.new.tap do |o|
|
|
1189
|
+
o.name = "DeleteSecurityGroup"
|
|
1190
|
+
o.http_method = "DELETE"
|
|
1191
|
+
o.http_request_uri = "/networks/{networkId}/security-groups/{groupId}"
|
|
1192
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSecurityGroupRequest)
|
|
1193
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSecurityGroupResponse)
|
|
1194
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1195
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1196
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1197
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1198
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1199
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1200
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1201
|
+
end)
|
|
1202
|
+
|
|
1203
|
+
api.add_operation(:get_bot, Seahorse::Model::Operation.new.tap do |o|
|
|
1204
|
+
o.name = "GetBot"
|
|
1205
|
+
o.http_method = "GET"
|
|
1206
|
+
o.http_request_uri = "/networks/{networkId}/bots/{botId}"
|
|
1207
|
+
o.input = Shapes::ShapeRef.new(shape: GetBotRequest)
|
|
1208
|
+
o.output = Shapes::ShapeRef.new(shape: GetBotResponse)
|
|
1209
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1210
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1211
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1212
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1213
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1214
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1215
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1216
|
+
end)
|
|
1217
|
+
|
|
1218
|
+
api.add_operation(:get_bots_count, Seahorse::Model::Operation.new.tap do |o|
|
|
1219
|
+
o.name = "GetBotsCount"
|
|
1220
|
+
o.http_method = "GET"
|
|
1221
|
+
o.http_request_uri = "/networks/{networkId}/bots/count"
|
|
1222
|
+
o.input = Shapes::ShapeRef.new(shape: GetBotsCountRequest)
|
|
1223
|
+
o.output = Shapes::ShapeRef.new(shape: GetBotsCountResponse)
|
|
1224
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1225
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1226
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1227
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1228
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1229
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1230
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1231
|
+
end)
|
|
1232
|
+
|
|
1233
|
+
api.add_operation(:get_data_retention_bot, Seahorse::Model::Operation.new.tap do |o|
|
|
1234
|
+
o.name = "GetDataRetentionBot"
|
|
1235
|
+
o.http_method = "GET"
|
|
1236
|
+
o.http_request_uri = "/networks/{networkId}/data-retention-bots"
|
|
1237
|
+
o.input = Shapes::ShapeRef.new(shape: GetDataRetentionBotRequest)
|
|
1238
|
+
o.output = Shapes::ShapeRef.new(shape: GetDataRetentionBotResponse)
|
|
1239
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1240
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1241
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1242
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1243
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1244
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1245
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1246
|
+
end)
|
|
1247
|
+
|
|
1248
|
+
api.add_operation(:get_guest_user_history_count, Seahorse::Model::Operation.new.tap do |o|
|
|
1249
|
+
o.name = "GetGuestUserHistoryCount"
|
|
1250
|
+
o.http_method = "GET"
|
|
1251
|
+
o.http_request_uri = "/networks/{networkId}/guest-users/count"
|
|
1252
|
+
o.input = Shapes::ShapeRef.new(shape: GetGuestUserHistoryCountRequest)
|
|
1253
|
+
o.output = Shapes::ShapeRef.new(shape: GetGuestUserHistoryCountResponse)
|
|
1254
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1255
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1256
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1257
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1258
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1259
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1260
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1261
|
+
end)
|
|
1262
|
+
|
|
1263
|
+
api.add_operation(:get_network, Seahorse::Model::Operation.new.tap do |o|
|
|
1264
|
+
o.name = "GetNetwork"
|
|
1265
|
+
o.http_method = "GET"
|
|
1266
|
+
o.http_request_uri = "/networks/{networkId}"
|
|
1267
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkRequest)
|
|
1268
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkResponse)
|
|
1269
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1270
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1271
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1272
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1273
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1274
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1275
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1276
|
+
end)
|
|
1277
|
+
|
|
1278
|
+
api.add_operation(:get_network_settings, Seahorse::Model::Operation.new.tap do |o|
|
|
1279
|
+
o.name = "GetNetworkSettings"
|
|
1280
|
+
o.http_method = "GET"
|
|
1281
|
+
o.http_request_uri = "/networks/{networkId}/settings"
|
|
1282
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkSettingsRequest)
|
|
1283
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkSettingsResponse)
|
|
1284
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1285
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1286
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1287
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1288
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1289
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1290
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1291
|
+
end)
|
|
1292
|
+
|
|
1293
|
+
api.add_operation(:get_oidc_info, Seahorse::Model::Operation.new.tap do |o|
|
|
1294
|
+
o.name = "GetOidcInfo"
|
|
1295
|
+
o.http_method = "GET"
|
|
1296
|
+
o.http_request_uri = "/networks/{networkId}/oidc"
|
|
1297
|
+
o.input = Shapes::ShapeRef.new(shape: GetOidcInfoRequest)
|
|
1298
|
+
o.output = Shapes::ShapeRef.new(shape: GetOidcInfoResponse)
|
|
1299
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1300
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1301
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1302
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1303
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1304
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1305
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1306
|
+
end)
|
|
1307
|
+
|
|
1308
|
+
api.add_operation(:get_security_group, Seahorse::Model::Operation.new.tap do |o|
|
|
1309
|
+
o.name = "GetSecurityGroup"
|
|
1310
|
+
o.http_method = "GET"
|
|
1311
|
+
o.http_request_uri = "/networks/{networkId}/security-groups/{groupId}"
|
|
1312
|
+
o.input = Shapes::ShapeRef.new(shape: GetSecurityGroupRequest)
|
|
1313
|
+
o.output = Shapes::ShapeRef.new(shape: GetSecurityGroupResponse)
|
|
1314
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1315
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1316
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1317
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1318
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1319
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1320
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1321
|
+
end)
|
|
1322
|
+
|
|
1323
|
+
api.add_operation(:get_user, Seahorse::Model::Operation.new.tap do |o|
|
|
1324
|
+
o.name = "GetUser"
|
|
1325
|
+
o.http_method = "GET"
|
|
1326
|
+
o.http_request_uri = "/networks/{networkId}/users/{userId}"
|
|
1327
|
+
o.input = Shapes::ShapeRef.new(shape: GetUserRequest)
|
|
1328
|
+
o.output = Shapes::ShapeRef.new(shape: GetUserResponse)
|
|
1329
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1330
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1331
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1332
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1333
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1334
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1335
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1336
|
+
end)
|
|
1337
|
+
|
|
1338
|
+
api.add_operation(:get_users_count, Seahorse::Model::Operation.new.tap do |o|
|
|
1339
|
+
o.name = "GetUsersCount"
|
|
1340
|
+
o.http_method = "GET"
|
|
1341
|
+
o.http_request_uri = "/networks/{networkId}/users/count"
|
|
1342
|
+
o.input = Shapes::ShapeRef.new(shape: GetUsersCountRequest)
|
|
1343
|
+
o.output = Shapes::ShapeRef.new(shape: GetUsersCountResponse)
|
|
1344
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1345
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1346
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1347
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1348
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1349
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1350
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1351
|
+
end)
|
|
1352
|
+
|
|
1353
|
+
api.add_operation(:list_blocked_guest_users, Seahorse::Model::Operation.new.tap do |o|
|
|
1354
|
+
o.name = "ListBlockedGuestUsers"
|
|
1355
|
+
o.http_method = "GET"
|
|
1356
|
+
o.http_request_uri = "/networks/{networkId}/guest-users/blocklist"
|
|
1357
|
+
o.input = Shapes::ShapeRef.new(shape: ListBlockedGuestUsersRequest)
|
|
1358
|
+
o.output = Shapes::ShapeRef.new(shape: ListBlockedGuestUsersResponse)
|
|
1359
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1360
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1361
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1362
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1363
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1364
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1365
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1366
|
+
o[:pager] = Aws::Pager.new(
|
|
1367
|
+
limit_key: "max_results",
|
|
1368
|
+
tokens: {
|
|
1369
|
+
"next_token" => "next_token"
|
|
1370
|
+
}
|
|
1371
|
+
)
|
|
1372
|
+
end)
|
|
1373
|
+
|
|
1374
|
+
api.add_operation(:list_bots, Seahorse::Model::Operation.new.tap do |o|
|
|
1375
|
+
o.name = "ListBots"
|
|
1376
|
+
o.http_method = "GET"
|
|
1377
|
+
o.http_request_uri = "/networks/{networkId}/bots"
|
|
1378
|
+
o.input = Shapes::ShapeRef.new(shape: ListBotsRequest)
|
|
1379
|
+
o.output = Shapes::ShapeRef.new(shape: ListBotsResponse)
|
|
1380
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1381
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1382
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1383
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1384
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1385
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1386
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1387
|
+
o[:pager] = Aws::Pager.new(
|
|
1388
|
+
limit_key: "max_results",
|
|
1389
|
+
tokens: {
|
|
1390
|
+
"next_token" => "next_token"
|
|
1391
|
+
}
|
|
1392
|
+
)
|
|
1393
|
+
end)
|
|
1394
|
+
|
|
1395
|
+
api.add_operation(:list_devices_for_user, Seahorse::Model::Operation.new.tap do |o|
|
|
1396
|
+
o.name = "ListDevicesForUser"
|
|
1397
|
+
o.http_method = "GET"
|
|
1398
|
+
o.http_request_uri = "/networks/{networkId}/users/{userId}/devices"
|
|
1399
|
+
o.input = Shapes::ShapeRef.new(shape: ListDevicesForUserRequest)
|
|
1400
|
+
o.output = Shapes::ShapeRef.new(shape: ListDevicesForUserResponse)
|
|
1401
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1402
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1403
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1404
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1405
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1406
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1407
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1408
|
+
o[:pager] = Aws::Pager.new(
|
|
1409
|
+
limit_key: "max_results",
|
|
1410
|
+
tokens: {
|
|
1411
|
+
"next_token" => "next_token"
|
|
1412
|
+
}
|
|
1413
|
+
)
|
|
1414
|
+
end)
|
|
1415
|
+
|
|
1416
|
+
api.add_operation(:list_guest_users, Seahorse::Model::Operation.new.tap do |o|
|
|
1417
|
+
o.name = "ListGuestUsers"
|
|
1418
|
+
o.http_method = "GET"
|
|
1419
|
+
o.http_request_uri = "/networks/{networkId}/guest-users"
|
|
1420
|
+
o.input = Shapes::ShapeRef.new(shape: ListGuestUsersRequest)
|
|
1421
|
+
o.output = Shapes::ShapeRef.new(shape: ListGuestUsersResponse)
|
|
1422
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1423
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1424
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1425
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1426
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1427
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1428
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1429
|
+
o[:pager] = Aws::Pager.new(
|
|
1430
|
+
limit_key: "max_results",
|
|
1431
|
+
tokens: {
|
|
1432
|
+
"next_token" => "next_token"
|
|
1433
|
+
}
|
|
1434
|
+
)
|
|
1435
|
+
end)
|
|
1436
|
+
|
|
1437
|
+
api.add_operation(:list_networks, Seahorse::Model::Operation.new.tap do |o|
|
|
1438
|
+
o.name = "ListNetworks"
|
|
1439
|
+
o.http_method = "GET"
|
|
1440
|
+
o.http_request_uri = "/networks"
|
|
1441
|
+
o.input = Shapes::ShapeRef.new(shape: ListNetworksRequest)
|
|
1442
|
+
o.output = Shapes::ShapeRef.new(shape: ListNetworksResponse)
|
|
1443
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1444
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1445
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1446
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1447
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1448
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1449
|
+
o[:pager] = Aws::Pager.new(
|
|
1450
|
+
limit_key: "max_results",
|
|
1451
|
+
tokens: {
|
|
1452
|
+
"next_token" => "next_token"
|
|
1453
|
+
}
|
|
1454
|
+
)
|
|
1455
|
+
end)
|
|
1456
|
+
|
|
1457
|
+
api.add_operation(:list_security_group_users, Seahorse::Model::Operation.new.tap do |o|
|
|
1458
|
+
o.name = "ListSecurityGroupUsers"
|
|
1459
|
+
o.http_method = "GET"
|
|
1460
|
+
o.http_request_uri = "/networks/{networkId}/security-groups/{groupId}/users"
|
|
1461
|
+
o.input = Shapes::ShapeRef.new(shape: ListSecurityGroupUsersRequest)
|
|
1462
|
+
o.output = Shapes::ShapeRef.new(shape: ListSecurityGroupUsersResponse)
|
|
1463
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1464
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1465
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1466
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1469
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1470
|
+
o[:pager] = Aws::Pager.new(
|
|
1471
|
+
limit_key: "max_results",
|
|
1472
|
+
tokens: {
|
|
1473
|
+
"next_token" => "next_token"
|
|
1474
|
+
}
|
|
1475
|
+
)
|
|
1476
|
+
end)
|
|
1477
|
+
|
|
1478
|
+
api.add_operation(:list_security_groups, Seahorse::Model::Operation.new.tap do |o|
|
|
1479
|
+
o.name = "ListSecurityGroups"
|
|
1480
|
+
o.http_method = "GET"
|
|
1481
|
+
o.http_request_uri = "/networks/{networkId}/security-groups"
|
|
1482
|
+
o.input = Shapes::ShapeRef.new(shape: ListSecurityGroupsRequest)
|
|
1483
|
+
o.output = Shapes::ShapeRef.new(shape: ListSecurityGroupsResponse)
|
|
1484
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1485
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1486
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1487
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1488
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1489
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1490
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1491
|
+
o[:pager] = Aws::Pager.new(
|
|
1492
|
+
limit_key: "max_results",
|
|
1493
|
+
tokens: {
|
|
1494
|
+
"next_token" => "next_token"
|
|
1495
|
+
}
|
|
1496
|
+
)
|
|
1497
|
+
end)
|
|
1498
|
+
|
|
1499
|
+
api.add_operation(:list_users, Seahorse::Model::Operation.new.tap do |o|
|
|
1500
|
+
o.name = "ListUsers"
|
|
1501
|
+
o.http_method = "GET"
|
|
1502
|
+
o.http_request_uri = "/networks/{networkId}/users"
|
|
1503
|
+
o.input = Shapes::ShapeRef.new(shape: ListUsersRequest)
|
|
1504
|
+
o.output = Shapes::ShapeRef.new(shape: ListUsersResponse)
|
|
1505
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1506
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1507
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1508
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1509
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1510
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1511
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1512
|
+
o[:pager] = Aws::Pager.new(
|
|
1513
|
+
limit_key: "max_results",
|
|
1514
|
+
tokens: {
|
|
1515
|
+
"next_token" => "next_token"
|
|
1516
|
+
}
|
|
1517
|
+
)
|
|
1518
|
+
end)
|
|
1519
|
+
|
|
1520
|
+
api.add_operation(:register_oidc_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1521
|
+
o.name = "RegisterOidcConfig"
|
|
1522
|
+
o.http_method = "POST"
|
|
1523
|
+
o.http_request_uri = "/networks/{networkId}/oidc/save"
|
|
1524
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterOidcConfigRequest)
|
|
1525
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterOidcConfigResponse)
|
|
1526
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1527
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1528
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1529
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1530
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1531
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1532
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1533
|
+
end)
|
|
1534
|
+
|
|
1535
|
+
api.add_operation(:register_oidc_config_test, Seahorse::Model::Operation.new.tap do |o|
|
|
1536
|
+
o.name = "RegisterOidcConfigTest"
|
|
1537
|
+
o.http_method = "POST"
|
|
1538
|
+
o.http_request_uri = "/networks/{networkId}/oidc/test"
|
|
1539
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterOidcConfigTestRequest)
|
|
1540
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterOidcConfigTestResponse)
|
|
1541
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1542
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1543
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1544
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1545
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1546
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1547
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1548
|
+
end)
|
|
1549
|
+
|
|
1550
|
+
api.add_operation(:update_bot, Seahorse::Model::Operation.new.tap do |o|
|
|
1551
|
+
o.name = "UpdateBot"
|
|
1552
|
+
o.http_method = "PATCH"
|
|
1553
|
+
o.http_request_uri = "/networks/{networkId}/bots/{botId}"
|
|
1554
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateBotRequest)
|
|
1555
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateBotResponse)
|
|
1556
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1557
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1558
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1559
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1560
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1561
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1562
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1563
|
+
end)
|
|
1564
|
+
|
|
1565
|
+
api.add_operation(:update_data_retention, Seahorse::Model::Operation.new.tap do |o|
|
|
1566
|
+
o.name = "UpdateDataRetention"
|
|
1567
|
+
o.http_method = "PATCH"
|
|
1568
|
+
o.http_request_uri = "/networks/{networkId}/data-retention-bots"
|
|
1569
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataRetentionRequest)
|
|
1570
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataRetentionResponse)
|
|
1571
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1572
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1573
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1576
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1577
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1578
|
+
end)
|
|
1579
|
+
|
|
1580
|
+
api.add_operation(:update_guest_user, Seahorse::Model::Operation.new.tap do |o|
|
|
1581
|
+
o.name = "UpdateGuestUser"
|
|
1582
|
+
o.http_method = "PATCH"
|
|
1583
|
+
o.http_request_uri = "/networks/{networkId}/guest-users/{usernameHash}"
|
|
1584
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGuestUserRequest)
|
|
1585
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGuestUserResponse)
|
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1587
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1588
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1589
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1590
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1591
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1592
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1593
|
+
end)
|
|
1594
|
+
|
|
1595
|
+
api.add_operation(:update_network, Seahorse::Model::Operation.new.tap do |o|
|
|
1596
|
+
o.name = "UpdateNetwork"
|
|
1597
|
+
o.http_method = "PATCH"
|
|
1598
|
+
o.http_request_uri = "/networks/{networkId}"
|
|
1599
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateNetworkRequest)
|
|
1600
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateNetworkResponse)
|
|
1601
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1602
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1603
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1604
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1605
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1606
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1607
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1608
|
+
end)
|
|
1609
|
+
|
|
1610
|
+
api.add_operation(:update_network_settings, Seahorse::Model::Operation.new.tap do |o|
|
|
1611
|
+
o.name = "UpdateNetworkSettings"
|
|
1612
|
+
o.http_method = "PATCH"
|
|
1613
|
+
o.http_request_uri = "/networks/{networkId}/settings"
|
|
1614
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateNetworkSettingsRequest)
|
|
1615
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateNetworkSettingsResponse)
|
|
1616
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1617
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1618
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1619
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1620
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1621
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1622
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1623
|
+
end)
|
|
1624
|
+
|
|
1625
|
+
api.add_operation(:update_security_group, Seahorse::Model::Operation.new.tap do |o|
|
|
1626
|
+
o.name = "UpdateSecurityGroup"
|
|
1627
|
+
o.http_method = "PATCH"
|
|
1628
|
+
o.http_request_uri = "/networks/{networkId}/security-groups/{groupId}"
|
|
1629
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSecurityGroupRequest)
|
|
1630
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSecurityGroupResponse)
|
|
1631
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1632
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1633
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1634
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1635
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1636
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1637
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1638
|
+
end)
|
|
1639
|
+
|
|
1640
|
+
api.add_operation(:update_user, Seahorse::Model::Operation.new.tap do |o|
|
|
1641
|
+
o.name = "UpdateUser"
|
|
1642
|
+
o.http_method = "PATCH"
|
|
1643
|
+
o.http_request_uri = "/networks/{networkId}/users"
|
|
1644
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateUserRequest)
|
|
1645
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateUserResponse)
|
|
1646
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationError)
|
|
1647
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestError)
|
|
1648
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundError)
|
|
1649
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenError)
|
|
1650
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedError)
|
|
1651
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
1652
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitError)
|
|
1653
|
+
end)
|
|
1654
|
+
end
|
|
1655
|
+
|
|
1656
|
+
end
|
|
1657
|
+
end
|