aws-sdk-iotwireless 1.15.0 → 1.16.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.
@@ -26,6 +26,12 @@ module Aws::IoTWireless
26
26
  AppServerPrivateKey = Shapes::StringShape.new(name: 'AppServerPrivateKey')
27
27
  AssociateAwsAccountWithPartnerAccountRequest = Shapes::StructureShape.new(name: 'AssociateAwsAccountWithPartnerAccountRequest')
28
28
  AssociateAwsAccountWithPartnerAccountResponse = Shapes::StructureShape.new(name: 'AssociateAwsAccountWithPartnerAccountResponse')
29
+ AssociateMulticastGroupWithFuotaTaskRequest = Shapes::StructureShape.new(name: 'AssociateMulticastGroupWithFuotaTaskRequest')
30
+ AssociateMulticastGroupWithFuotaTaskResponse = Shapes::StructureShape.new(name: 'AssociateMulticastGroupWithFuotaTaskResponse')
31
+ AssociateWirelessDeviceWithFuotaTaskRequest = Shapes::StructureShape.new(name: 'AssociateWirelessDeviceWithFuotaTaskRequest')
32
+ AssociateWirelessDeviceWithFuotaTaskResponse = Shapes::StructureShape.new(name: 'AssociateWirelessDeviceWithFuotaTaskResponse')
33
+ AssociateWirelessDeviceWithMulticastGroupRequest = Shapes::StructureShape.new(name: 'AssociateWirelessDeviceWithMulticastGroupRequest')
34
+ AssociateWirelessDeviceWithMulticastGroupResponse = Shapes::StructureShape.new(name: 'AssociateWirelessDeviceWithMulticastGroupResponse')
29
35
  AssociateWirelessDeviceWithThingRequest = Shapes::StructureShape.new(name: 'AssociateWirelessDeviceWithThingRequest')
30
36
  AssociateWirelessDeviceWithThingResponse = Shapes::StructureShape.new(name: 'AssociateWirelessDeviceWithThingResponse')
31
37
  AssociateWirelessGatewayWithCertificateRequest = Shapes::StructureShape.new(name: 'AssociateWirelessGatewayWithCertificateRequest')
@@ -34,6 +40,8 @@ module Aws::IoTWireless
34
40
  AssociateWirelessGatewayWithThingResponse = Shapes::StructureShape.new(name: 'AssociateWirelessGatewayWithThingResponse')
35
41
  AutoCreateTasks = Shapes::BooleanShape.new(name: 'AutoCreateTasks')
36
42
  BatteryLevel = Shapes::StringShape.new(name: 'BatteryLevel')
43
+ CancelMulticastGroupSessionRequest = Shapes::StructureShape.new(name: 'CancelMulticastGroupSessionRequest')
44
+ CancelMulticastGroupSessionResponse = Shapes::StructureShape.new(name: 'CancelMulticastGroupSessionResponse')
37
45
  CertificateList = Shapes::StructureShape.new(name: 'CertificateList')
38
46
  CertificatePEM = Shapes::StringShape.new(name: 'CertificatePEM')
39
47
  CertificateValue = Shapes::StringShape.new(name: 'CertificateValue')
@@ -48,6 +56,10 @@ module Aws::IoTWireless
48
56
  CreateDestinationResponse = Shapes::StructureShape.new(name: 'CreateDestinationResponse')
49
57
  CreateDeviceProfileRequest = Shapes::StructureShape.new(name: 'CreateDeviceProfileRequest')
50
58
  CreateDeviceProfileResponse = Shapes::StructureShape.new(name: 'CreateDeviceProfileResponse')
59
+ CreateFuotaTaskRequest = Shapes::StructureShape.new(name: 'CreateFuotaTaskRequest')
60
+ CreateFuotaTaskResponse = Shapes::StructureShape.new(name: 'CreateFuotaTaskResponse')
61
+ CreateMulticastGroupRequest = Shapes::StructureShape.new(name: 'CreateMulticastGroupRequest')
62
+ CreateMulticastGroupResponse = Shapes::StructureShape.new(name: 'CreateMulticastGroupResponse')
51
63
  CreateServiceProfileRequest = Shapes::StructureShape.new(name: 'CreateServiceProfileRequest')
52
64
  CreateServiceProfileResponse = Shapes::StructureShape.new(name: 'CreateServiceProfileResponse')
53
65
  CreateWirelessDeviceRequest = Shapes::StructureShape.new(name: 'CreateWirelessDeviceRequest')
@@ -58,10 +70,15 @@ module Aws::IoTWireless
58
70
  CreateWirelessGatewayTaskDefinitionResponse = Shapes::StructureShape.new(name: 'CreateWirelessGatewayTaskDefinitionResponse')
59
71
  CreateWirelessGatewayTaskRequest = Shapes::StructureShape.new(name: 'CreateWirelessGatewayTaskRequest')
60
72
  CreateWirelessGatewayTaskResponse = Shapes::StructureShape.new(name: 'CreateWirelessGatewayTaskResponse')
73
+ CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
61
74
  DeleteDestinationRequest = Shapes::StructureShape.new(name: 'DeleteDestinationRequest')
62
75
  DeleteDestinationResponse = Shapes::StructureShape.new(name: 'DeleteDestinationResponse')
63
76
  DeleteDeviceProfileRequest = Shapes::StructureShape.new(name: 'DeleteDeviceProfileRequest')
64
77
  DeleteDeviceProfileResponse = Shapes::StructureShape.new(name: 'DeleteDeviceProfileResponse')
78
+ DeleteFuotaTaskRequest = Shapes::StructureShape.new(name: 'DeleteFuotaTaskRequest')
79
+ DeleteFuotaTaskResponse = Shapes::StructureShape.new(name: 'DeleteFuotaTaskResponse')
80
+ DeleteMulticastGroupRequest = Shapes::StructureShape.new(name: 'DeleteMulticastGroupRequest')
81
+ DeleteMulticastGroupResponse = Shapes::StructureShape.new(name: 'DeleteMulticastGroupResponse')
65
82
  DeleteServiceProfileRequest = Shapes::StructureShape.new(name: 'DeleteServiceProfileRequest')
66
83
  DeleteServiceProfileResponse = Shapes::StructureShape.new(name: 'DeleteServiceProfileResponse')
67
84
  DeleteWirelessDeviceRequest = Shapes::StructureShape.new(name: 'DeleteWirelessDeviceRequest')
@@ -86,9 +103,16 @@ module Aws::IoTWireless
86
103
  DeviceProfileId = Shapes::StringShape.new(name: 'DeviceProfileId')
87
104
  DeviceProfileList = Shapes::ListShape.new(name: 'DeviceProfileList')
88
105
  DeviceProfileName = Shapes::StringShape.new(name: 'DeviceProfileName')
106
+ DeviceRegistrationStateEventConfiguration = Shapes::StructureShape.new(name: 'DeviceRegistrationStateEventConfiguration')
89
107
  DeviceState = Shapes::StringShape.new(name: 'DeviceState')
90
108
  DisassociateAwsAccountFromPartnerAccountRequest = Shapes::StructureShape.new(name: 'DisassociateAwsAccountFromPartnerAccountRequest')
91
109
  DisassociateAwsAccountFromPartnerAccountResponse = Shapes::StructureShape.new(name: 'DisassociateAwsAccountFromPartnerAccountResponse')
110
+ DisassociateMulticastGroupFromFuotaTaskRequest = Shapes::StructureShape.new(name: 'DisassociateMulticastGroupFromFuotaTaskRequest')
111
+ DisassociateMulticastGroupFromFuotaTaskResponse = Shapes::StructureShape.new(name: 'DisassociateMulticastGroupFromFuotaTaskResponse')
112
+ DisassociateWirelessDeviceFromFuotaTaskRequest = Shapes::StructureShape.new(name: 'DisassociateWirelessDeviceFromFuotaTaskRequest')
113
+ DisassociateWirelessDeviceFromFuotaTaskResponse = Shapes::StructureShape.new(name: 'DisassociateWirelessDeviceFromFuotaTaskResponse')
114
+ DisassociateWirelessDeviceFromMulticastGroupRequest = Shapes::StructureShape.new(name: 'DisassociateWirelessDeviceFromMulticastGroupRequest')
115
+ DisassociateWirelessDeviceFromMulticastGroupResponse = Shapes::StructureShape.new(name: 'DisassociateWirelessDeviceFromMulticastGroupResponse')
92
116
  DisassociateWirelessDeviceFromThingRequest = Shapes::StructureShape.new(name: 'DisassociateWirelessDeviceFromThingRequest')
93
117
  DisassociateWirelessDeviceFromThingResponse = Shapes::StructureShape.new(name: 'DisassociateWirelessDeviceFromThingResponse')
94
118
  DisassociateWirelessGatewayFromCertificateRequest = Shapes::StructureShape.new(name: 'DisassociateWirelessGatewayFromCertificateRequest')
@@ -96,6 +120,9 @@ module Aws::IoTWireless
96
120
  DisassociateWirelessGatewayFromThingRequest = Shapes::StructureShape.new(name: 'DisassociateWirelessGatewayFromThingRequest')
97
121
  DisassociateWirelessGatewayFromThingResponse = Shapes::StructureShape.new(name: 'DisassociateWirelessGatewayFromThingResponse')
98
122
  DlBucketSize = Shapes::IntegerShape.new(name: 'DlBucketSize')
123
+ DlClass = Shapes::StringShape.new(name: 'DlClass')
124
+ DlDr = Shapes::IntegerShape.new(name: 'DlDr')
125
+ DlFreq = Shapes::IntegerShape.new(name: 'DlFreq')
99
126
  DlRate = Shapes::IntegerShape.new(name: 'DlRate')
100
127
  DlRatePolicy = Shapes::StringShape.new(name: 'DlRatePolicy')
101
128
  Double = Shapes::FloatShape.new(name: 'Double')
@@ -103,21 +130,42 @@ module Aws::IoTWireless
103
130
  DrMin = Shapes::IntegerShape.new(name: 'DrMin')
104
131
  EndPoint = Shapes::StringShape.new(name: 'EndPoint')
105
132
  Event = Shapes::StringShape.new(name: 'Event')
133
+ EventNotificationPartnerType = Shapes::StringShape.new(name: 'EventNotificationPartnerType')
134
+ EventNotificationTopicStatus = Shapes::StringShape.new(name: 'EventNotificationTopicStatus')
106
135
  Expression = Shapes::StringShape.new(name: 'Expression')
107
136
  ExpressionType = Shapes::StringShape.new(name: 'ExpressionType')
108
137
  FNwkSIntKey = Shapes::StringShape.new(name: 'FNwkSIntKey')
109
138
  FPort = Shapes::IntegerShape.new(name: 'FPort')
139
+ FPorts = Shapes::StructureShape.new(name: 'FPorts')
110
140
  FactoryPresetFreqsList = Shapes::ListShape.new(name: 'FactoryPresetFreqsList')
111
141
  Fingerprint = Shapes::StringShape.new(name: 'Fingerprint')
142
+ FirmwareUpdateImage = Shapes::StringShape.new(name: 'FirmwareUpdateImage')
143
+ FirmwareUpdateRole = Shapes::StringShape.new(name: 'FirmwareUpdateRole')
144
+ FuotaDeviceStatus = Shapes::StringShape.new(name: 'FuotaDeviceStatus')
145
+ FuotaTask = Shapes::StructureShape.new(name: 'FuotaTask')
146
+ FuotaTaskArn = Shapes::StringShape.new(name: 'FuotaTaskArn')
147
+ FuotaTaskId = Shapes::StringShape.new(name: 'FuotaTaskId')
148
+ FuotaTaskList = Shapes::ListShape.new(name: 'FuotaTaskList')
149
+ FuotaTaskName = Shapes::StringShape.new(name: 'FuotaTaskName')
150
+ FuotaTaskStatus = Shapes::StringShape.new(name: 'FuotaTaskStatus')
112
151
  GatewayEui = Shapes::StringShape.new(name: 'GatewayEui')
152
+ GenAppKey = Shapes::StringShape.new(name: 'GenAppKey')
113
153
  GetDestinationRequest = Shapes::StructureShape.new(name: 'GetDestinationRequest')
114
154
  GetDestinationResponse = Shapes::StructureShape.new(name: 'GetDestinationResponse')
115
155
  GetDeviceProfileRequest = Shapes::StructureShape.new(name: 'GetDeviceProfileRequest')
116
156
  GetDeviceProfileResponse = Shapes::StructureShape.new(name: 'GetDeviceProfileResponse')
157
+ GetFuotaTaskRequest = Shapes::StructureShape.new(name: 'GetFuotaTaskRequest')
158
+ GetFuotaTaskResponse = Shapes::StructureShape.new(name: 'GetFuotaTaskResponse')
117
159
  GetLogLevelsByResourceTypesRequest = Shapes::StructureShape.new(name: 'GetLogLevelsByResourceTypesRequest')
118
160
  GetLogLevelsByResourceTypesResponse = Shapes::StructureShape.new(name: 'GetLogLevelsByResourceTypesResponse')
161
+ GetMulticastGroupRequest = Shapes::StructureShape.new(name: 'GetMulticastGroupRequest')
162
+ GetMulticastGroupResponse = Shapes::StructureShape.new(name: 'GetMulticastGroupResponse')
163
+ GetMulticastGroupSessionRequest = Shapes::StructureShape.new(name: 'GetMulticastGroupSessionRequest')
164
+ GetMulticastGroupSessionResponse = Shapes::StructureShape.new(name: 'GetMulticastGroupSessionResponse')
119
165
  GetPartnerAccountRequest = Shapes::StructureShape.new(name: 'GetPartnerAccountRequest')
120
166
  GetPartnerAccountResponse = Shapes::StructureShape.new(name: 'GetPartnerAccountResponse')
167
+ GetResourceEventConfigurationRequest = Shapes::StructureShape.new(name: 'GetResourceEventConfigurationRequest')
168
+ GetResourceEventConfigurationResponse = Shapes::StructureShape.new(name: 'GetResourceEventConfigurationResponse')
121
169
  GetResourceLogLevelRequest = Shapes::StructureShape.new(name: 'GetResourceLogLevelRequest')
122
170
  GetResourceLogLevelResponse = Shapes::StructureShape.new(name: 'GetResourceLogLevelResponse')
123
171
  GetServiceEndpointRequest = Shapes::StructureShape.new(name: 'GetServiceEndpointRequest')
@@ -143,6 +191,7 @@ module Aws::IoTWireless
143
191
  HrAllowed = Shapes::BooleanShape.new(name: 'HrAllowed')
144
192
  ISODateTimeString = Shapes::StringShape.new(name: 'ISODateTimeString')
145
193
  Identifier = Shapes::StringShape.new(name: 'Identifier')
194
+ IdentifierType = Shapes::StringShape.new(name: 'IdentifierType')
146
195
  Integer = Shapes::IntegerShape.new(name: 'Integer')
147
196
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
148
197
  IotCertificateId = Shapes::StringShape.new(name: 'IotCertificateId')
@@ -153,6 +202,12 @@ module Aws::IoTWireless
153
202
  ListDestinationsResponse = Shapes::StructureShape.new(name: 'ListDestinationsResponse')
154
203
  ListDeviceProfilesRequest = Shapes::StructureShape.new(name: 'ListDeviceProfilesRequest')
155
204
  ListDeviceProfilesResponse = Shapes::StructureShape.new(name: 'ListDeviceProfilesResponse')
205
+ ListFuotaTasksRequest = Shapes::StructureShape.new(name: 'ListFuotaTasksRequest')
206
+ ListFuotaTasksResponse = Shapes::StructureShape.new(name: 'ListFuotaTasksResponse')
207
+ ListMulticastGroupsByFuotaTaskRequest = Shapes::StructureShape.new(name: 'ListMulticastGroupsByFuotaTaskRequest')
208
+ ListMulticastGroupsByFuotaTaskResponse = Shapes::StructureShape.new(name: 'ListMulticastGroupsByFuotaTaskResponse')
209
+ ListMulticastGroupsRequest = Shapes::StructureShape.new(name: 'ListMulticastGroupsRequest')
210
+ ListMulticastGroupsResponse = Shapes::StructureShape.new(name: 'ListMulticastGroupsResponse')
156
211
  ListPartnerAccountsRequest = Shapes::StructureShape.new(name: 'ListPartnerAccountsRequest')
157
212
  ListPartnerAccountsResponse = Shapes::StructureShape.new(name: 'ListPartnerAccountsResponse')
158
213
  ListServiceProfilesRequest = Shapes::StructureShape.new(name: 'ListServiceProfilesRequest')
@@ -168,6 +223,8 @@ module Aws::IoTWireless
168
223
  LoRaWANDevice = Shapes::StructureShape.new(name: 'LoRaWANDevice')
169
224
  LoRaWANDeviceMetadata = Shapes::StructureShape.new(name: 'LoRaWANDeviceMetadata')
170
225
  LoRaWANDeviceProfile = Shapes::StructureShape.new(name: 'LoRaWANDeviceProfile')
226
+ LoRaWANFuotaTask = Shapes::StructureShape.new(name: 'LoRaWANFuotaTask')
227
+ LoRaWANFuotaTaskGetInfo = Shapes::StructureShape.new(name: 'LoRaWANFuotaTaskGetInfo')
171
228
  LoRaWANGateway = Shapes::StructureShape.new(name: 'LoRaWANGateway')
172
229
  LoRaWANGatewayCurrentVersion = Shapes::StructureShape.new(name: 'LoRaWANGatewayCurrentVersion')
173
230
  LoRaWANGatewayMetadata = Shapes::StructureShape.new(name: 'LoRaWANGatewayMetadata')
@@ -175,8 +232,13 @@ module Aws::IoTWireless
175
232
  LoRaWANGatewayVersion = Shapes::StructureShape.new(name: 'LoRaWANGatewayVersion')
176
233
  LoRaWANGetServiceProfileInfo = Shapes::StructureShape.new(name: 'LoRaWANGetServiceProfileInfo')
177
234
  LoRaWANListDevice = Shapes::StructureShape.new(name: 'LoRaWANListDevice')
235
+ LoRaWANMulticast = Shapes::StructureShape.new(name: 'LoRaWANMulticast')
236
+ LoRaWANMulticastGet = Shapes::StructureShape.new(name: 'LoRaWANMulticastGet')
237
+ LoRaWANMulticastMetadata = Shapes::StructureShape.new(name: 'LoRaWANMulticastMetadata')
238
+ LoRaWANMulticastSession = Shapes::StructureShape.new(name: 'LoRaWANMulticastSession')
178
239
  LoRaWANSendDataToDevice = Shapes::StructureShape.new(name: 'LoRaWANSendDataToDevice')
179
240
  LoRaWANServiceProfile = Shapes::StructureShape.new(name: 'LoRaWANServiceProfile')
241
+ LoRaWANStartFuotaTask = Shapes::StructureShape.new(name: 'LoRaWANStartFuotaTask')
180
242
  LoRaWANUpdateDevice = Shapes::StructureShape.new(name: 'LoRaWANUpdateDevice')
181
243
  LoRaWANUpdateGatewayTaskCreate = Shapes::StructureShape.new(name: 'LoRaWANUpdateGatewayTaskCreate')
182
244
  LoRaWANUpdateGatewayTaskEntry = Shapes::StructureShape.new(name: 'LoRaWANUpdateGatewayTaskEntry')
@@ -185,14 +247,28 @@ module Aws::IoTWireless
185
247
  MaxDutyCycle = Shapes::IntegerShape.new(name: 'MaxDutyCycle')
186
248
  MaxEirp = Shapes::IntegerShape.new(name: 'MaxEirp')
187
249
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
250
+ McGroupId = Shapes::IntegerShape.new(name: 'McGroupId')
188
251
  Message = Shapes::StringShape.new(name: 'Message')
189
252
  MessageId = Shapes::StringShape.new(name: 'MessageId')
190
253
  MessageType = Shapes::StringShape.new(name: 'MessageType')
191
254
  MinGwDiversity = Shapes::IntegerShape.new(name: 'MinGwDiversity')
192
255
  Model = Shapes::StringShape.new(name: 'Model')
256
+ MulticastDeviceStatus = Shapes::StringShape.new(name: 'MulticastDeviceStatus')
257
+ MulticastGroup = Shapes::StructureShape.new(name: 'MulticastGroup')
258
+ MulticastGroupArn = Shapes::StringShape.new(name: 'MulticastGroupArn')
259
+ MulticastGroupByFuotaTask = Shapes::StructureShape.new(name: 'MulticastGroupByFuotaTask')
260
+ MulticastGroupId = Shapes::StringShape.new(name: 'MulticastGroupId')
261
+ MulticastGroupList = Shapes::ListShape.new(name: 'MulticastGroupList')
262
+ MulticastGroupListByFuotaTask = Shapes::ListShape.new(name: 'MulticastGroupListByFuotaTask')
263
+ MulticastGroupMessageId = Shapes::StringShape.new(name: 'MulticastGroupMessageId')
264
+ MulticastGroupName = Shapes::StringShape.new(name: 'MulticastGroupName')
265
+ MulticastGroupStatus = Shapes::StringShape.new(name: 'MulticastGroupStatus')
266
+ MulticastWirelessMetadata = Shapes::StructureShape.new(name: 'MulticastWirelessMetadata')
193
267
  NetId = Shapes::StringShape.new(name: 'NetId')
194
268
  NetIdFilters = Shapes::ListShape.new(name: 'NetIdFilters')
195
269
  NextToken = Shapes::StringShape.new(name: 'NextToken')
270
+ NumberOfDevicesInGroup = Shapes::IntegerShape.new(name: 'NumberOfDevicesInGroup')
271
+ NumberOfDevicesRequested = Shapes::IntegerShape.new(name: 'NumberOfDevicesRequested')
196
272
  NwkGeoLoc = Shapes::BooleanShape.new(name: 'NwkGeoLoc')
197
273
  NwkKey = Shapes::StringShape.new(name: 'NwkKey')
198
274
  NwkSEncKey = Shapes::StringShape.new(name: 'NwkSEncKey')
@@ -209,8 +285,10 @@ module Aws::IoTWireless
209
285
  PingSlotPeriod = Shapes::IntegerShape.new(name: 'PingSlotPeriod')
210
286
  PrAllowed = Shapes::BooleanShape.new(name: 'PrAllowed')
211
287
  PresetFreq = Shapes::IntegerShape.new(name: 'PresetFreq')
288
+ ProximityEventConfiguration = Shapes::StructureShape.new(name: 'ProximityEventConfiguration')
212
289
  PutResourceLogLevelRequest = Shapes::StructureShape.new(name: 'PutResourceLogLevelRequest')
213
290
  PutResourceLogLevelResponse = Shapes::StructureShape.new(name: 'PutResourceLogLevelResponse')
291
+ QueryString = Shapes::StringShape.new(name: 'QueryString')
214
292
  RaAllowed = Shapes::BooleanShape.new(name: 'RaAllowed')
215
293
  RegParamsRevision = Shapes::StringShape.new(name: 'RegParamsRevision')
216
294
  ReportDevStatusBattery = Shapes::BooleanShape.new(name: 'ReportDevStatusBattery')
@@ -231,6 +309,8 @@ module Aws::IoTWireless
231
309
  RxDrOffset1 = Shapes::IntegerShape.new(name: 'RxDrOffset1')
232
310
  RxFreq2 = Shapes::IntegerShape.new(name: 'RxFreq2')
233
311
  SNwkSIntKey = Shapes::StringShape.new(name: 'SNwkSIntKey')
312
+ SendDataToMulticastGroupRequest = Shapes::StructureShape.new(name: 'SendDataToMulticastGroupRequest')
313
+ SendDataToMulticastGroupResponse = Shapes::StructureShape.new(name: 'SendDataToMulticastGroupResponse')
234
314
  SendDataToWirelessDeviceRequest = Shapes::StructureShape.new(name: 'SendDataToWirelessDeviceRequest')
235
315
  SendDataToWirelessDeviceResponse = Shapes::StructureShape.new(name: 'SendDataToWirelessDeviceResponse')
236
316
  Seq = Shapes::IntegerShape.new(name: 'Seq')
@@ -241,20 +321,33 @@ module Aws::IoTWireless
241
321
  ServiceProfileName = Shapes::StringShape.new(name: 'ServiceProfileName')
242
322
  SessionKeysAbpV1_0_x = Shapes::StructureShape.new(name: 'SessionKeysAbpV1_0_x')
243
323
  SessionKeysAbpV1_1 = Shapes::StructureShape.new(name: 'SessionKeysAbpV1_1')
324
+ SessionStartTimeTimestamp = Shapes::TimestampShape.new(name: 'SessionStartTimeTimestamp', timestampFormat: "iso8601")
325
+ SessionTimeout = Shapes::IntegerShape.new(name: 'SessionTimeout')
244
326
  SidewalkAccountInfo = Shapes::StructureShape.new(name: 'SidewalkAccountInfo')
245
327
  SidewalkAccountInfoWithFingerprint = Shapes::StructureShape.new(name: 'SidewalkAccountInfoWithFingerprint')
246
328
  SidewalkAccountList = Shapes::ListShape.new(name: 'SidewalkAccountList')
247
329
  SidewalkDevice = Shapes::StructureShape.new(name: 'SidewalkDevice')
248
330
  SidewalkDeviceMetadata = Shapes::StructureShape.new(name: 'SidewalkDeviceMetadata')
331
+ SidewalkEventNotificationConfigurations = Shapes::StructureShape.new(name: 'SidewalkEventNotificationConfigurations')
249
332
  SidewalkId = Shapes::StringShape.new(name: 'SidewalkId')
250
333
  SidewalkListDevice = Shapes::StructureShape.new(name: 'SidewalkListDevice')
251
334
  SidewalkManufacturingSn = Shapes::StringShape.new(name: 'SidewalkManufacturingSn')
252
335
  SidewalkSendDataToDevice = Shapes::StructureShape.new(name: 'SidewalkSendDataToDevice')
253
336
  SidewalkUpdateAccount = Shapes::StructureShape.new(name: 'SidewalkUpdateAccount')
254
337
  SigningAlg = Shapes::StringShape.new(name: 'SigningAlg')
338
+ StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupRequest')
339
+ StartBulkAssociateWirelessDeviceWithMulticastGroupResponse = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupResponse')
340
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest = Shapes::StructureShape.new(name: 'StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest')
341
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse = Shapes::StructureShape.new(name: 'StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse')
342
+ StartFuotaTaskRequest = Shapes::StructureShape.new(name: 'StartFuotaTaskRequest')
343
+ StartFuotaTaskResponse = Shapes::StructureShape.new(name: 'StartFuotaTaskResponse')
344
+ StartMulticastGroupSessionRequest = Shapes::StructureShape.new(name: 'StartMulticastGroupSessionRequest')
345
+ StartMulticastGroupSessionResponse = Shapes::StructureShape.new(name: 'StartMulticastGroupSessionResponse')
346
+ StartTime = Shapes::TimestampShape.new(name: 'StartTime', timestampFormat: "iso8601")
255
347
  Station = Shapes::StringShape.new(name: 'Station')
256
348
  SubBand = Shapes::IntegerShape.new(name: 'SubBand')
257
349
  SubBands = Shapes::ListShape.new(name: 'SubBands')
350
+ SupportedRfRegion = Shapes::StringShape.new(name: 'SupportedRfRegion')
258
351
  Supports32BitFCnt = Shapes::BooleanShape.new(name: 'Supports32BitFCnt')
259
352
  SupportsClassB = Shapes::BooleanShape.new(name: 'SupportsClassB')
260
353
  SupportsClassC = Shapes::BooleanShape.new(name: 'SupportsClassC')
@@ -282,10 +375,16 @@ module Aws::IoTWireless
282
375
  UpdateDataSource = Shapes::StringShape.new(name: 'UpdateDataSource')
283
376
  UpdateDestinationRequest = Shapes::StructureShape.new(name: 'UpdateDestinationRequest')
284
377
  UpdateDestinationResponse = Shapes::StructureShape.new(name: 'UpdateDestinationResponse')
378
+ UpdateFuotaTaskRequest = Shapes::StructureShape.new(name: 'UpdateFuotaTaskRequest')
379
+ UpdateFuotaTaskResponse = Shapes::StructureShape.new(name: 'UpdateFuotaTaskResponse')
285
380
  UpdateLogLevelsByResourceTypesRequest = Shapes::StructureShape.new(name: 'UpdateLogLevelsByResourceTypesRequest')
286
381
  UpdateLogLevelsByResourceTypesResponse = Shapes::StructureShape.new(name: 'UpdateLogLevelsByResourceTypesResponse')
382
+ UpdateMulticastGroupRequest = Shapes::StructureShape.new(name: 'UpdateMulticastGroupRequest')
383
+ UpdateMulticastGroupResponse = Shapes::StructureShape.new(name: 'UpdateMulticastGroupResponse')
287
384
  UpdatePartnerAccountRequest = Shapes::StructureShape.new(name: 'UpdatePartnerAccountRequest')
288
385
  UpdatePartnerAccountResponse = Shapes::StructureShape.new(name: 'UpdatePartnerAccountResponse')
386
+ UpdateResourceEventConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateResourceEventConfigurationRequest')
387
+ UpdateResourceEventConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateResourceEventConfigurationResponse')
289
388
  UpdateSignature = Shapes::StringShape.new(name: 'UpdateSignature')
290
389
  UpdateWirelessDeviceRequest = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceRequest')
291
390
  UpdateWirelessDeviceResponse = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceResponse')
@@ -347,6 +446,24 @@ module Aws::IoTWireless
347
446
  AssociateAwsAccountWithPartnerAccountResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAccountArn, location_name: "Arn"))
348
447
  AssociateAwsAccountWithPartnerAccountResponse.struct_class = Types::AssociateAwsAccountWithPartnerAccountResponse
349
448
 
449
+ AssociateMulticastGroupWithFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
450
+ AssociateMulticastGroupWithFuotaTaskRequest.add_member(:multicast_group_id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location_name: "MulticastGroupId"))
451
+ AssociateMulticastGroupWithFuotaTaskRequest.struct_class = Types::AssociateMulticastGroupWithFuotaTaskRequest
452
+
453
+ AssociateMulticastGroupWithFuotaTaskResponse.struct_class = Types::AssociateMulticastGroupWithFuotaTaskResponse
454
+
455
+ AssociateWirelessDeviceWithFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
456
+ AssociateWirelessDeviceWithFuotaTaskRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location_name: "WirelessDeviceId"))
457
+ AssociateWirelessDeviceWithFuotaTaskRequest.struct_class = Types::AssociateWirelessDeviceWithFuotaTaskRequest
458
+
459
+ AssociateWirelessDeviceWithFuotaTaskResponse.struct_class = Types::AssociateWirelessDeviceWithFuotaTaskResponse
460
+
461
+ AssociateWirelessDeviceWithMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
462
+ AssociateWirelessDeviceWithMulticastGroupRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location_name: "WirelessDeviceId"))
463
+ AssociateWirelessDeviceWithMulticastGroupRequest.struct_class = Types::AssociateWirelessDeviceWithMulticastGroupRequest
464
+
465
+ AssociateWirelessDeviceWithMulticastGroupResponse.struct_class = Types::AssociateWirelessDeviceWithMulticastGroupResponse
466
+
350
467
  AssociateWirelessDeviceWithThingRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
351
468
  AssociateWirelessDeviceWithThingRequest.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, required: true, location_name: "ThingArn"))
352
469
  AssociateWirelessDeviceWithThingRequest.struct_class = Types::AssociateWirelessDeviceWithThingRequest
@@ -366,6 +483,11 @@ module Aws::IoTWireless
366
483
 
367
484
  AssociateWirelessGatewayWithThingResponse.struct_class = Types::AssociateWirelessGatewayWithThingResponse
368
485
 
486
+ CancelMulticastGroupSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
487
+ CancelMulticastGroupSessionRequest.struct_class = Types::CancelMulticastGroupSessionRequest
488
+
489
+ CancelMulticastGroupSessionResponse.struct_class = Types::CancelMulticastGroupSessionResponse
490
+
369
491
  CertificateList.add_member(:signing_alg, Shapes::ShapeRef.new(shape: SigningAlg, required: true, location_name: "SigningAlg"))
370
492
  CertificateList.add_member(:value, Shapes::ShapeRef.new(shape: CertificateValue, required: true, location_name: "Value"))
371
493
  CertificateList.struct_class = Types::CertificateList
@@ -398,6 +520,30 @@ module Aws::IoTWireless
398
520
  CreateDeviceProfileResponse.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
399
521
  CreateDeviceProfileResponse.struct_class = Types::CreateDeviceProfileResponse
400
522
 
523
+ CreateFuotaTaskRequest.add_member(:name, Shapes::ShapeRef.new(shape: FuotaTaskName, location_name: "Name"))
524
+ CreateFuotaTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
525
+ CreateFuotaTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
526
+ CreateFuotaTaskRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANFuotaTask, location_name: "LoRaWAN"))
527
+ CreateFuotaTaskRequest.add_member(:firmware_update_image, Shapes::ShapeRef.new(shape: FirmwareUpdateImage, required: true, location_name: "FirmwareUpdateImage"))
528
+ CreateFuotaTaskRequest.add_member(:firmware_update_role, Shapes::ShapeRef.new(shape: FirmwareUpdateRole, required: true, location_name: "FirmwareUpdateRole"))
529
+ CreateFuotaTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
530
+ CreateFuotaTaskRequest.struct_class = Types::CreateFuotaTaskRequest
531
+
532
+ CreateFuotaTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FuotaTaskArn, location_name: "Arn"))
533
+ CreateFuotaTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, location_name: "Id"))
534
+ CreateFuotaTaskResponse.struct_class = Types::CreateFuotaTaskResponse
535
+
536
+ CreateMulticastGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: MulticastGroupName, location_name: "Name"))
537
+ CreateMulticastGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
538
+ CreateMulticastGroupRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
539
+ CreateMulticastGroupRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticast, required: true, location_name: "LoRaWAN"))
540
+ CreateMulticastGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
541
+ CreateMulticastGroupRequest.struct_class = Types::CreateMulticastGroupRequest
542
+
543
+ CreateMulticastGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MulticastGroupArn, location_name: "Arn"))
544
+ CreateMulticastGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, location_name: "Id"))
545
+ CreateMulticastGroupResponse.struct_class = Types::CreateMulticastGroupResponse
546
+
401
547
  CreateServiceProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: ServiceProfileName, location_name: "Name"))
402
548
  CreateServiceProfileRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANServiceProfile, location_name: "LoRaWAN"))
403
549
  CreateServiceProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -461,6 +607,16 @@ module Aws::IoTWireless
461
607
 
462
608
  DeleteDeviceProfileResponse.struct_class = Types::DeleteDeviceProfileResponse
463
609
 
610
+ DeleteFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
611
+ DeleteFuotaTaskRequest.struct_class = Types::DeleteFuotaTaskRequest
612
+
613
+ DeleteFuotaTaskResponse.struct_class = Types::DeleteFuotaTaskResponse
614
+
615
+ DeleteMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
616
+ DeleteMulticastGroupRequest.struct_class = Types::DeleteMulticastGroupRequest
617
+
618
+ DeleteMulticastGroupResponse.struct_class = Types::DeleteMulticastGroupResponse
619
+
464
620
  DeleteServiceProfileRequest.add_member(:id, Shapes::ShapeRef.new(shape: ServiceProfileId, required: true, location: "uri", location_name: "Id"))
465
621
  DeleteServiceProfileRequest.struct_class = Types::DeleteServiceProfileRequest
466
622
 
@@ -505,12 +661,33 @@ module Aws::IoTWireless
505
661
 
506
662
  DeviceProfileList.member = Shapes::ShapeRef.new(shape: DeviceProfile)
507
663
 
664
+ DeviceRegistrationStateEventConfiguration.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkEventNotificationConfigurations, location_name: "Sidewalk"))
665
+ DeviceRegistrationStateEventConfiguration.struct_class = Types::DeviceRegistrationStateEventConfiguration
666
+
508
667
  DisassociateAwsAccountFromPartnerAccountRequest.add_member(:partner_account_id, Shapes::ShapeRef.new(shape: PartnerAccountId, required: true, location: "uri", location_name: "PartnerAccountId"))
509
668
  DisassociateAwsAccountFromPartnerAccountRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: PartnerType, required: true, location: "querystring", location_name: "partnerType"))
510
669
  DisassociateAwsAccountFromPartnerAccountRequest.struct_class = Types::DisassociateAwsAccountFromPartnerAccountRequest
511
670
 
512
671
  DisassociateAwsAccountFromPartnerAccountResponse.struct_class = Types::DisassociateAwsAccountFromPartnerAccountResponse
513
672
 
673
+ DisassociateMulticastGroupFromFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
674
+ DisassociateMulticastGroupFromFuotaTaskRequest.add_member(:multicast_group_id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "MulticastGroupId"))
675
+ DisassociateMulticastGroupFromFuotaTaskRequest.struct_class = Types::DisassociateMulticastGroupFromFuotaTaskRequest
676
+
677
+ DisassociateMulticastGroupFromFuotaTaskResponse.struct_class = Types::DisassociateMulticastGroupFromFuotaTaskResponse
678
+
679
+ DisassociateWirelessDeviceFromFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
680
+ DisassociateWirelessDeviceFromFuotaTaskRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "WirelessDeviceId"))
681
+ DisassociateWirelessDeviceFromFuotaTaskRequest.struct_class = Types::DisassociateWirelessDeviceFromFuotaTaskRequest
682
+
683
+ DisassociateWirelessDeviceFromFuotaTaskResponse.struct_class = Types::DisassociateWirelessDeviceFromFuotaTaskResponse
684
+
685
+ DisassociateWirelessDeviceFromMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
686
+ DisassociateWirelessDeviceFromMulticastGroupRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "WirelessDeviceId"))
687
+ DisassociateWirelessDeviceFromMulticastGroupRequest.struct_class = Types::DisassociateWirelessDeviceFromMulticastGroupRequest
688
+
689
+ DisassociateWirelessDeviceFromMulticastGroupResponse.struct_class = Types::DisassociateWirelessDeviceFromMulticastGroupResponse
690
+
514
691
  DisassociateWirelessDeviceFromThingRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
515
692
  DisassociateWirelessDeviceFromThingRequest.struct_class = Types::DisassociateWirelessDeviceFromThingRequest
516
693
 
@@ -526,8 +703,20 @@ module Aws::IoTWireless
526
703
 
527
704
  DisassociateWirelessGatewayFromThingResponse.struct_class = Types::DisassociateWirelessGatewayFromThingResponse
528
705
 
706
+ FPorts.add_member(:fuota, Shapes::ShapeRef.new(shape: FPort, location_name: "Fuota"))
707
+ FPorts.add_member(:multicast, Shapes::ShapeRef.new(shape: FPort, location_name: "Multicast"))
708
+ FPorts.add_member(:clock_sync, Shapes::ShapeRef.new(shape: FPort, location_name: "ClockSync"))
709
+ FPorts.struct_class = Types::FPorts
710
+
529
711
  FactoryPresetFreqsList.member = Shapes::ShapeRef.new(shape: PresetFreq)
530
712
 
713
+ FuotaTask.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, location_name: "Id"))
714
+ FuotaTask.add_member(:arn, Shapes::ShapeRef.new(shape: FuotaTaskArn, location_name: "Arn"))
715
+ FuotaTask.add_member(:name, Shapes::ShapeRef.new(shape: FuotaTaskName, location_name: "Name"))
716
+ FuotaTask.struct_class = Types::FuotaTask
717
+
718
+ FuotaTaskList.member = Shapes::ShapeRef.new(shape: FuotaTask)
719
+
531
720
  GetDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location: "uri", location_name: "Name"))
532
721
  GetDestinationRequest.struct_class = Types::GetDestinationRequest
533
722
 
@@ -548,6 +737,20 @@ module Aws::IoTWireless
548
737
  GetDeviceProfileResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceProfile, location_name: "LoRaWAN"))
549
738
  GetDeviceProfileResponse.struct_class = Types::GetDeviceProfileResponse
550
739
 
740
+ GetFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
741
+ GetFuotaTaskRequest.struct_class = Types::GetFuotaTaskRequest
742
+
743
+ GetFuotaTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FuotaTaskArn, location_name: "Arn"))
744
+ GetFuotaTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, location_name: "Id"))
745
+ GetFuotaTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: FuotaTaskStatus, location_name: "Status"))
746
+ GetFuotaTaskResponse.add_member(:name, Shapes::ShapeRef.new(shape: FuotaTaskName, location_name: "Name"))
747
+ GetFuotaTaskResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
748
+ GetFuotaTaskResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANFuotaTaskGetInfo, location_name: "LoRaWAN"))
749
+ GetFuotaTaskResponse.add_member(:firmware_update_image, Shapes::ShapeRef.new(shape: FirmwareUpdateImage, location_name: "FirmwareUpdateImage"))
750
+ GetFuotaTaskResponse.add_member(:firmware_update_role, Shapes::ShapeRef.new(shape: FirmwareUpdateRole, location_name: "FirmwareUpdateRole"))
751
+ GetFuotaTaskResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
752
+ GetFuotaTaskResponse.struct_class = Types::GetFuotaTaskResponse
753
+
551
754
  GetLogLevelsByResourceTypesRequest.struct_class = Types::GetLogLevelsByResourceTypesRequest
552
755
 
553
756
  GetLogLevelsByResourceTypesResponse.add_member(:default_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "DefaultLogLevel"))
@@ -555,6 +758,24 @@ module Aws::IoTWireless
555
758
  GetLogLevelsByResourceTypesResponse.add_member(:wireless_device_log_options, Shapes::ShapeRef.new(shape: WirelessDeviceLogOptionList, location_name: "WirelessDeviceLogOptions"))
556
759
  GetLogLevelsByResourceTypesResponse.struct_class = Types::GetLogLevelsByResourceTypesResponse
557
760
 
761
+ GetMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
762
+ GetMulticastGroupRequest.struct_class = Types::GetMulticastGroupRequest
763
+
764
+ GetMulticastGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MulticastGroupArn, location_name: "Arn"))
765
+ GetMulticastGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, location_name: "Id"))
766
+ GetMulticastGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: MulticastGroupName, location_name: "Name"))
767
+ GetMulticastGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
768
+ GetMulticastGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: MulticastGroupStatus, location_name: "Status"))
769
+ GetMulticastGroupResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticastGet, location_name: "LoRaWAN"))
770
+ GetMulticastGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
771
+ GetMulticastGroupResponse.struct_class = Types::GetMulticastGroupResponse
772
+
773
+ GetMulticastGroupSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
774
+ GetMulticastGroupSessionRequest.struct_class = Types::GetMulticastGroupSessionRequest
775
+
776
+ GetMulticastGroupSessionResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticastSession, location_name: "LoRaWAN"))
777
+ GetMulticastGroupSessionResponse.struct_class = Types::GetMulticastGroupSessionResponse
778
+
558
779
  GetPartnerAccountRequest.add_member(:partner_account_id, Shapes::ShapeRef.new(shape: PartnerAccountId, required: true, location: "uri", location_name: "PartnerAccountId"))
559
780
  GetPartnerAccountRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: PartnerType, required: true, location: "querystring", location_name: "partnerType"))
560
781
  GetPartnerAccountRequest.struct_class = Types::GetPartnerAccountRequest
@@ -563,6 +784,15 @@ module Aws::IoTWireless
563
784
  GetPartnerAccountResponse.add_member(:account_linked, Shapes::ShapeRef.new(shape: AccountLinked, location_name: "AccountLinked"))
564
785
  GetPartnerAccountResponse.struct_class = Types::GetPartnerAccountResponse
565
786
 
787
+ GetResourceEventConfigurationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
788
+ GetResourceEventConfigurationRequest.add_member(:identifier_type, Shapes::ShapeRef.new(shape: IdentifierType, required: true, location: "querystring", location_name: "identifierType"))
789
+ GetResourceEventConfigurationRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: EventNotificationPartnerType, location: "querystring", location_name: "partnerType"))
790
+ GetResourceEventConfigurationRequest.struct_class = Types::GetResourceEventConfigurationRequest
791
+
792
+ GetResourceEventConfigurationResponse.add_member(:device_registration_state, Shapes::ShapeRef.new(shape: DeviceRegistrationStateEventConfiguration, location_name: "DeviceRegistrationState"))
793
+ GetResourceEventConfigurationResponse.add_member(:proximity, Shapes::ShapeRef.new(shape: ProximityEventConfiguration, location_name: "Proximity"))
794
+ GetResourceEventConfigurationResponse.struct_class = Types::GetResourceEventConfigurationResponse
795
+
566
796
  GetResourceLogLevelRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "ResourceIdentifier"))
567
797
  GetResourceLogLevelRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location: "querystring", location_name: "resourceType"))
568
798
  GetResourceLogLevelRequest.struct_class = Types::GetResourceLogLevelRequest
@@ -688,6 +918,31 @@ module Aws::IoTWireless
688
918
  ListDeviceProfilesResponse.add_member(:device_profile_list, Shapes::ShapeRef.new(shape: DeviceProfileList, location_name: "DeviceProfileList"))
689
919
  ListDeviceProfilesResponse.struct_class = Types::ListDeviceProfilesResponse
690
920
 
921
+ ListFuotaTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
922
+ ListFuotaTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
923
+ ListFuotaTasksRequest.struct_class = Types::ListFuotaTasksRequest
924
+
925
+ ListFuotaTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
926
+ ListFuotaTasksResponse.add_member(:fuota_task_list, Shapes::ShapeRef.new(shape: FuotaTaskList, location_name: "FuotaTaskList"))
927
+ ListFuotaTasksResponse.struct_class = Types::ListFuotaTasksResponse
928
+
929
+ ListMulticastGroupsByFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
930
+ ListMulticastGroupsByFuotaTaskRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
931
+ ListMulticastGroupsByFuotaTaskRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
932
+ ListMulticastGroupsByFuotaTaskRequest.struct_class = Types::ListMulticastGroupsByFuotaTaskRequest
933
+
934
+ ListMulticastGroupsByFuotaTaskResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
935
+ ListMulticastGroupsByFuotaTaskResponse.add_member(:multicast_group_list, Shapes::ShapeRef.new(shape: MulticastGroupListByFuotaTask, location_name: "MulticastGroupList"))
936
+ ListMulticastGroupsByFuotaTaskResponse.struct_class = Types::ListMulticastGroupsByFuotaTaskResponse
937
+
938
+ ListMulticastGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
939
+ ListMulticastGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
940
+ ListMulticastGroupsRequest.struct_class = Types::ListMulticastGroupsRequest
941
+
942
+ ListMulticastGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
943
+ ListMulticastGroupsResponse.add_member(:multicast_group_list, Shapes::ShapeRef.new(shape: MulticastGroupList, location_name: "MulticastGroupList"))
944
+ ListMulticastGroupsResponse.struct_class = Types::ListMulticastGroupsResponse
945
+
691
946
  ListPartnerAccountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
692
947
  ListPartnerAccountsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
693
948
  ListPartnerAccountsRequest.struct_class = Types::ListPartnerAccountsRequest
@@ -716,6 +971,8 @@ module Aws::IoTWireless
716
971
  ListWirelessDevicesRequest.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location: "querystring", location_name: "deviceProfileId"))
717
972
  ListWirelessDevicesRequest.add_member(:service_profile_id, Shapes::ShapeRef.new(shape: ServiceProfileId, location: "querystring", location_name: "serviceProfileId"))
718
973
  ListWirelessDevicesRequest.add_member(:wireless_device_type, Shapes::ShapeRef.new(shape: WirelessDeviceType, location: "querystring", location_name: "wirelessDeviceType"))
974
+ ListWirelessDevicesRequest.add_member(:fuota_task_id, Shapes::ShapeRef.new(shape: FuotaTaskId, location: "querystring", location_name: "fuotaTaskId"))
975
+ ListWirelessDevicesRequest.add_member(:multicast_group_id, Shapes::ShapeRef.new(shape: MulticastGroupId, location: "querystring", location_name: "multicastGroupId"))
719
976
  ListWirelessDevicesRequest.struct_class = Types::ListWirelessDevicesRequest
720
977
 
721
978
  ListWirelessDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -746,6 +1003,7 @@ module Aws::IoTWireless
746
1003
  LoRaWANDevice.add_member(:otaa_v1_0_x, Shapes::ShapeRef.new(shape: OtaaV1_0_x, location_name: "OtaaV1_0_x"))
747
1004
  LoRaWANDevice.add_member(:abp_v1_1, Shapes::ShapeRef.new(shape: AbpV1_1, location_name: "AbpV1_1"))
748
1005
  LoRaWANDevice.add_member(:abp_v1_0_x, Shapes::ShapeRef.new(shape: AbpV1_0_x, location_name: "AbpV1_0_x"))
1006
+ LoRaWANDevice.add_member(:f_ports, Shapes::ShapeRef.new(shape: FPorts, location_name: "FPorts"))
749
1007
  LoRaWANDevice.struct_class = Types::LoRaWANDevice
750
1008
 
751
1009
  LoRaWANDeviceMetadata.add_member(:dev_eui, Shapes::ShapeRef.new(shape: DevEui, location_name: "DevEui"))
@@ -777,6 +1035,13 @@ module Aws::IoTWireless
777
1035
  LoRaWANDeviceProfile.add_member(:supports_32_bit_f_cnt, Shapes::ShapeRef.new(shape: Supports32BitFCnt, location_name: "Supports32BitFCnt"))
778
1036
  LoRaWANDeviceProfile.struct_class = Types::LoRaWANDeviceProfile
779
1037
 
1038
+ LoRaWANFuotaTask.add_member(:rf_region, Shapes::ShapeRef.new(shape: SupportedRfRegion, location_name: "RfRegion"))
1039
+ LoRaWANFuotaTask.struct_class = Types::LoRaWANFuotaTask
1040
+
1041
+ LoRaWANFuotaTaskGetInfo.add_member(:rf_region, Shapes::ShapeRef.new(shape: RfRegion, location_name: "RfRegion"))
1042
+ LoRaWANFuotaTaskGetInfo.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, location_name: "StartTime"))
1043
+ LoRaWANFuotaTaskGetInfo.struct_class = Types::LoRaWANFuotaTaskGetInfo
1044
+
780
1045
  LoRaWANGateway.add_member(:gateway_eui, Shapes::ShapeRef.new(shape: GatewayEui, location_name: "GatewayEui"))
781
1046
  LoRaWANGateway.add_member(:rf_region, Shapes::ShapeRef.new(shape: RfRegion, location_name: "RfRegion"))
782
1047
  LoRaWANGateway.add_member(:join_eui_filters, Shapes::ShapeRef.new(shape: JoinEuiFilters, location_name: "JoinEuiFilters"))
@@ -823,12 +1088,34 @@ module Aws::IoTWireless
823
1088
  LoRaWANListDevice.add_member(:dev_eui, Shapes::ShapeRef.new(shape: DevEui, location_name: "DevEui"))
824
1089
  LoRaWANListDevice.struct_class = Types::LoRaWANListDevice
825
1090
 
1091
+ LoRaWANMulticast.add_member(:rf_region, Shapes::ShapeRef.new(shape: SupportedRfRegion, location_name: "RfRegion"))
1092
+ LoRaWANMulticast.add_member(:dl_class, Shapes::ShapeRef.new(shape: DlClass, location_name: "DlClass"))
1093
+ LoRaWANMulticast.struct_class = Types::LoRaWANMulticast
1094
+
1095
+ LoRaWANMulticastGet.add_member(:rf_region, Shapes::ShapeRef.new(shape: SupportedRfRegion, location_name: "RfRegion"))
1096
+ LoRaWANMulticastGet.add_member(:dl_class, Shapes::ShapeRef.new(shape: DlClass, location_name: "DlClass"))
1097
+ LoRaWANMulticastGet.add_member(:number_of_devices_requested, Shapes::ShapeRef.new(shape: NumberOfDevicesRequested, location_name: "NumberOfDevicesRequested"))
1098
+ LoRaWANMulticastGet.add_member(:number_of_devices_in_group, Shapes::ShapeRef.new(shape: NumberOfDevicesInGroup, location_name: "NumberOfDevicesInGroup"))
1099
+ LoRaWANMulticastGet.struct_class = Types::LoRaWANMulticastGet
1100
+
1101
+ LoRaWANMulticastMetadata.add_member(:f_port, Shapes::ShapeRef.new(shape: FPort, location_name: "FPort"))
1102
+ LoRaWANMulticastMetadata.struct_class = Types::LoRaWANMulticastMetadata
1103
+
1104
+ LoRaWANMulticastSession.add_member(:dl_dr, Shapes::ShapeRef.new(shape: DlDr, location_name: "DlDr"))
1105
+ LoRaWANMulticastSession.add_member(:dl_freq, Shapes::ShapeRef.new(shape: DlFreq, location_name: "DlFreq"))
1106
+ LoRaWANMulticastSession.add_member(:session_start_time, Shapes::ShapeRef.new(shape: SessionStartTimeTimestamp, location_name: "SessionStartTime"))
1107
+ LoRaWANMulticastSession.add_member(:session_timeout, Shapes::ShapeRef.new(shape: SessionTimeout, location_name: "SessionTimeout"))
1108
+ LoRaWANMulticastSession.struct_class = Types::LoRaWANMulticastSession
1109
+
826
1110
  LoRaWANSendDataToDevice.add_member(:f_port, Shapes::ShapeRef.new(shape: FPort, location_name: "FPort"))
827
1111
  LoRaWANSendDataToDevice.struct_class = Types::LoRaWANSendDataToDevice
828
1112
 
829
1113
  LoRaWANServiceProfile.add_member(:add_gw_metadata, Shapes::ShapeRef.new(shape: AddGwMetadata, location_name: "AddGwMetadata"))
830
1114
  LoRaWANServiceProfile.struct_class = Types::LoRaWANServiceProfile
831
1115
 
1116
+ LoRaWANStartFuotaTask.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, location_name: "StartTime"))
1117
+ LoRaWANStartFuotaTask.struct_class = Types::LoRaWANStartFuotaTask
1118
+
832
1119
  LoRaWANUpdateDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
833
1120
  LoRaWANUpdateDevice.add_member(:service_profile_id, Shapes::ShapeRef.new(shape: ServiceProfileId, location_name: "ServiceProfileId"))
834
1121
  LoRaWANUpdateDevice.struct_class = Types::LoRaWANUpdateDevice
@@ -843,10 +1130,26 @@ module Aws::IoTWireless
843
1130
  LoRaWANUpdateGatewayTaskEntry.add_member(:update_version, Shapes::ShapeRef.new(shape: LoRaWANGatewayVersion, location_name: "UpdateVersion"))
844
1131
  LoRaWANUpdateGatewayTaskEntry.struct_class = Types::LoRaWANUpdateGatewayTaskEntry
845
1132
 
1133
+ MulticastGroup.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, location_name: "Id"))
1134
+ MulticastGroup.add_member(:arn, Shapes::ShapeRef.new(shape: MulticastGroupArn, location_name: "Arn"))
1135
+ MulticastGroup.add_member(:name, Shapes::ShapeRef.new(shape: MulticastGroupName, location_name: "Name"))
1136
+ MulticastGroup.struct_class = Types::MulticastGroup
1137
+
1138
+ MulticastGroupByFuotaTask.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, location_name: "Id"))
1139
+ MulticastGroupByFuotaTask.struct_class = Types::MulticastGroupByFuotaTask
1140
+
1141
+ MulticastGroupList.member = Shapes::ShapeRef.new(shape: MulticastGroup)
1142
+
1143
+ MulticastGroupListByFuotaTask.member = Shapes::ShapeRef.new(shape: MulticastGroupByFuotaTask)
1144
+
1145
+ MulticastWirelessMetadata.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticastMetadata, location_name: "LoRaWAN"))
1146
+ MulticastWirelessMetadata.struct_class = Types::MulticastWirelessMetadata
1147
+
846
1148
  NetIdFilters.member = Shapes::ShapeRef.new(shape: NetId)
847
1149
 
848
1150
  OtaaV1_0_x.add_member(:app_key, Shapes::ShapeRef.new(shape: AppKey, location_name: "AppKey"))
849
1151
  OtaaV1_0_x.add_member(:app_eui, Shapes::ShapeRef.new(shape: AppEui, location_name: "AppEui"))
1152
+ OtaaV1_0_x.add_member(:gen_app_key, Shapes::ShapeRef.new(shape: GenAppKey, location_name: "GenAppKey"))
850
1153
  OtaaV1_0_x.struct_class = Types::OtaaV1_0_x
851
1154
 
852
1155
  OtaaV1_1.add_member(:app_key, Shapes::ShapeRef.new(shape: AppKey, location_name: "AppKey"))
@@ -854,6 +1157,9 @@ module Aws::IoTWireless
854
1157
  OtaaV1_1.add_member(:join_eui, Shapes::ShapeRef.new(shape: JoinEui, location_name: "JoinEui"))
855
1158
  OtaaV1_1.struct_class = Types::OtaaV1_1
856
1159
 
1160
+ ProximityEventConfiguration.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkEventNotificationConfigurations, location_name: "Sidewalk"))
1161
+ ProximityEventConfiguration.struct_class = Types::ProximityEventConfiguration
1162
+
857
1163
  PutResourceLogLevelRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "ResourceIdentifier"))
858
1164
  PutResourceLogLevelRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location: "querystring", location_name: "resourceType"))
859
1165
  PutResourceLogLevelRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
@@ -876,6 +1182,14 @@ module Aws::IoTWireless
876
1182
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
877
1183
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
878
1184
 
1185
+ SendDataToMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1186
+ SendDataToMulticastGroupRequest.add_member(:payload_data, Shapes::ShapeRef.new(shape: PayloadData, required: true, location_name: "PayloadData"))
1187
+ SendDataToMulticastGroupRequest.add_member(:wireless_metadata, Shapes::ShapeRef.new(shape: MulticastWirelessMetadata, required: true, location_name: "WirelessMetadata"))
1188
+ SendDataToMulticastGroupRequest.struct_class = Types::SendDataToMulticastGroupRequest
1189
+
1190
+ SendDataToMulticastGroupResponse.add_member(:message_id, Shapes::ShapeRef.new(shape: MulticastGroupMessageId, location_name: "MessageId"))
1191
+ SendDataToMulticastGroupResponse.struct_class = Types::SendDataToMulticastGroupResponse
1192
+
879
1193
  SendDataToWirelessDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
880
1194
  SendDataToWirelessDeviceRequest.add_member(:transmit_mode, Shapes::ShapeRef.new(shape: TransmitMode, required: true, location_name: "TransmitMode"))
881
1195
  SendDataToWirelessDeviceRequest.add_member(:payload_data, Shapes::ShapeRef.new(shape: PayloadData, required: true, location_name: "PayloadData"))
@@ -925,6 +1239,9 @@ module Aws::IoTWireless
925
1239
  SidewalkDeviceMetadata.add_member(:device_state, Shapes::ShapeRef.new(shape: DeviceState, location_name: "DeviceState"))
926
1240
  SidewalkDeviceMetadata.struct_class = Types::SidewalkDeviceMetadata
927
1241
 
1242
+ SidewalkEventNotificationConfigurations.add_member(:amazon_id_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "AmazonIdEventTopic"))
1243
+ SidewalkEventNotificationConfigurations.struct_class = Types::SidewalkEventNotificationConfigurations
1244
+
928
1245
  SidewalkListDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
929
1246
  SidewalkListDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
930
1247
  SidewalkListDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
@@ -938,6 +1255,32 @@ module Aws::IoTWireless
938
1255
  SidewalkUpdateAccount.add_member(:app_server_private_key, Shapes::ShapeRef.new(shape: AppServerPrivateKey, location_name: "AppServerPrivateKey"))
939
1256
  SidewalkUpdateAccount.struct_class = Types::SidewalkUpdateAccount
940
1257
 
1258
+ StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1259
+ StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "QueryString"))
1260
+ StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1261
+ StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.struct_class = Types::StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
1262
+
1263
+ StartBulkAssociateWirelessDeviceWithMulticastGroupResponse.struct_class = Types::StartBulkAssociateWirelessDeviceWithMulticastGroupResponse
1264
+
1265
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1266
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "QueryString"))
1267
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1268
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.struct_class = Types::StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest
1269
+
1270
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse.struct_class = Types::StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse
1271
+
1272
+ StartFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
1273
+ StartFuotaTaskRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANStartFuotaTask, location_name: "LoRaWAN"))
1274
+ StartFuotaTaskRequest.struct_class = Types::StartFuotaTaskRequest
1275
+
1276
+ StartFuotaTaskResponse.struct_class = Types::StartFuotaTaskResponse
1277
+
1278
+ StartMulticastGroupSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1279
+ StartMulticastGroupSessionRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticastSession, required: true, location_name: "LoRaWAN"))
1280
+ StartMulticastGroupSessionRequest.struct_class = Types::StartMulticastGroupSessionRequest
1281
+
1282
+ StartMulticastGroupSessionResponse.struct_class = Types::StartMulticastGroupSessionResponse
1283
+
941
1284
  SubBands.member = Shapes::ShapeRef.new(shape: SubBand)
942
1285
 
943
1286
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -982,6 +1325,16 @@ module Aws::IoTWireless
982
1325
 
983
1326
  UpdateDestinationResponse.struct_class = Types::UpdateDestinationResponse
984
1327
 
1328
+ UpdateFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
1329
+ UpdateFuotaTaskRequest.add_member(:name, Shapes::ShapeRef.new(shape: FuotaTaskName, location_name: "Name"))
1330
+ UpdateFuotaTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1331
+ UpdateFuotaTaskRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANFuotaTask, location_name: "LoRaWAN"))
1332
+ UpdateFuotaTaskRequest.add_member(:firmware_update_image, Shapes::ShapeRef.new(shape: FirmwareUpdateImage, location_name: "FirmwareUpdateImage"))
1333
+ UpdateFuotaTaskRequest.add_member(:firmware_update_role, Shapes::ShapeRef.new(shape: FirmwareUpdateRole, location_name: "FirmwareUpdateRole"))
1334
+ UpdateFuotaTaskRequest.struct_class = Types::UpdateFuotaTaskRequest
1335
+
1336
+ UpdateFuotaTaskResponse.struct_class = Types::UpdateFuotaTaskResponse
1337
+
985
1338
  UpdateLogLevelsByResourceTypesRequest.add_member(:default_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "DefaultLogLevel"))
986
1339
  UpdateLogLevelsByResourceTypesRequest.add_member(:wireless_device_log_options, Shapes::ShapeRef.new(shape: WirelessDeviceLogOptionList, location_name: "WirelessDeviceLogOptions"))
987
1340
  UpdateLogLevelsByResourceTypesRequest.add_member(:wireless_gateway_log_options, Shapes::ShapeRef.new(shape: WirelessGatewayLogOptionList, location_name: "WirelessGatewayLogOptions"))
@@ -989,6 +1342,14 @@ module Aws::IoTWireless
989
1342
 
990
1343
  UpdateLogLevelsByResourceTypesResponse.struct_class = Types::UpdateLogLevelsByResourceTypesResponse
991
1344
 
1345
+ UpdateMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1346
+ UpdateMulticastGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: MulticastGroupName, location_name: "Name"))
1347
+ UpdateMulticastGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1348
+ UpdateMulticastGroupRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticast, location_name: "LoRaWAN"))
1349
+ UpdateMulticastGroupRequest.struct_class = Types::UpdateMulticastGroupRequest
1350
+
1351
+ UpdateMulticastGroupResponse.struct_class = Types::UpdateMulticastGroupResponse
1352
+
992
1353
  UpdatePartnerAccountRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkUpdateAccount, required: true, location_name: "Sidewalk"))
993
1354
  UpdatePartnerAccountRequest.add_member(:partner_account_id, Shapes::ShapeRef.new(shape: PartnerAccountId, required: true, location: "uri", location_name: "PartnerAccountId"))
994
1355
  UpdatePartnerAccountRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: PartnerType, required: true, location: "querystring", location_name: "partnerType"))
@@ -996,6 +1357,15 @@ module Aws::IoTWireless
996
1357
 
997
1358
  UpdatePartnerAccountResponse.struct_class = Types::UpdatePartnerAccountResponse
998
1359
 
1360
+ UpdateResourceEventConfigurationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
1361
+ UpdateResourceEventConfigurationRequest.add_member(:identifier_type, Shapes::ShapeRef.new(shape: IdentifierType, required: true, location: "querystring", location_name: "identifierType"))
1362
+ UpdateResourceEventConfigurationRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: EventNotificationPartnerType, location: "querystring", location_name: "partnerType"))
1363
+ UpdateResourceEventConfigurationRequest.add_member(:device_registration_state, Shapes::ShapeRef.new(shape: DeviceRegistrationStateEventConfiguration, location_name: "DeviceRegistrationState"))
1364
+ UpdateResourceEventConfigurationRequest.add_member(:proximity, Shapes::ShapeRef.new(shape: ProximityEventConfiguration, location_name: "Proximity"))
1365
+ UpdateResourceEventConfigurationRequest.struct_class = Types::UpdateResourceEventConfigurationRequest
1366
+
1367
+ UpdateResourceEventConfigurationResponse.struct_class = Types::UpdateResourceEventConfigurationResponse
1368
+
999
1369
  UpdateWirelessDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
1000
1370
  UpdateWirelessDeviceRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
1001
1371
  UpdateWirelessDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: WirelessDeviceName, location_name: "Name"))
@@ -1048,6 +1418,9 @@ module Aws::IoTWireless
1048
1418
  WirelessDeviceStatistics.add_member(:last_uplink_received_at, Shapes::ShapeRef.new(shape: ISODateTimeString, location_name: "LastUplinkReceivedAt"))
1049
1419
  WirelessDeviceStatistics.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANListDevice, location_name: "LoRaWAN"))
1050
1420
  WirelessDeviceStatistics.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkListDevice, location_name: "Sidewalk"))
1421
+ WirelessDeviceStatistics.add_member(:fuota_device_status, Shapes::ShapeRef.new(shape: FuotaDeviceStatus, location_name: "FuotaDeviceStatus"))
1422
+ WirelessDeviceStatistics.add_member(:multicast_device_status, Shapes::ShapeRef.new(shape: MulticastDeviceStatus, location_name: "MulticastDeviceStatus"))
1423
+ WirelessDeviceStatistics.add_member(:mc_group_id, Shapes::ShapeRef.new(shape: McGroupId, location_name: "McGroupId"))
1051
1424
  WirelessDeviceStatistics.struct_class = Types::WirelessDeviceStatistics
1052
1425
 
1053
1426
  WirelessDeviceStatisticsList.member = Shapes::ShapeRef.new(shape: WirelessDeviceStatistics)
@@ -1112,6 +1485,48 @@ module Aws::IoTWireless
1112
1485
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1113
1486
  end)
1114
1487
 
1488
+ api.add_operation(:associate_multicast_group_with_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1489
+ o.name = "AssociateMulticastGroupWithFuotaTask"
1490
+ o.http_method = "PUT"
1491
+ o.http_request_uri = "/fuota-tasks/{Id}/multicast-group"
1492
+ o.input = Shapes::ShapeRef.new(shape: AssociateMulticastGroupWithFuotaTaskRequest)
1493
+ o.output = Shapes::ShapeRef.new(shape: AssociateMulticastGroupWithFuotaTaskResponse)
1494
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1495
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1496
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1497
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1498
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1499
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1500
+ end)
1501
+
1502
+ api.add_operation(:associate_wireless_device_with_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1503
+ o.name = "AssociateWirelessDeviceWithFuotaTask"
1504
+ o.http_method = "PUT"
1505
+ o.http_request_uri = "/fuota-tasks/{Id}/wireless-device"
1506
+ o.input = Shapes::ShapeRef.new(shape: AssociateWirelessDeviceWithFuotaTaskRequest)
1507
+ o.output = Shapes::ShapeRef.new(shape: AssociateWirelessDeviceWithFuotaTaskResponse)
1508
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1509
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1510
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1511
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1512
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1513
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1514
+ end)
1515
+
1516
+ api.add_operation(:associate_wireless_device_with_multicast_group, Seahorse::Model::Operation.new.tap do |o|
1517
+ o.name = "AssociateWirelessDeviceWithMulticastGroup"
1518
+ o.http_method = "PUT"
1519
+ o.http_request_uri = "/multicast-groups/{Id}/wireless-device"
1520
+ o.input = Shapes::ShapeRef.new(shape: AssociateWirelessDeviceWithMulticastGroupRequest)
1521
+ o.output = Shapes::ShapeRef.new(shape: AssociateWirelessDeviceWithMulticastGroupResponse)
1522
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1523
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1524
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1525
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1526
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1527
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1528
+ end)
1529
+
1115
1530
  api.add_operation(:associate_wireless_device_with_thing, Seahorse::Model::Operation.new.tap do |o|
1116
1531
  o.name = "AssociateWirelessDeviceWithThing"
1117
1532
  o.http_method = "PUT"
@@ -1154,6 +1569,20 @@ module Aws::IoTWireless
1154
1569
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1155
1570
  end)
1156
1571
 
1572
+ api.add_operation(:cancel_multicast_group_session, Seahorse::Model::Operation.new.tap do |o|
1573
+ o.name = "CancelMulticastGroupSession"
1574
+ o.http_method = "DELETE"
1575
+ o.http_request_uri = "/multicast-groups/{Id}/session"
1576
+ o.input = Shapes::ShapeRef.new(shape: CancelMulticastGroupSessionRequest)
1577
+ o.output = Shapes::ShapeRef.new(shape: CancelMulticastGroupSessionResponse)
1578
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1579
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1580
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1581
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1582
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1583
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1584
+ end)
1585
+
1157
1586
  api.add_operation(:create_destination, Seahorse::Model::Operation.new.tap do |o|
1158
1587
  o.name = "CreateDestination"
1159
1588
  o.http_method = "POST"
@@ -1181,6 +1610,34 @@ module Aws::IoTWireless
1181
1610
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1182
1611
  end)
1183
1612
 
1613
+ api.add_operation(:create_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1614
+ o.name = "CreateFuotaTask"
1615
+ o.http_method = "POST"
1616
+ o.http_request_uri = "/fuota-tasks"
1617
+ o.input = Shapes::ShapeRef.new(shape: CreateFuotaTaskRequest)
1618
+ o.output = Shapes::ShapeRef.new(shape: CreateFuotaTaskResponse)
1619
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1620
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1621
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1622
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1623
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1624
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1625
+ end)
1626
+
1627
+ api.add_operation(:create_multicast_group, Seahorse::Model::Operation.new.tap do |o|
1628
+ o.name = "CreateMulticastGroup"
1629
+ o.http_method = "POST"
1630
+ o.http_request_uri = "/multicast-groups"
1631
+ o.input = Shapes::ShapeRef.new(shape: CreateMulticastGroupRequest)
1632
+ o.output = Shapes::ShapeRef.new(shape: CreateMulticastGroupResponse)
1633
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1634
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1635
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1636
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1637
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1638
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1639
+ end)
1640
+
1184
1641
  api.add_operation(:create_service_profile, Seahorse::Model::Operation.new.tap do |o|
1185
1642
  o.name = "CreateServiceProfile"
1186
1643
  o.http_method = "POST"
@@ -1277,6 +1734,33 @@ module Aws::IoTWireless
1277
1734
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1278
1735
  end)
1279
1736
 
1737
+ api.add_operation(:delete_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1738
+ o.name = "DeleteFuotaTask"
1739
+ o.http_method = "DELETE"
1740
+ o.http_request_uri = "/fuota-tasks/{Id}"
1741
+ o.input = Shapes::ShapeRef.new(shape: DeleteFuotaTaskRequest)
1742
+ o.output = Shapes::ShapeRef.new(shape: DeleteFuotaTaskResponse)
1743
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1744
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1745
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1746
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1748
+ end)
1749
+
1750
+ api.add_operation(:delete_multicast_group, Seahorse::Model::Operation.new.tap do |o|
1751
+ o.name = "DeleteMulticastGroup"
1752
+ o.http_method = "DELETE"
1753
+ o.http_request_uri = "/multicast-groups/{Id}"
1754
+ o.input = Shapes::ShapeRef.new(shape: DeleteMulticastGroupRequest)
1755
+ o.output = Shapes::ShapeRef.new(shape: DeleteMulticastGroupResponse)
1756
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1757
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1758
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1759
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1760
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1761
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1762
+ end)
1763
+
1280
1764
  api.add_operation(:delete_service_profile, Seahorse::Model::Operation.new.tap do |o|
1281
1765
  o.name = "DeleteServiceProfile"
1282
1766
  o.http_method = "DELETE"
@@ -1355,6 +1839,46 @@ module Aws::IoTWireless
1355
1839
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1356
1840
  end)
1357
1841
 
1842
+ api.add_operation(:disassociate_multicast_group_from_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1843
+ o.name = "DisassociateMulticastGroupFromFuotaTask"
1844
+ o.http_method = "DELETE"
1845
+ o.http_request_uri = "/fuota-tasks/{Id}/multicast-groups/{MulticastGroupId}"
1846
+ o.input = Shapes::ShapeRef.new(shape: DisassociateMulticastGroupFromFuotaTaskRequest)
1847
+ o.output = Shapes::ShapeRef.new(shape: DisassociateMulticastGroupFromFuotaTaskResponse)
1848
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1849
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1850
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1851
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1852
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1853
+ end)
1854
+
1855
+ api.add_operation(:disassociate_wireless_device_from_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1856
+ o.name = "DisassociateWirelessDeviceFromFuotaTask"
1857
+ o.http_method = "DELETE"
1858
+ o.http_request_uri = "/fuota-tasks/{Id}/wireless-devices/{WirelessDeviceId}"
1859
+ o.input = Shapes::ShapeRef.new(shape: DisassociateWirelessDeviceFromFuotaTaskRequest)
1860
+ o.output = Shapes::ShapeRef.new(shape: DisassociateWirelessDeviceFromFuotaTaskResponse)
1861
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1862
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1863
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1864
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1865
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1866
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1867
+ end)
1868
+
1869
+ api.add_operation(:disassociate_wireless_device_from_multicast_group, Seahorse::Model::Operation.new.tap do |o|
1870
+ o.name = "DisassociateWirelessDeviceFromMulticastGroup"
1871
+ o.http_method = "DELETE"
1872
+ o.http_request_uri = "/multicast-groups/{Id}/wireless-devices/{WirelessDeviceId}"
1873
+ o.input = Shapes::ShapeRef.new(shape: DisassociateWirelessDeviceFromMulticastGroupRequest)
1874
+ o.output = Shapes::ShapeRef.new(shape: DisassociateWirelessDeviceFromMulticastGroupResponse)
1875
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1876
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1877
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1878
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1879
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1880
+ end)
1881
+
1358
1882
  api.add_operation(:disassociate_wireless_device_from_thing, Seahorse::Model::Operation.new.tap do |o|
1359
1883
  o.name = "DisassociateWirelessDeviceFromThing"
1360
1884
  o.http_method = "DELETE"
@@ -1422,6 +1946,19 @@ module Aws::IoTWireless
1422
1946
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1423
1947
  end)
1424
1948
 
1949
+ api.add_operation(:get_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1950
+ o.name = "GetFuotaTask"
1951
+ o.http_method = "GET"
1952
+ o.http_request_uri = "/fuota-tasks/{Id}"
1953
+ o.input = Shapes::ShapeRef.new(shape: GetFuotaTaskRequest)
1954
+ o.output = Shapes::ShapeRef.new(shape: GetFuotaTaskResponse)
1955
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1956
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1957
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1958
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1959
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1960
+ end)
1961
+
1425
1962
  api.add_operation(:get_log_levels_by_resource_types, Seahorse::Model::Operation.new.tap do |o|
1426
1963
  o.name = "GetLogLevelsByResourceTypes"
1427
1964
  o.http_method = "GET"
@@ -1435,6 +1972,32 @@ module Aws::IoTWireless
1435
1972
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1436
1973
  end)
1437
1974
 
1975
+ api.add_operation(:get_multicast_group, Seahorse::Model::Operation.new.tap do |o|
1976
+ o.name = "GetMulticastGroup"
1977
+ o.http_method = "GET"
1978
+ o.http_request_uri = "/multicast-groups/{Id}"
1979
+ o.input = Shapes::ShapeRef.new(shape: GetMulticastGroupRequest)
1980
+ o.output = Shapes::ShapeRef.new(shape: GetMulticastGroupResponse)
1981
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1982
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1983
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1984
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1985
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1986
+ end)
1987
+
1988
+ api.add_operation(:get_multicast_group_session, Seahorse::Model::Operation.new.tap do |o|
1989
+ o.name = "GetMulticastGroupSession"
1990
+ o.http_method = "GET"
1991
+ o.http_request_uri = "/multicast-groups/{Id}/session"
1992
+ o.input = Shapes::ShapeRef.new(shape: GetMulticastGroupSessionRequest)
1993
+ o.output = Shapes::ShapeRef.new(shape: GetMulticastGroupSessionResponse)
1994
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1995
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1996
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1997
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1998
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1999
+ end)
2000
+
1438
2001
  api.add_operation(:get_partner_account, Seahorse::Model::Operation.new.tap do |o|
1439
2002
  o.name = "GetPartnerAccount"
1440
2003
  o.http_method = "GET"
@@ -1447,6 +2010,19 @@ module Aws::IoTWireless
1447
2010
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1448
2011
  end)
1449
2012
 
2013
+ api.add_operation(:get_resource_event_configuration, Seahorse::Model::Operation.new.tap do |o|
2014
+ o.name = "GetResourceEventConfiguration"
2015
+ o.http_method = "GET"
2016
+ o.http_request_uri = "/event-configurations/{Identifier}"
2017
+ o.input = Shapes::ShapeRef.new(shape: GetResourceEventConfigurationRequest)
2018
+ o.output = Shapes::ShapeRef.new(shape: GetResourceEventConfigurationResponse)
2019
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2020
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2021
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2022
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2023
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2024
+ end)
2025
+
1450
2026
  api.add_operation(:get_resource_log_level, Seahorse::Model::Operation.new.tap do |o|
1451
2027
  o.name = "GetResourceLogLevel"
1452
2028
  o.http_method = "GET"
@@ -1625,6 +2201,61 @@ module Aws::IoTWireless
1625
2201
  )
1626
2202
  end)
1627
2203
 
2204
+ api.add_operation(:list_fuota_tasks, Seahorse::Model::Operation.new.tap do |o|
2205
+ o.name = "ListFuotaTasks"
2206
+ o.http_method = "GET"
2207
+ o.http_request_uri = "/fuota-tasks"
2208
+ o.input = Shapes::ShapeRef.new(shape: ListFuotaTasksRequest)
2209
+ o.output = Shapes::ShapeRef.new(shape: ListFuotaTasksResponse)
2210
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2211
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2212
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2213
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2214
+ o[:pager] = Aws::Pager.new(
2215
+ limit_key: "max_results",
2216
+ tokens: {
2217
+ "next_token" => "next_token"
2218
+ }
2219
+ )
2220
+ end)
2221
+
2222
+ api.add_operation(:list_multicast_groups, Seahorse::Model::Operation.new.tap do |o|
2223
+ o.name = "ListMulticastGroups"
2224
+ o.http_method = "GET"
2225
+ o.http_request_uri = "/multicast-groups"
2226
+ o.input = Shapes::ShapeRef.new(shape: ListMulticastGroupsRequest)
2227
+ o.output = Shapes::ShapeRef.new(shape: ListMulticastGroupsResponse)
2228
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2229
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2230
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2231
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2232
+ o[:pager] = Aws::Pager.new(
2233
+ limit_key: "max_results",
2234
+ tokens: {
2235
+ "next_token" => "next_token"
2236
+ }
2237
+ )
2238
+ end)
2239
+
2240
+ api.add_operation(:list_multicast_groups_by_fuota_task, Seahorse::Model::Operation.new.tap do |o|
2241
+ o.name = "ListMulticastGroupsByFuotaTask"
2242
+ o.http_method = "GET"
2243
+ o.http_request_uri = "/fuota-tasks/{Id}/multicast-groups"
2244
+ o.input = Shapes::ShapeRef.new(shape: ListMulticastGroupsByFuotaTaskRequest)
2245
+ o.output = Shapes::ShapeRef.new(shape: ListMulticastGroupsByFuotaTaskResponse)
2246
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2247
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2248
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2249
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2250
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2251
+ o[:pager] = Aws::Pager.new(
2252
+ limit_key: "max_results",
2253
+ tokens: {
2254
+ "next_token" => "next_token"
2255
+ }
2256
+ )
2257
+ end)
2258
+
1628
2259
  api.add_operation(:list_partner_accounts, Seahorse::Model::Operation.new.tap do |o|
1629
2260
  o.name = "ListPartnerAccounts"
1630
2261
  o.http_method = "GET"
@@ -1755,6 +2386,20 @@ module Aws::IoTWireless
1755
2386
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1756
2387
  end)
1757
2388
 
2389
+ api.add_operation(:send_data_to_multicast_group, Seahorse::Model::Operation.new.tap do |o|
2390
+ o.name = "SendDataToMulticastGroup"
2391
+ o.http_method = "POST"
2392
+ o.http_request_uri = "/multicast-groups/{Id}/data"
2393
+ o.input = Shapes::ShapeRef.new(shape: SendDataToMulticastGroupRequest)
2394
+ o.output = Shapes::ShapeRef.new(shape: SendDataToMulticastGroupResponse)
2395
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2396
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2397
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2398
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2399
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2400
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2401
+ end)
2402
+
1758
2403
  api.add_operation(:send_data_to_wireless_device, Seahorse::Model::Operation.new.tap do |o|
1759
2404
  o.name = "SendDataToWirelessDevice"
1760
2405
  o.http_method = "POST"
@@ -1767,6 +2412,60 @@ module Aws::IoTWireless
1767
2412
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1768
2413
  end)
1769
2414
 
2415
+ api.add_operation(:start_bulk_associate_wireless_device_with_multicast_group, Seahorse::Model::Operation.new.tap do |o|
2416
+ o.name = "StartBulkAssociateWirelessDeviceWithMulticastGroup"
2417
+ o.http_method = "PATCH"
2418
+ o.http_request_uri = "/multicast-groups/{Id}/bulk"
2419
+ o.input = Shapes::ShapeRef.new(shape: StartBulkAssociateWirelessDeviceWithMulticastGroupRequest)
2420
+ o.output = Shapes::ShapeRef.new(shape: StartBulkAssociateWirelessDeviceWithMulticastGroupResponse)
2421
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2422
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2423
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2424
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2425
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2426
+ end)
2427
+
2428
+ api.add_operation(:start_bulk_disassociate_wireless_device_from_multicast_group, Seahorse::Model::Operation.new.tap do |o|
2429
+ o.name = "StartBulkDisassociateWirelessDeviceFromMulticastGroup"
2430
+ o.http_method = "POST"
2431
+ o.http_request_uri = "/multicast-groups/{Id}/bulk"
2432
+ o.input = Shapes::ShapeRef.new(shape: StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest)
2433
+ o.output = Shapes::ShapeRef.new(shape: StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse)
2434
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2435
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2436
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2437
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2438
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2439
+ end)
2440
+
2441
+ api.add_operation(:start_fuota_task, Seahorse::Model::Operation.new.tap do |o|
2442
+ o.name = "StartFuotaTask"
2443
+ o.http_method = "PUT"
2444
+ o.http_request_uri = "/fuota-tasks/{Id}"
2445
+ o.input = Shapes::ShapeRef.new(shape: StartFuotaTaskRequest)
2446
+ o.output = Shapes::ShapeRef.new(shape: StartFuotaTaskResponse)
2447
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2448
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2449
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2450
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2451
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2452
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2453
+ end)
2454
+
2455
+ api.add_operation(:start_multicast_group_session, Seahorse::Model::Operation.new.tap do |o|
2456
+ o.name = "StartMulticastGroupSession"
2457
+ o.http_method = "PUT"
2458
+ o.http_request_uri = "/multicast-groups/{Id}/session"
2459
+ o.input = Shapes::ShapeRef.new(shape: StartMulticastGroupSessionRequest)
2460
+ o.output = Shapes::ShapeRef.new(shape: StartMulticastGroupSessionResponse)
2461
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2462
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2463
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2464
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2465
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2466
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2467
+ end)
2468
+
1770
2469
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1771
2470
  o.name = "TagResource"
1772
2471
  o.http_method = "POST"
@@ -1819,6 +2518,20 @@ module Aws::IoTWireless
1819
2518
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1820
2519
  end)
1821
2520
 
2521
+ api.add_operation(:update_fuota_task, Seahorse::Model::Operation.new.tap do |o|
2522
+ o.name = "UpdateFuotaTask"
2523
+ o.http_method = "PATCH"
2524
+ o.http_request_uri = "/fuota-tasks/{Id}"
2525
+ o.input = Shapes::ShapeRef.new(shape: UpdateFuotaTaskRequest)
2526
+ o.output = Shapes::ShapeRef.new(shape: UpdateFuotaTaskResponse)
2527
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2528
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2529
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2530
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2531
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2532
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2533
+ end)
2534
+
1822
2535
  api.add_operation(:update_log_levels_by_resource_types, Seahorse::Model::Operation.new.tap do |o|
1823
2536
  o.name = "UpdateLogLevelsByResourceTypes"
1824
2537
  o.http_method = "POST"
@@ -1833,6 +2546,20 @@ module Aws::IoTWireless
1833
2546
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1834
2547
  end)
1835
2548
 
2549
+ api.add_operation(:update_multicast_group, Seahorse::Model::Operation.new.tap do |o|
2550
+ o.name = "UpdateMulticastGroup"
2551
+ o.http_method = "PATCH"
2552
+ o.http_request_uri = "/multicast-groups/{Id}"
2553
+ o.input = Shapes::ShapeRef.new(shape: UpdateMulticastGroupRequest)
2554
+ o.output = Shapes::ShapeRef.new(shape: UpdateMulticastGroupResponse)
2555
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2556
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2557
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2558
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2559
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2560
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2561
+ end)
2562
+
1836
2563
  api.add_operation(:update_partner_account, Seahorse::Model::Operation.new.tap do |o|
1837
2564
  o.name = "UpdatePartnerAccount"
1838
2565
  o.http_method = "PATCH"
@@ -1845,6 +2572,20 @@ module Aws::IoTWireless
1845
2572
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1846
2573
  end)
1847
2574
 
2575
+ api.add_operation(:update_resource_event_configuration, Seahorse::Model::Operation.new.tap do |o|
2576
+ o.name = "UpdateResourceEventConfiguration"
2577
+ o.http_method = "PATCH"
2578
+ o.http_request_uri = "/event-configurations/{Identifier}"
2579
+ o.input = Shapes::ShapeRef.new(shape: UpdateResourceEventConfigurationRequest)
2580
+ o.output = Shapes::ShapeRef.new(shape: UpdateResourceEventConfigurationResponse)
2581
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2582
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2583
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2584
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2585
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2586
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2587
+ end)
2588
+
1848
2589
  api.add_operation(:update_wireless_device, Seahorse::Model::Operation.new.tap do |o|
1849
2590
  o.name = "UpdateWirelessDevice"
1850
2591
  o.http_method = "PATCH"