aws-sdk-iotwireless 1.14.0 → 1.18.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,44 @@ 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')
165
+ GetNetworkAnalyzerConfigurationRequest = Shapes::StructureShape.new(name: 'GetNetworkAnalyzerConfigurationRequest')
166
+ GetNetworkAnalyzerConfigurationResponse = Shapes::StructureShape.new(name: 'GetNetworkAnalyzerConfigurationResponse')
119
167
  GetPartnerAccountRequest = Shapes::StructureShape.new(name: 'GetPartnerAccountRequest')
120
168
  GetPartnerAccountResponse = Shapes::StructureShape.new(name: 'GetPartnerAccountResponse')
169
+ GetResourceEventConfigurationRequest = Shapes::StructureShape.new(name: 'GetResourceEventConfigurationRequest')
170
+ GetResourceEventConfigurationResponse = Shapes::StructureShape.new(name: 'GetResourceEventConfigurationResponse')
121
171
  GetResourceLogLevelRequest = Shapes::StructureShape.new(name: 'GetResourceLogLevelRequest')
122
172
  GetResourceLogLevelResponse = Shapes::StructureShape.new(name: 'GetResourceLogLevelResponse')
123
173
  GetServiceEndpointRequest = Shapes::StructureShape.new(name: 'GetServiceEndpointRequest')
@@ -143,6 +193,7 @@ module Aws::IoTWireless
143
193
  HrAllowed = Shapes::BooleanShape.new(name: 'HrAllowed')
144
194
  ISODateTimeString = Shapes::StringShape.new(name: 'ISODateTimeString')
145
195
  Identifier = Shapes::StringShape.new(name: 'Identifier')
196
+ IdentifierType = Shapes::StringShape.new(name: 'IdentifierType')
146
197
  Integer = Shapes::IntegerShape.new(name: 'Integer')
147
198
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
148
199
  IotCertificateId = Shapes::StringShape.new(name: 'IotCertificateId')
@@ -153,6 +204,12 @@ module Aws::IoTWireless
153
204
  ListDestinationsResponse = Shapes::StructureShape.new(name: 'ListDestinationsResponse')
154
205
  ListDeviceProfilesRequest = Shapes::StructureShape.new(name: 'ListDeviceProfilesRequest')
155
206
  ListDeviceProfilesResponse = Shapes::StructureShape.new(name: 'ListDeviceProfilesResponse')
207
+ ListFuotaTasksRequest = Shapes::StructureShape.new(name: 'ListFuotaTasksRequest')
208
+ ListFuotaTasksResponse = Shapes::StructureShape.new(name: 'ListFuotaTasksResponse')
209
+ ListMulticastGroupsByFuotaTaskRequest = Shapes::StructureShape.new(name: 'ListMulticastGroupsByFuotaTaskRequest')
210
+ ListMulticastGroupsByFuotaTaskResponse = Shapes::StructureShape.new(name: 'ListMulticastGroupsByFuotaTaskResponse')
211
+ ListMulticastGroupsRequest = Shapes::StructureShape.new(name: 'ListMulticastGroupsRequest')
212
+ ListMulticastGroupsResponse = Shapes::StructureShape.new(name: 'ListMulticastGroupsResponse')
156
213
  ListPartnerAccountsRequest = Shapes::StructureShape.new(name: 'ListPartnerAccountsRequest')
157
214
  ListPartnerAccountsResponse = Shapes::StructureShape.new(name: 'ListPartnerAccountsResponse')
158
215
  ListServiceProfilesRequest = Shapes::StructureShape.new(name: 'ListServiceProfilesRequest')
@@ -168,6 +225,8 @@ module Aws::IoTWireless
168
225
  LoRaWANDevice = Shapes::StructureShape.new(name: 'LoRaWANDevice')
169
226
  LoRaWANDeviceMetadata = Shapes::StructureShape.new(name: 'LoRaWANDeviceMetadata')
170
227
  LoRaWANDeviceProfile = Shapes::StructureShape.new(name: 'LoRaWANDeviceProfile')
228
+ LoRaWANFuotaTask = Shapes::StructureShape.new(name: 'LoRaWANFuotaTask')
229
+ LoRaWANFuotaTaskGetInfo = Shapes::StructureShape.new(name: 'LoRaWANFuotaTaskGetInfo')
171
230
  LoRaWANGateway = Shapes::StructureShape.new(name: 'LoRaWANGateway')
172
231
  LoRaWANGatewayCurrentVersion = Shapes::StructureShape.new(name: 'LoRaWANGatewayCurrentVersion')
173
232
  LoRaWANGatewayMetadata = Shapes::StructureShape.new(name: 'LoRaWANGatewayMetadata')
@@ -175,8 +234,13 @@ module Aws::IoTWireless
175
234
  LoRaWANGatewayVersion = Shapes::StructureShape.new(name: 'LoRaWANGatewayVersion')
176
235
  LoRaWANGetServiceProfileInfo = Shapes::StructureShape.new(name: 'LoRaWANGetServiceProfileInfo')
177
236
  LoRaWANListDevice = Shapes::StructureShape.new(name: 'LoRaWANListDevice')
237
+ LoRaWANMulticast = Shapes::StructureShape.new(name: 'LoRaWANMulticast')
238
+ LoRaWANMulticastGet = Shapes::StructureShape.new(name: 'LoRaWANMulticastGet')
239
+ LoRaWANMulticastMetadata = Shapes::StructureShape.new(name: 'LoRaWANMulticastMetadata')
240
+ LoRaWANMulticastSession = Shapes::StructureShape.new(name: 'LoRaWANMulticastSession')
178
241
  LoRaWANSendDataToDevice = Shapes::StructureShape.new(name: 'LoRaWANSendDataToDevice')
179
242
  LoRaWANServiceProfile = Shapes::StructureShape.new(name: 'LoRaWANServiceProfile')
243
+ LoRaWANStartFuotaTask = Shapes::StructureShape.new(name: 'LoRaWANStartFuotaTask')
180
244
  LoRaWANUpdateDevice = Shapes::StructureShape.new(name: 'LoRaWANUpdateDevice')
181
245
  LoRaWANUpdateGatewayTaskCreate = Shapes::StructureShape.new(name: 'LoRaWANUpdateGatewayTaskCreate')
182
246
  LoRaWANUpdateGatewayTaskEntry = Shapes::StructureShape.new(name: 'LoRaWANUpdateGatewayTaskEntry')
@@ -185,14 +249,29 @@ module Aws::IoTWireless
185
249
  MaxDutyCycle = Shapes::IntegerShape.new(name: 'MaxDutyCycle')
186
250
  MaxEirp = Shapes::IntegerShape.new(name: 'MaxEirp')
187
251
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
252
+ McGroupId = Shapes::IntegerShape.new(name: 'McGroupId')
188
253
  Message = Shapes::StringShape.new(name: 'Message')
189
254
  MessageId = Shapes::StringShape.new(name: 'MessageId')
190
255
  MessageType = Shapes::StringShape.new(name: 'MessageType')
191
256
  MinGwDiversity = Shapes::IntegerShape.new(name: 'MinGwDiversity')
192
257
  Model = Shapes::StringShape.new(name: 'Model')
258
+ MulticastDeviceStatus = Shapes::StringShape.new(name: 'MulticastDeviceStatus')
259
+ MulticastGroup = Shapes::StructureShape.new(name: 'MulticastGroup')
260
+ MulticastGroupArn = Shapes::StringShape.new(name: 'MulticastGroupArn')
261
+ MulticastGroupByFuotaTask = Shapes::StructureShape.new(name: 'MulticastGroupByFuotaTask')
262
+ MulticastGroupId = Shapes::StringShape.new(name: 'MulticastGroupId')
263
+ MulticastGroupList = Shapes::ListShape.new(name: 'MulticastGroupList')
264
+ MulticastGroupListByFuotaTask = Shapes::ListShape.new(name: 'MulticastGroupListByFuotaTask')
265
+ MulticastGroupMessageId = Shapes::StringShape.new(name: 'MulticastGroupMessageId')
266
+ MulticastGroupName = Shapes::StringShape.new(name: 'MulticastGroupName')
267
+ MulticastGroupStatus = Shapes::StringShape.new(name: 'MulticastGroupStatus')
268
+ MulticastWirelessMetadata = Shapes::StructureShape.new(name: 'MulticastWirelessMetadata')
193
269
  NetId = Shapes::StringShape.new(name: 'NetId')
194
270
  NetIdFilters = Shapes::ListShape.new(name: 'NetIdFilters')
271
+ NetworkAnalyzerConfigurationName = Shapes::StringShape.new(name: 'NetworkAnalyzerConfigurationName')
195
272
  NextToken = Shapes::StringShape.new(name: 'NextToken')
273
+ NumberOfDevicesInGroup = Shapes::IntegerShape.new(name: 'NumberOfDevicesInGroup')
274
+ NumberOfDevicesRequested = Shapes::IntegerShape.new(name: 'NumberOfDevicesRequested')
196
275
  NwkGeoLoc = Shapes::BooleanShape.new(name: 'NwkGeoLoc')
197
276
  NwkKey = Shapes::StringShape.new(name: 'NwkKey')
198
277
  NwkSEncKey = Shapes::StringShape.new(name: 'NwkSEncKey')
@@ -209,8 +288,10 @@ module Aws::IoTWireless
209
288
  PingSlotPeriod = Shapes::IntegerShape.new(name: 'PingSlotPeriod')
210
289
  PrAllowed = Shapes::BooleanShape.new(name: 'PrAllowed')
211
290
  PresetFreq = Shapes::IntegerShape.new(name: 'PresetFreq')
291
+ ProximityEventConfiguration = Shapes::StructureShape.new(name: 'ProximityEventConfiguration')
212
292
  PutResourceLogLevelRequest = Shapes::StructureShape.new(name: 'PutResourceLogLevelRequest')
213
293
  PutResourceLogLevelResponse = Shapes::StructureShape.new(name: 'PutResourceLogLevelResponse')
294
+ QueryString = Shapes::StringShape.new(name: 'QueryString')
214
295
  RaAllowed = Shapes::BooleanShape.new(name: 'RaAllowed')
215
296
  RegParamsRevision = Shapes::StringShape.new(name: 'RegParamsRevision')
216
297
  ReportDevStatusBattery = Shapes::BooleanShape.new(name: 'ReportDevStatusBattery')
@@ -231,6 +312,8 @@ module Aws::IoTWireless
231
312
  RxDrOffset1 = Shapes::IntegerShape.new(name: 'RxDrOffset1')
232
313
  RxFreq2 = Shapes::IntegerShape.new(name: 'RxFreq2')
233
314
  SNwkSIntKey = Shapes::StringShape.new(name: 'SNwkSIntKey')
315
+ SendDataToMulticastGroupRequest = Shapes::StructureShape.new(name: 'SendDataToMulticastGroupRequest')
316
+ SendDataToMulticastGroupResponse = Shapes::StructureShape.new(name: 'SendDataToMulticastGroupResponse')
234
317
  SendDataToWirelessDeviceRequest = Shapes::StructureShape.new(name: 'SendDataToWirelessDeviceRequest')
235
318
  SendDataToWirelessDeviceResponse = Shapes::StructureShape.new(name: 'SendDataToWirelessDeviceResponse')
236
319
  Seq = Shapes::IntegerShape.new(name: 'Seq')
@@ -241,20 +324,33 @@ module Aws::IoTWireless
241
324
  ServiceProfileName = Shapes::StringShape.new(name: 'ServiceProfileName')
242
325
  SessionKeysAbpV1_0_x = Shapes::StructureShape.new(name: 'SessionKeysAbpV1_0_x')
243
326
  SessionKeysAbpV1_1 = Shapes::StructureShape.new(name: 'SessionKeysAbpV1_1')
327
+ SessionStartTimeTimestamp = Shapes::TimestampShape.new(name: 'SessionStartTimeTimestamp', timestampFormat: "iso8601")
328
+ SessionTimeout = Shapes::IntegerShape.new(name: 'SessionTimeout')
244
329
  SidewalkAccountInfo = Shapes::StructureShape.new(name: 'SidewalkAccountInfo')
245
330
  SidewalkAccountInfoWithFingerprint = Shapes::StructureShape.new(name: 'SidewalkAccountInfoWithFingerprint')
246
331
  SidewalkAccountList = Shapes::ListShape.new(name: 'SidewalkAccountList')
247
332
  SidewalkDevice = Shapes::StructureShape.new(name: 'SidewalkDevice')
248
333
  SidewalkDeviceMetadata = Shapes::StructureShape.new(name: 'SidewalkDeviceMetadata')
334
+ SidewalkEventNotificationConfigurations = Shapes::StructureShape.new(name: 'SidewalkEventNotificationConfigurations')
249
335
  SidewalkId = Shapes::StringShape.new(name: 'SidewalkId')
250
336
  SidewalkListDevice = Shapes::StructureShape.new(name: 'SidewalkListDevice')
251
337
  SidewalkManufacturingSn = Shapes::StringShape.new(name: 'SidewalkManufacturingSn')
252
338
  SidewalkSendDataToDevice = Shapes::StructureShape.new(name: 'SidewalkSendDataToDevice')
253
339
  SidewalkUpdateAccount = Shapes::StructureShape.new(name: 'SidewalkUpdateAccount')
254
340
  SigningAlg = Shapes::StringShape.new(name: 'SigningAlg')
341
+ StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupRequest')
342
+ StartBulkAssociateWirelessDeviceWithMulticastGroupResponse = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupResponse')
343
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest = Shapes::StructureShape.new(name: 'StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest')
344
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse = Shapes::StructureShape.new(name: 'StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse')
345
+ StartFuotaTaskRequest = Shapes::StructureShape.new(name: 'StartFuotaTaskRequest')
346
+ StartFuotaTaskResponse = Shapes::StructureShape.new(name: 'StartFuotaTaskResponse')
347
+ StartMulticastGroupSessionRequest = Shapes::StructureShape.new(name: 'StartMulticastGroupSessionRequest')
348
+ StartMulticastGroupSessionResponse = Shapes::StructureShape.new(name: 'StartMulticastGroupSessionResponse')
349
+ StartTime = Shapes::TimestampShape.new(name: 'StartTime', timestampFormat: "iso8601")
255
350
  Station = Shapes::StringShape.new(name: 'Station')
256
351
  SubBand = Shapes::IntegerShape.new(name: 'SubBand')
257
352
  SubBands = Shapes::ListShape.new(name: 'SubBands')
353
+ SupportedRfRegion = Shapes::StringShape.new(name: 'SupportedRfRegion')
258
354
  Supports32BitFCnt = Shapes::BooleanShape.new(name: 'Supports32BitFCnt')
259
355
  SupportsClassB = Shapes::BooleanShape.new(name: 'SupportsClassB')
260
356
  SupportsClassC = Shapes::BooleanShape.new(name: 'SupportsClassC')
@@ -273,6 +369,7 @@ module Aws::IoTWireless
273
369
  ThingName = Shapes::StringShape.new(name: 'ThingName')
274
370
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
275
371
  TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
372
+ TraceContent = Shapes::StructureShape.new(name: 'TraceContent')
276
373
  TransmitMode = Shapes::IntegerShape.new(name: 'TransmitMode')
277
374
  UlBucketSize = Shapes::IntegerShape.new(name: 'UlBucketSize')
278
375
  UlRate = Shapes::IntegerShape.new(name: 'UlRate')
@@ -282,10 +379,18 @@ module Aws::IoTWireless
282
379
  UpdateDataSource = Shapes::StringShape.new(name: 'UpdateDataSource')
283
380
  UpdateDestinationRequest = Shapes::StructureShape.new(name: 'UpdateDestinationRequest')
284
381
  UpdateDestinationResponse = Shapes::StructureShape.new(name: 'UpdateDestinationResponse')
382
+ UpdateFuotaTaskRequest = Shapes::StructureShape.new(name: 'UpdateFuotaTaskRequest')
383
+ UpdateFuotaTaskResponse = Shapes::StructureShape.new(name: 'UpdateFuotaTaskResponse')
285
384
  UpdateLogLevelsByResourceTypesRequest = Shapes::StructureShape.new(name: 'UpdateLogLevelsByResourceTypesRequest')
286
385
  UpdateLogLevelsByResourceTypesResponse = Shapes::StructureShape.new(name: 'UpdateLogLevelsByResourceTypesResponse')
386
+ UpdateMulticastGroupRequest = Shapes::StructureShape.new(name: 'UpdateMulticastGroupRequest')
387
+ UpdateMulticastGroupResponse = Shapes::StructureShape.new(name: 'UpdateMulticastGroupResponse')
388
+ UpdateNetworkAnalyzerConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateNetworkAnalyzerConfigurationRequest')
389
+ UpdateNetworkAnalyzerConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateNetworkAnalyzerConfigurationResponse')
287
390
  UpdatePartnerAccountRequest = Shapes::StructureShape.new(name: 'UpdatePartnerAccountRequest')
288
391
  UpdatePartnerAccountResponse = Shapes::StructureShape.new(name: 'UpdatePartnerAccountResponse')
392
+ UpdateResourceEventConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateResourceEventConfigurationRequest')
393
+ UpdateResourceEventConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateResourceEventConfigurationResponse')
289
394
  UpdateSignature = Shapes::StringShape.new(name: 'UpdateSignature')
290
395
  UpdateWirelessDeviceRequest = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceRequest')
291
396
  UpdateWirelessDeviceResponse = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceResponse')
@@ -298,8 +403,10 @@ module Aws::IoTWireless
298
403
  WirelessDeviceEvent = Shapes::StringShape.new(name: 'WirelessDeviceEvent')
299
404
  WirelessDeviceEventLogOption = Shapes::StructureShape.new(name: 'WirelessDeviceEventLogOption')
300
405
  WirelessDeviceEventLogOptionList = Shapes::ListShape.new(name: 'WirelessDeviceEventLogOptionList')
406
+ WirelessDeviceFrameInfo = Shapes::StringShape.new(name: 'WirelessDeviceFrameInfo')
301
407
  WirelessDeviceId = Shapes::StringShape.new(name: 'WirelessDeviceId')
302
408
  WirelessDeviceIdType = Shapes::StringShape.new(name: 'WirelessDeviceIdType')
409
+ WirelessDeviceList = Shapes::ListShape.new(name: 'WirelessDeviceList')
303
410
  WirelessDeviceLogOption = Shapes::StructureShape.new(name: 'WirelessDeviceLogOption')
304
411
  WirelessDeviceLogOptionList = Shapes::ListShape.new(name: 'WirelessDeviceLogOptionList')
305
412
  WirelessDeviceName = Shapes::StringShape.new(name: 'WirelessDeviceName')
@@ -312,6 +419,7 @@ module Aws::IoTWireless
312
419
  WirelessGatewayEventLogOptionList = Shapes::ListShape.new(name: 'WirelessGatewayEventLogOptionList')
313
420
  WirelessGatewayId = Shapes::StringShape.new(name: 'WirelessGatewayId')
314
421
  WirelessGatewayIdType = Shapes::StringShape.new(name: 'WirelessGatewayIdType')
422
+ WirelessGatewayList = Shapes::ListShape.new(name: 'WirelessGatewayList')
315
423
  WirelessGatewayLogOption = Shapes::StructureShape.new(name: 'WirelessGatewayLogOption')
316
424
  WirelessGatewayLogOptionList = Shapes::ListShape.new(name: 'WirelessGatewayLogOptionList')
317
425
  WirelessGatewayName = Shapes::StringShape.new(name: 'WirelessGatewayName')
@@ -347,6 +455,24 @@ module Aws::IoTWireless
347
455
  AssociateAwsAccountWithPartnerAccountResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAccountArn, location_name: "Arn"))
348
456
  AssociateAwsAccountWithPartnerAccountResponse.struct_class = Types::AssociateAwsAccountWithPartnerAccountResponse
349
457
 
458
+ AssociateMulticastGroupWithFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
459
+ AssociateMulticastGroupWithFuotaTaskRequest.add_member(:multicast_group_id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location_name: "MulticastGroupId"))
460
+ AssociateMulticastGroupWithFuotaTaskRequest.struct_class = Types::AssociateMulticastGroupWithFuotaTaskRequest
461
+
462
+ AssociateMulticastGroupWithFuotaTaskResponse.struct_class = Types::AssociateMulticastGroupWithFuotaTaskResponse
463
+
464
+ AssociateWirelessDeviceWithFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
465
+ AssociateWirelessDeviceWithFuotaTaskRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location_name: "WirelessDeviceId"))
466
+ AssociateWirelessDeviceWithFuotaTaskRequest.struct_class = Types::AssociateWirelessDeviceWithFuotaTaskRequest
467
+
468
+ AssociateWirelessDeviceWithFuotaTaskResponse.struct_class = Types::AssociateWirelessDeviceWithFuotaTaskResponse
469
+
470
+ AssociateWirelessDeviceWithMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
471
+ AssociateWirelessDeviceWithMulticastGroupRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location_name: "WirelessDeviceId"))
472
+ AssociateWirelessDeviceWithMulticastGroupRequest.struct_class = Types::AssociateWirelessDeviceWithMulticastGroupRequest
473
+
474
+ AssociateWirelessDeviceWithMulticastGroupResponse.struct_class = Types::AssociateWirelessDeviceWithMulticastGroupResponse
475
+
350
476
  AssociateWirelessDeviceWithThingRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
351
477
  AssociateWirelessDeviceWithThingRequest.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, required: true, location_name: "ThingArn"))
352
478
  AssociateWirelessDeviceWithThingRequest.struct_class = Types::AssociateWirelessDeviceWithThingRequest
@@ -366,6 +492,11 @@ module Aws::IoTWireless
366
492
 
367
493
  AssociateWirelessGatewayWithThingResponse.struct_class = Types::AssociateWirelessGatewayWithThingResponse
368
494
 
495
+ CancelMulticastGroupSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
496
+ CancelMulticastGroupSessionRequest.struct_class = Types::CancelMulticastGroupSessionRequest
497
+
498
+ CancelMulticastGroupSessionResponse.struct_class = Types::CancelMulticastGroupSessionResponse
499
+
369
500
  CertificateList.add_member(:signing_alg, Shapes::ShapeRef.new(shape: SigningAlg, required: true, location_name: "SigningAlg"))
370
501
  CertificateList.add_member(:value, Shapes::ShapeRef.new(shape: CertificateValue, required: true, location_name: "Value"))
371
502
  CertificateList.struct_class = Types::CertificateList
@@ -398,6 +529,30 @@ module Aws::IoTWireless
398
529
  CreateDeviceProfileResponse.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
399
530
  CreateDeviceProfileResponse.struct_class = Types::CreateDeviceProfileResponse
400
531
 
532
+ CreateFuotaTaskRequest.add_member(:name, Shapes::ShapeRef.new(shape: FuotaTaskName, location_name: "Name"))
533
+ CreateFuotaTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
534
+ CreateFuotaTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
535
+ CreateFuotaTaskRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANFuotaTask, location_name: "LoRaWAN"))
536
+ CreateFuotaTaskRequest.add_member(:firmware_update_image, Shapes::ShapeRef.new(shape: FirmwareUpdateImage, required: true, location_name: "FirmwareUpdateImage"))
537
+ CreateFuotaTaskRequest.add_member(:firmware_update_role, Shapes::ShapeRef.new(shape: FirmwareUpdateRole, required: true, location_name: "FirmwareUpdateRole"))
538
+ CreateFuotaTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
539
+ CreateFuotaTaskRequest.struct_class = Types::CreateFuotaTaskRequest
540
+
541
+ CreateFuotaTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FuotaTaskArn, location_name: "Arn"))
542
+ CreateFuotaTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, location_name: "Id"))
543
+ CreateFuotaTaskResponse.struct_class = Types::CreateFuotaTaskResponse
544
+
545
+ CreateMulticastGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: MulticastGroupName, location_name: "Name"))
546
+ CreateMulticastGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
547
+ CreateMulticastGroupRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
548
+ CreateMulticastGroupRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticast, required: true, location_name: "LoRaWAN"))
549
+ CreateMulticastGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
550
+ CreateMulticastGroupRequest.struct_class = Types::CreateMulticastGroupRequest
551
+
552
+ CreateMulticastGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MulticastGroupArn, location_name: "Arn"))
553
+ CreateMulticastGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, location_name: "Id"))
554
+ CreateMulticastGroupResponse.struct_class = Types::CreateMulticastGroupResponse
555
+
401
556
  CreateServiceProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: ServiceProfileName, location_name: "Name"))
402
557
  CreateServiceProfileRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANServiceProfile, location_name: "LoRaWAN"))
403
558
  CreateServiceProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -461,6 +616,16 @@ module Aws::IoTWireless
461
616
 
462
617
  DeleteDeviceProfileResponse.struct_class = Types::DeleteDeviceProfileResponse
463
618
 
619
+ DeleteFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
620
+ DeleteFuotaTaskRequest.struct_class = Types::DeleteFuotaTaskRequest
621
+
622
+ DeleteFuotaTaskResponse.struct_class = Types::DeleteFuotaTaskResponse
623
+
624
+ DeleteMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
625
+ DeleteMulticastGroupRequest.struct_class = Types::DeleteMulticastGroupRequest
626
+
627
+ DeleteMulticastGroupResponse.struct_class = Types::DeleteMulticastGroupResponse
628
+
464
629
  DeleteServiceProfileRequest.add_member(:id, Shapes::ShapeRef.new(shape: ServiceProfileId, required: true, location: "uri", location_name: "Id"))
465
630
  DeleteServiceProfileRequest.struct_class = Types::DeleteServiceProfileRequest
466
631
 
@@ -505,12 +670,33 @@ module Aws::IoTWireless
505
670
 
506
671
  DeviceProfileList.member = Shapes::ShapeRef.new(shape: DeviceProfile)
507
672
 
673
+ DeviceRegistrationStateEventConfiguration.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkEventNotificationConfigurations, location_name: "Sidewalk"))
674
+ DeviceRegistrationStateEventConfiguration.struct_class = Types::DeviceRegistrationStateEventConfiguration
675
+
508
676
  DisassociateAwsAccountFromPartnerAccountRequest.add_member(:partner_account_id, Shapes::ShapeRef.new(shape: PartnerAccountId, required: true, location: "uri", location_name: "PartnerAccountId"))
509
677
  DisassociateAwsAccountFromPartnerAccountRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: PartnerType, required: true, location: "querystring", location_name: "partnerType"))
510
678
  DisassociateAwsAccountFromPartnerAccountRequest.struct_class = Types::DisassociateAwsAccountFromPartnerAccountRequest
511
679
 
512
680
  DisassociateAwsAccountFromPartnerAccountResponse.struct_class = Types::DisassociateAwsAccountFromPartnerAccountResponse
513
681
 
682
+ DisassociateMulticastGroupFromFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
683
+ DisassociateMulticastGroupFromFuotaTaskRequest.add_member(:multicast_group_id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "MulticastGroupId"))
684
+ DisassociateMulticastGroupFromFuotaTaskRequest.struct_class = Types::DisassociateMulticastGroupFromFuotaTaskRequest
685
+
686
+ DisassociateMulticastGroupFromFuotaTaskResponse.struct_class = Types::DisassociateMulticastGroupFromFuotaTaskResponse
687
+
688
+ DisassociateWirelessDeviceFromFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
689
+ DisassociateWirelessDeviceFromFuotaTaskRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "WirelessDeviceId"))
690
+ DisassociateWirelessDeviceFromFuotaTaskRequest.struct_class = Types::DisassociateWirelessDeviceFromFuotaTaskRequest
691
+
692
+ DisassociateWirelessDeviceFromFuotaTaskResponse.struct_class = Types::DisassociateWirelessDeviceFromFuotaTaskResponse
693
+
694
+ DisassociateWirelessDeviceFromMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
695
+ DisassociateWirelessDeviceFromMulticastGroupRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "WirelessDeviceId"))
696
+ DisassociateWirelessDeviceFromMulticastGroupRequest.struct_class = Types::DisassociateWirelessDeviceFromMulticastGroupRequest
697
+
698
+ DisassociateWirelessDeviceFromMulticastGroupResponse.struct_class = Types::DisassociateWirelessDeviceFromMulticastGroupResponse
699
+
514
700
  DisassociateWirelessDeviceFromThingRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
515
701
  DisassociateWirelessDeviceFromThingRequest.struct_class = Types::DisassociateWirelessDeviceFromThingRequest
516
702
 
@@ -526,8 +712,20 @@ module Aws::IoTWireless
526
712
 
527
713
  DisassociateWirelessGatewayFromThingResponse.struct_class = Types::DisassociateWirelessGatewayFromThingResponse
528
714
 
715
+ FPorts.add_member(:fuota, Shapes::ShapeRef.new(shape: FPort, location_name: "Fuota"))
716
+ FPorts.add_member(:multicast, Shapes::ShapeRef.new(shape: FPort, location_name: "Multicast"))
717
+ FPorts.add_member(:clock_sync, Shapes::ShapeRef.new(shape: FPort, location_name: "ClockSync"))
718
+ FPorts.struct_class = Types::FPorts
719
+
529
720
  FactoryPresetFreqsList.member = Shapes::ShapeRef.new(shape: PresetFreq)
530
721
 
722
+ FuotaTask.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, location_name: "Id"))
723
+ FuotaTask.add_member(:arn, Shapes::ShapeRef.new(shape: FuotaTaskArn, location_name: "Arn"))
724
+ FuotaTask.add_member(:name, Shapes::ShapeRef.new(shape: FuotaTaskName, location_name: "Name"))
725
+ FuotaTask.struct_class = Types::FuotaTask
726
+
727
+ FuotaTaskList.member = Shapes::ShapeRef.new(shape: FuotaTask)
728
+
531
729
  GetDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location: "uri", location_name: "Name"))
532
730
  GetDestinationRequest.struct_class = Types::GetDestinationRequest
533
731
 
@@ -548,6 +746,20 @@ module Aws::IoTWireless
548
746
  GetDeviceProfileResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceProfile, location_name: "LoRaWAN"))
549
747
  GetDeviceProfileResponse.struct_class = Types::GetDeviceProfileResponse
550
748
 
749
+ GetFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
750
+ GetFuotaTaskRequest.struct_class = Types::GetFuotaTaskRequest
751
+
752
+ GetFuotaTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FuotaTaskArn, location_name: "Arn"))
753
+ GetFuotaTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, location_name: "Id"))
754
+ GetFuotaTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: FuotaTaskStatus, location_name: "Status"))
755
+ GetFuotaTaskResponse.add_member(:name, Shapes::ShapeRef.new(shape: FuotaTaskName, location_name: "Name"))
756
+ GetFuotaTaskResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
757
+ GetFuotaTaskResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANFuotaTaskGetInfo, location_name: "LoRaWAN"))
758
+ GetFuotaTaskResponse.add_member(:firmware_update_image, Shapes::ShapeRef.new(shape: FirmwareUpdateImage, location_name: "FirmwareUpdateImage"))
759
+ GetFuotaTaskResponse.add_member(:firmware_update_role, Shapes::ShapeRef.new(shape: FirmwareUpdateRole, location_name: "FirmwareUpdateRole"))
760
+ GetFuotaTaskResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
761
+ GetFuotaTaskResponse.struct_class = Types::GetFuotaTaskResponse
762
+
551
763
  GetLogLevelsByResourceTypesRequest.struct_class = Types::GetLogLevelsByResourceTypesRequest
552
764
 
553
765
  GetLogLevelsByResourceTypesResponse.add_member(:default_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "DefaultLogLevel"))
@@ -555,6 +767,32 @@ module Aws::IoTWireless
555
767
  GetLogLevelsByResourceTypesResponse.add_member(:wireless_device_log_options, Shapes::ShapeRef.new(shape: WirelessDeviceLogOptionList, location_name: "WirelessDeviceLogOptions"))
556
768
  GetLogLevelsByResourceTypesResponse.struct_class = Types::GetLogLevelsByResourceTypesResponse
557
769
 
770
+ GetMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
771
+ GetMulticastGroupRequest.struct_class = Types::GetMulticastGroupRequest
772
+
773
+ GetMulticastGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MulticastGroupArn, location_name: "Arn"))
774
+ GetMulticastGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, location_name: "Id"))
775
+ GetMulticastGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: MulticastGroupName, location_name: "Name"))
776
+ GetMulticastGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
777
+ GetMulticastGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: MulticastGroupStatus, location_name: "Status"))
778
+ GetMulticastGroupResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticastGet, location_name: "LoRaWAN"))
779
+ GetMulticastGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
780
+ GetMulticastGroupResponse.struct_class = Types::GetMulticastGroupResponse
781
+
782
+ GetMulticastGroupSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
783
+ GetMulticastGroupSessionRequest.struct_class = Types::GetMulticastGroupSessionRequest
784
+
785
+ GetMulticastGroupSessionResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticastSession, location_name: "LoRaWAN"))
786
+ GetMulticastGroupSessionResponse.struct_class = Types::GetMulticastGroupSessionResponse
787
+
788
+ GetNetworkAnalyzerConfigurationRequest.add_member(:configuration_name, Shapes::ShapeRef.new(shape: NetworkAnalyzerConfigurationName, required: true, location: "uri", location_name: "ConfigurationName"))
789
+ GetNetworkAnalyzerConfigurationRequest.struct_class = Types::GetNetworkAnalyzerConfigurationRequest
790
+
791
+ GetNetworkAnalyzerConfigurationResponse.add_member(:trace_content, Shapes::ShapeRef.new(shape: TraceContent, location_name: "TraceContent"))
792
+ GetNetworkAnalyzerConfigurationResponse.add_member(:wireless_devices, Shapes::ShapeRef.new(shape: WirelessDeviceList, location_name: "WirelessDevices"))
793
+ GetNetworkAnalyzerConfigurationResponse.add_member(:wireless_gateways, Shapes::ShapeRef.new(shape: WirelessGatewayList, location_name: "WirelessGateways"))
794
+ GetNetworkAnalyzerConfigurationResponse.struct_class = Types::GetNetworkAnalyzerConfigurationResponse
795
+
558
796
  GetPartnerAccountRequest.add_member(:partner_account_id, Shapes::ShapeRef.new(shape: PartnerAccountId, required: true, location: "uri", location_name: "PartnerAccountId"))
559
797
  GetPartnerAccountRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: PartnerType, required: true, location: "querystring", location_name: "partnerType"))
560
798
  GetPartnerAccountRequest.struct_class = Types::GetPartnerAccountRequest
@@ -563,6 +801,15 @@ module Aws::IoTWireless
563
801
  GetPartnerAccountResponse.add_member(:account_linked, Shapes::ShapeRef.new(shape: AccountLinked, location_name: "AccountLinked"))
564
802
  GetPartnerAccountResponse.struct_class = Types::GetPartnerAccountResponse
565
803
 
804
+ GetResourceEventConfigurationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
805
+ GetResourceEventConfigurationRequest.add_member(:identifier_type, Shapes::ShapeRef.new(shape: IdentifierType, required: true, location: "querystring", location_name: "identifierType"))
806
+ GetResourceEventConfigurationRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: EventNotificationPartnerType, location: "querystring", location_name: "partnerType"))
807
+ GetResourceEventConfigurationRequest.struct_class = Types::GetResourceEventConfigurationRequest
808
+
809
+ GetResourceEventConfigurationResponse.add_member(:device_registration_state, Shapes::ShapeRef.new(shape: DeviceRegistrationStateEventConfiguration, location_name: "DeviceRegistrationState"))
810
+ GetResourceEventConfigurationResponse.add_member(:proximity, Shapes::ShapeRef.new(shape: ProximityEventConfiguration, location_name: "Proximity"))
811
+ GetResourceEventConfigurationResponse.struct_class = Types::GetResourceEventConfigurationResponse
812
+
566
813
  GetResourceLogLevelRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "ResourceIdentifier"))
567
814
  GetResourceLogLevelRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location: "querystring", location_name: "resourceType"))
568
815
  GetResourceLogLevelRequest.struct_class = Types::GetResourceLogLevelRequest
@@ -688,6 +935,31 @@ module Aws::IoTWireless
688
935
  ListDeviceProfilesResponse.add_member(:device_profile_list, Shapes::ShapeRef.new(shape: DeviceProfileList, location_name: "DeviceProfileList"))
689
936
  ListDeviceProfilesResponse.struct_class = Types::ListDeviceProfilesResponse
690
937
 
938
+ ListFuotaTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
939
+ ListFuotaTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
940
+ ListFuotaTasksRequest.struct_class = Types::ListFuotaTasksRequest
941
+
942
+ ListFuotaTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
943
+ ListFuotaTasksResponse.add_member(:fuota_task_list, Shapes::ShapeRef.new(shape: FuotaTaskList, location_name: "FuotaTaskList"))
944
+ ListFuotaTasksResponse.struct_class = Types::ListFuotaTasksResponse
945
+
946
+ ListMulticastGroupsByFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
947
+ ListMulticastGroupsByFuotaTaskRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
948
+ ListMulticastGroupsByFuotaTaskRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
949
+ ListMulticastGroupsByFuotaTaskRequest.struct_class = Types::ListMulticastGroupsByFuotaTaskRequest
950
+
951
+ ListMulticastGroupsByFuotaTaskResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
952
+ ListMulticastGroupsByFuotaTaskResponse.add_member(:multicast_group_list, Shapes::ShapeRef.new(shape: MulticastGroupListByFuotaTask, location_name: "MulticastGroupList"))
953
+ ListMulticastGroupsByFuotaTaskResponse.struct_class = Types::ListMulticastGroupsByFuotaTaskResponse
954
+
955
+ ListMulticastGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
956
+ ListMulticastGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
957
+ ListMulticastGroupsRequest.struct_class = Types::ListMulticastGroupsRequest
958
+
959
+ ListMulticastGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
960
+ ListMulticastGroupsResponse.add_member(:multicast_group_list, Shapes::ShapeRef.new(shape: MulticastGroupList, location_name: "MulticastGroupList"))
961
+ ListMulticastGroupsResponse.struct_class = Types::ListMulticastGroupsResponse
962
+
691
963
  ListPartnerAccountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
692
964
  ListPartnerAccountsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
693
965
  ListPartnerAccountsRequest.struct_class = Types::ListPartnerAccountsRequest
@@ -716,6 +988,8 @@ module Aws::IoTWireless
716
988
  ListWirelessDevicesRequest.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location: "querystring", location_name: "deviceProfileId"))
717
989
  ListWirelessDevicesRequest.add_member(:service_profile_id, Shapes::ShapeRef.new(shape: ServiceProfileId, location: "querystring", location_name: "serviceProfileId"))
718
990
  ListWirelessDevicesRequest.add_member(:wireless_device_type, Shapes::ShapeRef.new(shape: WirelessDeviceType, location: "querystring", location_name: "wirelessDeviceType"))
991
+ ListWirelessDevicesRequest.add_member(:fuota_task_id, Shapes::ShapeRef.new(shape: FuotaTaskId, location: "querystring", location_name: "fuotaTaskId"))
992
+ ListWirelessDevicesRequest.add_member(:multicast_group_id, Shapes::ShapeRef.new(shape: MulticastGroupId, location: "querystring", location_name: "multicastGroupId"))
719
993
  ListWirelessDevicesRequest.struct_class = Types::ListWirelessDevicesRequest
720
994
 
721
995
  ListWirelessDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -746,6 +1020,7 @@ module Aws::IoTWireless
746
1020
  LoRaWANDevice.add_member(:otaa_v1_0_x, Shapes::ShapeRef.new(shape: OtaaV1_0_x, location_name: "OtaaV1_0_x"))
747
1021
  LoRaWANDevice.add_member(:abp_v1_1, Shapes::ShapeRef.new(shape: AbpV1_1, location_name: "AbpV1_1"))
748
1022
  LoRaWANDevice.add_member(:abp_v1_0_x, Shapes::ShapeRef.new(shape: AbpV1_0_x, location_name: "AbpV1_0_x"))
1023
+ LoRaWANDevice.add_member(:f_ports, Shapes::ShapeRef.new(shape: FPorts, location_name: "FPorts"))
749
1024
  LoRaWANDevice.struct_class = Types::LoRaWANDevice
750
1025
 
751
1026
  LoRaWANDeviceMetadata.add_member(:dev_eui, Shapes::ShapeRef.new(shape: DevEui, location_name: "DevEui"))
@@ -777,6 +1052,13 @@ module Aws::IoTWireless
777
1052
  LoRaWANDeviceProfile.add_member(:supports_32_bit_f_cnt, Shapes::ShapeRef.new(shape: Supports32BitFCnt, location_name: "Supports32BitFCnt"))
778
1053
  LoRaWANDeviceProfile.struct_class = Types::LoRaWANDeviceProfile
779
1054
 
1055
+ LoRaWANFuotaTask.add_member(:rf_region, Shapes::ShapeRef.new(shape: SupportedRfRegion, location_name: "RfRegion"))
1056
+ LoRaWANFuotaTask.struct_class = Types::LoRaWANFuotaTask
1057
+
1058
+ LoRaWANFuotaTaskGetInfo.add_member(:rf_region, Shapes::ShapeRef.new(shape: RfRegion, location_name: "RfRegion"))
1059
+ LoRaWANFuotaTaskGetInfo.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, location_name: "StartTime"))
1060
+ LoRaWANFuotaTaskGetInfo.struct_class = Types::LoRaWANFuotaTaskGetInfo
1061
+
780
1062
  LoRaWANGateway.add_member(:gateway_eui, Shapes::ShapeRef.new(shape: GatewayEui, location_name: "GatewayEui"))
781
1063
  LoRaWANGateway.add_member(:rf_region, Shapes::ShapeRef.new(shape: RfRegion, location_name: "RfRegion"))
782
1064
  LoRaWANGateway.add_member(:join_eui_filters, Shapes::ShapeRef.new(shape: JoinEuiFilters, location_name: "JoinEuiFilters"))
@@ -823,12 +1105,34 @@ module Aws::IoTWireless
823
1105
  LoRaWANListDevice.add_member(:dev_eui, Shapes::ShapeRef.new(shape: DevEui, location_name: "DevEui"))
824
1106
  LoRaWANListDevice.struct_class = Types::LoRaWANListDevice
825
1107
 
1108
+ LoRaWANMulticast.add_member(:rf_region, Shapes::ShapeRef.new(shape: SupportedRfRegion, location_name: "RfRegion"))
1109
+ LoRaWANMulticast.add_member(:dl_class, Shapes::ShapeRef.new(shape: DlClass, location_name: "DlClass"))
1110
+ LoRaWANMulticast.struct_class = Types::LoRaWANMulticast
1111
+
1112
+ LoRaWANMulticastGet.add_member(:rf_region, Shapes::ShapeRef.new(shape: SupportedRfRegion, location_name: "RfRegion"))
1113
+ LoRaWANMulticastGet.add_member(:dl_class, Shapes::ShapeRef.new(shape: DlClass, location_name: "DlClass"))
1114
+ LoRaWANMulticastGet.add_member(:number_of_devices_requested, Shapes::ShapeRef.new(shape: NumberOfDevicesRequested, location_name: "NumberOfDevicesRequested"))
1115
+ LoRaWANMulticastGet.add_member(:number_of_devices_in_group, Shapes::ShapeRef.new(shape: NumberOfDevicesInGroup, location_name: "NumberOfDevicesInGroup"))
1116
+ LoRaWANMulticastGet.struct_class = Types::LoRaWANMulticastGet
1117
+
1118
+ LoRaWANMulticastMetadata.add_member(:f_port, Shapes::ShapeRef.new(shape: FPort, location_name: "FPort"))
1119
+ LoRaWANMulticastMetadata.struct_class = Types::LoRaWANMulticastMetadata
1120
+
1121
+ LoRaWANMulticastSession.add_member(:dl_dr, Shapes::ShapeRef.new(shape: DlDr, location_name: "DlDr"))
1122
+ LoRaWANMulticastSession.add_member(:dl_freq, Shapes::ShapeRef.new(shape: DlFreq, location_name: "DlFreq"))
1123
+ LoRaWANMulticastSession.add_member(:session_start_time, Shapes::ShapeRef.new(shape: SessionStartTimeTimestamp, location_name: "SessionStartTime"))
1124
+ LoRaWANMulticastSession.add_member(:session_timeout, Shapes::ShapeRef.new(shape: SessionTimeout, location_name: "SessionTimeout"))
1125
+ LoRaWANMulticastSession.struct_class = Types::LoRaWANMulticastSession
1126
+
826
1127
  LoRaWANSendDataToDevice.add_member(:f_port, Shapes::ShapeRef.new(shape: FPort, location_name: "FPort"))
827
1128
  LoRaWANSendDataToDevice.struct_class = Types::LoRaWANSendDataToDevice
828
1129
 
829
1130
  LoRaWANServiceProfile.add_member(:add_gw_metadata, Shapes::ShapeRef.new(shape: AddGwMetadata, location_name: "AddGwMetadata"))
830
1131
  LoRaWANServiceProfile.struct_class = Types::LoRaWANServiceProfile
831
1132
 
1133
+ LoRaWANStartFuotaTask.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, location_name: "StartTime"))
1134
+ LoRaWANStartFuotaTask.struct_class = Types::LoRaWANStartFuotaTask
1135
+
832
1136
  LoRaWANUpdateDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
833
1137
  LoRaWANUpdateDevice.add_member(:service_profile_id, Shapes::ShapeRef.new(shape: ServiceProfileId, location_name: "ServiceProfileId"))
834
1138
  LoRaWANUpdateDevice.struct_class = Types::LoRaWANUpdateDevice
@@ -843,10 +1147,26 @@ module Aws::IoTWireless
843
1147
  LoRaWANUpdateGatewayTaskEntry.add_member(:update_version, Shapes::ShapeRef.new(shape: LoRaWANGatewayVersion, location_name: "UpdateVersion"))
844
1148
  LoRaWANUpdateGatewayTaskEntry.struct_class = Types::LoRaWANUpdateGatewayTaskEntry
845
1149
 
1150
+ MulticastGroup.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, location_name: "Id"))
1151
+ MulticastGroup.add_member(:arn, Shapes::ShapeRef.new(shape: MulticastGroupArn, location_name: "Arn"))
1152
+ MulticastGroup.add_member(:name, Shapes::ShapeRef.new(shape: MulticastGroupName, location_name: "Name"))
1153
+ MulticastGroup.struct_class = Types::MulticastGroup
1154
+
1155
+ MulticastGroupByFuotaTask.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, location_name: "Id"))
1156
+ MulticastGroupByFuotaTask.struct_class = Types::MulticastGroupByFuotaTask
1157
+
1158
+ MulticastGroupList.member = Shapes::ShapeRef.new(shape: MulticastGroup)
1159
+
1160
+ MulticastGroupListByFuotaTask.member = Shapes::ShapeRef.new(shape: MulticastGroupByFuotaTask)
1161
+
1162
+ MulticastWirelessMetadata.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticastMetadata, location_name: "LoRaWAN"))
1163
+ MulticastWirelessMetadata.struct_class = Types::MulticastWirelessMetadata
1164
+
846
1165
  NetIdFilters.member = Shapes::ShapeRef.new(shape: NetId)
847
1166
 
848
1167
  OtaaV1_0_x.add_member(:app_key, Shapes::ShapeRef.new(shape: AppKey, location_name: "AppKey"))
849
1168
  OtaaV1_0_x.add_member(:app_eui, Shapes::ShapeRef.new(shape: AppEui, location_name: "AppEui"))
1169
+ OtaaV1_0_x.add_member(:gen_app_key, Shapes::ShapeRef.new(shape: GenAppKey, location_name: "GenAppKey"))
850
1170
  OtaaV1_0_x.struct_class = Types::OtaaV1_0_x
851
1171
 
852
1172
  OtaaV1_1.add_member(:app_key, Shapes::ShapeRef.new(shape: AppKey, location_name: "AppKey"))
@@ -854,6 +1174,9 @@ module Aws::IoTWireless
854
1174
  OtaaV1_1.add_member(:join_eui, Shapes::ShapeRef.new(shape: JoinEui, location_name: "JoinEui"))
855
1175
  OtaaV1_1.struct_class = Types::OtaaV1_1
856
1176
 
1177
+ ProximityEventConfiguration.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkEventNotificationConfigurations, location_name: "Sidewalk"))
1178
+ ProximityEventConfiguration.struct_class = Types::ProximityEventConfiguration
1179
+
857
1180
  PutResourceLogLevelRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "ResourceIdentifier"))
858
1181
  PutResourceLogLevelRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location: "querystring", location_name: "resourceType"))
859
1182
  PutResourceLogLevelRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
@@ -876,6 +1199,14 @@ module Aws::IoTWireless
876
1199
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
877
1200
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
878
1201
 
1202
+ SendDataToMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1203
+ SendDataToMulticastGroupRequest.add_member(:payload_data, Shapes::ShapeRef.new(shape: PayloadData, required: true, location_name: "PayloadData"))
1204
+ SendDataToMulticastGroupRequest.add_member(:wireless_metadata, Shapes::ShapeRef.new(shape: MulticastWirelessMetadata, required: true, location_name: "WirelessMetadata"))
1205
+ SendDataToMulticastGroupRequest.struct_class = Types::SendDataToMulticastGroupRequest
1206
+
1207
+ SendDataToMulticastGroupResponse.add_member(:message_id, Shapes::ShapeRef.new(shape: MulticastGroupMessageId, location_name: "MessageId"))
1208
+ SendDataToMulticastGroupResponse.struct_class = Types::SendDataToMulticastGroupResponse
1209
+
879
1210
  SendDataToWirelessDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
880
1211
  SendDataToWirelessDeviceRequest.add_member(:transmit_mode, Shapes::ShapeRef.new(shape: TransmitMode, required: true, location_name: "TransmitMode"))
881
1212
  SendDataToWirelessDeviceRequest.add_member(:payload_data, Shapes::ShapeRef.new(shape: PayloadData, required: true, location_name: "PayloadData"))
@@ -925,6 +1256,9 @@ module Aws::IoTWireless
925
1256
  SidewalkDeviceMetadata.add_member(:device_state, Shapes::ShapeRef.new(shape: DeviceState, location_name: "DeviceState"))
926
1257
  SidewalkDeviceMetadata.struct_class = Types::SidewalkDeviceMetadata
927
1258
 
1259
+ SidewalkEventNotificationConfigurations.add_member(:amazon_id_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "AmazonIdEventTopic"))
1260
+ SidewalkEventNotificationConfigurations.struct_class = Types::SidewalkEventNotificationConfigurations
1261
+
928
1262
  SidewalkListDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
929
1263
  SidewalkListDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
930
1264
  SidewalkListDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
@@ -938,6 +1272,32 @@ module Aws::IoTWireless
938
1272
  SidewalkUpdateAccount.add_member(:app_server_private_key, Shapes::ShapeRef.new(shape: AppServerPrivateKey, location_name: "AppServerPrivateKey"))
939
1273
  SidewalkUpdateAccount.struct_class = Types::SidewalkUpdateAccount
940
1274
 
1275
+ StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1276
+ StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "QueryString"))
1277
+ StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1278
+ StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.struct_class = Types::StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
1279
+
1280
+ StartBulkAssociateWirelessDeviceWithMulticastGroupResponse.struct_class = Types::StartBulkAssociateWirelessDeviceWithMulticastGroupResponse
1281
+
1282
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1283
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "QueryString"))
1284
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1285
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.struct_class = Types::StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest
1286
+
1287
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse.struct_class = Types::StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse
1288
+
1289
+ StartFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
1290
+ StartFuotaTaskRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANStartFuotaTask, location_name: "LoRaWAN"))
1291
+ StartFuotaTaskRequest.struct_class = Types::StartFuotaTaskRequest
1292
+
1293
+ StartFuotaTaskResponse.struct_class = Types::StartFuotaTaskResponse
1294
+
1295
+ StartMulticastGroupSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1296
+ StartMulticastGroupSessionRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticastSession, required: true, location_name: "LoRaWAN"))
1297
+ StartMulticastGroupSessionRequest.struct_class = Types::StartMulticastGroupSessionRequest
1298
+
1299
+ StartMulticastGroupSessionResponse.struct_class = Types::StartMulticastGroupSessionResponse
1300
+
941
1301
  SubBands.member = Shapes::ShapeRef.new(shape: SubBand)
942
1302
 
943
1303
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -967,6 +1327,10 @@ module Aws::IoTWireless
967
1327
  TooManyTagsException.add_member(:resource_name, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "ResourceName"))
968
1328
  TooManyTagsException.struct_class = Types::TooManyTagsException
969
1329
 
1330
+ TraceContent.add_member(:wireless_device_frame_info, Shapes::ShapeRef.new(shape: WirelessDeviceFrameInfo, location_name: "WirelessDeviceFrameInfo"))
1331
+ TraceContent.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "LogLevel"))
1332
+ TraceContent.struct_class = Types::TraceContent
1333
+
970
1334
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "querystring", location_name: "resourceArn"))
971
1335
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
972
1336
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -982,6 +1346,16 @@ module Aws::IoTWireless
982
1346
 
983
1347
  UpdateDestinationResponse.struct_class = Types::UpdateDestinationResponse
984
1348
 
1349
+ UpdateFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
1350
+ UpdateFuotaTaskRequest.add_member(:name, Shapes::ShapeRef.new(shape: FuotaTaskName, location_name: "Name"))
1351
+ UpdateFuotaTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1352
+ UpdateFuotaTaskRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANFuotaTask, location_name: "LoRaWAN"))
1353
+ UpdateFuotaTaskRequest.add_member(:firmware_update_image, Shapes::ShapeRef.new(shape: FirmwareUpdateImage, location_name: "FirmwareUpdateImage"))
1354
+ UpdateFuotaTaskRequest.add_member(:firmware_update_role, Shapes::ShapeRef.new(shape: FirmwareUpdateRole, location_name: "FirmwareUpdateRole"))
1355
+ UpdateFuotaTaskRequest.struct_class = Types::UpdateFuotaTaskRequest
1356
+
1357
+ UpdateFuotaTaskResponse.struct_class = Types::UpdateFuotaTaskResponse
1358
+
985
1359
  UpdateLogLevelsByResourceTypesRequest.add_member(:default_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "DefaultLogLevel"))
986
1360
  UpdateLogLevelsByResourceTypesRequest.add_member(:wireless_device_log_options, Shapes::ShapeRef.new(shape: WirelessDeviceLogOptionList, location_name: "WirelessDeviceLogOptions"))
987
1361
  UpdateLogLevelsByResourceTypesRequest.add_member(:wireless_gateway_log_options, Shapes::ShapeRef.new(shape: WirelessGatewayLogOptionList, location_name: "WirelessGatewayLogOptions"))
@@ -989,6 +1363,24 @@ module Aws::IoTWireless
989
1363
 
990
1364
  UpdateLogLevelsByResourceTypesResponse.struct_class = Types::UpdateLogLevelsByResourceTypesResponse
991
1365
 
1366
+ UpdateMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1367
+ UpdateMulticastGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: MulticastGroupName, location_name: "Name"))
1368
+ UpdateMulticastGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1369
+ UpdateMulticastGroupRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANMulticast, location_name: "LoRaWAN"))
1370
+ UpdateMulticastGroupRequest.struct_class = Types::UpdateMulticastGroupRequest
1371
+
1372
+ UpdateMulticastGroupResponse.struct_class = Types::UpdateMulticastGroupResponse
1373
+
1374
+ UpdateNetworkAnalyzerConfigurationRequest.add_member(:configuration_name, Shapes::ShapeRef.new(shape: NetworkAnalyzerConfigurationName, required: true, location: "uri", location_name: "ConfigurationName"))
1375
+ UpdateNetworkAnalyzerConfigurationRequest.add_member(:trace_content, Shapes::ShapeRef.new(shape: TraceContent, location_name: "TraceContent"))
1376
+ UpdateNetworkAnalyzerConfigurationRequest.add_member(:wireless_devices_to_add, Shapes::ShapeRef.new(shape: WirelessDeviceList, location_name: "WirelessDevicesToAdd"))
1377
+ UpdateNetworkAnalyzerConfigurationRequest.add_member(:wireless_devices_to_remove, Shapes::ShapeRef.new(shape: WirelessDeviceList, location_name: "WirelessDevicesToRemove"))
1378
+ UpdateNetworkAnalyzerConfigurationRequest.add_member(:wireless_gateways_to_add, Shapes::ShapeRef.new(shape: WirelessGatewayList, location_name: "WirelessGatewaysToAdd"))
1379
+ UpdateNetworkAnalyzerConfigurationRequest.add_member(:wireless_gateways_to_remove, Shapes::ShapeRef.new(shape: WirelessGatewayList, location_name: "WirelessGatewaysToRemove"))
1380
+ UpdateNetworkAnalyzerConfigurationRequest.struct_class = Types::UpdateNetworkAnalyzerConfigurationRequest
1381
+
1382
+ UpdateNetworkAnalyzerConfigurationResponse.struct_class = Types::UpdateNetworkAnalyzerConfigurationResponse
1383
+
992
1384
  UpdatePartnerAccountRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkUpdateAccount, required: true, location_name: "Sidewalk"))
993
1385
  UpdatePartnerAccountRequest.add_member(:partner_account_id, Shapes::ShapeRef.new(shape: PartnerAccountId, required: true, location: "uri", location_name: "PartnerAccountId"))
994
1386
  UpdatePartnerAccountRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: PartnerType, required: true, location: "querystring", location_name: "partnerType"))
@@ -996,6 +1388,15 @@ module Aws::IoTWireless
996
1388
 
997
1389
  UpdatePartnerAccountResponse.struct_class = Types::UpdatePartnerAccountResponse
998
1390
 
1391
+ UpdateResourceEventConfigurationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
1392
+ UpdateResourceEventConfigurationRequest.add_member(:identifier_type, Shapes::ShapeRef.new(shape: IdentifierType, required: true, location: "querystring", location_name: "identifierType"))
1393
+ UpdateResourceEventConfigurationRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: EventNotificationPartnerType, location: "querystring", location_name: "partnerType"))
1394
+ UpdateResourceEventConfigurationRequest.add_member(:device_registration_state, Shapes::ShapeRef.new(shape: DeviceRegistrationStateEventConfiguration, location_name: "DeviceRegistrationState"))
1395
+ UpdateResourceEventConfigurationRequest.add_member(:proximity, Shapes::ShapeRef.new(shape: ProximityEventConfiguration, location_name: "Proximity"))
1396
+ UpdateResourceEventConfigurationRequest.struct_class = Types::UpdateResourceEventConfigurationRequest
1397
+
1398
+ UpdateResourceEventConfigurationResponse.struct_class = Types::UpdateResourceEventConfigurationResponse
1399
+
999
1400
  UpdateWirelessDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
1000
1401
  UpdateWirelessDeviceRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
1001
1402
  UpdateWirelessDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: WirelessDeviceName, location_name: "Name"))
@@ -1033,6 +1434,8 @@ module Aws::IoTWireless
1033
1434
 
1034
1435
  WirelessDeviceEventLogOptionList.member = Shapes::ShapeRef.new(shape: WirelessDeviceEventLogOption)
1035
1436
 
1437
+ WirelessDeviceList.member = Shapes::ShapeRef.new(shape: WirelessDeviceId)
1438
+
1036
1439
  WirelessDeviceLogOption.add_member(:type, Shapes::ShapeRef.new(shape: WirelessDeviceType, required: true, location_name: "Type"))
1037
1440
  WirelessDeviceLogOption.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
1038
1441
  WirelessDeviceLogOption.add_member(:events, Shapes::ShapeRef.new(shape: WirelessDeviceEventLogOptionList, location_name: "Events"))
@@ -1048,6 +1451,9 @@ module Aws::IoTWireless
1048
1451
  WirelessDeviceStatistics.add_member(:last_uplink_received_at, Shapes::ShapeRef.new(shape: ISODateTimeString, location_name: "LastUplinkReceivedAt"))
1049
1452
  WirelessDeviceStatistics.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANListDevice, location_name: "LoRaWAN"))
1050
1453
  WirelessDeviceStatistics.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkListDevice, location_name: "Sidewalk"))
1454
+ WirelessDeviceStatistics.add_member(:fuota_device_status, Shapes::ShapeRef.new(shape: FuotaDeviceStatus, location_name: "FuotaDeviceStatus"))
1455
+ WirelessDeviceStatistics.add_member(:multicast_device_status, Shapes::ShapeRef.new(shape: MulticastDeviceStatus, location_name: "MulticastDeviceStatus"))
1456
+ WirelessDeviceStatistics.add_member(:mc_group_id, Shapes::ShapeRef.new(shape: McGroupId, location_name: "McGroupId"))
1051
1457
  WirelessDeviceStatistics.struct_class = Types::WirelessDeviceStatistics
1052
1458
 
1053
1459
  WirelessDeviceStatisticsList.member = Shapes::ShapeRef.new(shape: WirelessDeviceStatistics)
@@ -1058,6 +1464,8 @@ module Aws::IoTWireless
1058
1464
 
1059
1465
  WirelessGatewayEventLogOptionList.member = Shapes::ShapeRef.new(shape: WirelessGatewayEventLogOption)
1060
1466
 
1467
+ WirelessGatewayList.member = Shapes::ShapeRef.new(shape: WirelessGatewayId)
1468
+
1061
1469
  WirelessGatewayLogOption.add_member(:type, Shapes::ShapeRef.new(shape: WirelessGatewayType, required: true, location_name: "Type"))
1062
1470
  WirelessGatewayLogOption.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
1063
1471
  WirelessGatewayLogOption.add_member(:events, Shapes::ShapeRef.new(shape: WirelessGatewayEventLogOptionList, location_name: "Events"))
@@ -1112,6 +1520,48 @@ module Aws::IoTWireless
1112
1520
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1113
1521
  end)
1114
1522
 
1523
+ api.add_operation(:associate_multicast_group_with_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1524
+ o.name = "AssociateMulticastGroupWithFuotaTask"
1525
+ o.http_method = "PUT"
1526
+ o.http_request_uri = "/fuota-tasks/{Id}/multicast-group"
1527
+ o.input = Shapes::ShapeRef.new(shape: AssociateMulticastGroupWithFuotaTaskRequest)
1528
+ o.output = Shapes::ShapeRef.new(shape: AssociateMulticastGroupWithFuotaTaskResponse)
1529
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1530
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1532
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1533
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1534
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1535
+ end)
1536
+
1537
+ api.add_operation(:associate_wireless_device_with_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1538
+ o.name = "AssociateWirelessDeviceWithFuotaTask"
1539
+ o.http_method = "PUT"
1540
+ o.http_request_uri = "/fuota-tasks/{Id}/wireless-device"
1541
+ o.input = Shapes::ShapeRef.new(shape: AssociateWirelessDeviceWithFuotaTaskRequest)
1542
+ o.output = Shapes::ShapeRef.new(shape: AssociateWirelessDeviceWithFuotaTaskResponse)
1543
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1546
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1547
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1548
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1549
+ end)
1550
+
1551
+ api.add_operation(:associate_wireless_device_with_multicast_group, Seahorse::Model::Operation.new.tap do |o|
1552
+ o.name = "AssociateWirelessDeviceWithMulticastGroup"
1553
+ o.http_method = "PUT"
1554
+ o.http_request_uri = "/multicast-groups/{Id}/wireless-device"
1555
+ o.input = Shapes::ShapeRef.new(shape: AssociateWirelessDeviceWithMulticastGroupRequest)
1556
+ o.output = Shapes::ShapeRef.new(shape: AssociateWirelessDeviceWithMulticastGroupResponse)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1559
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1560
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1561
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1562
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1563
+ end)
1564
+
1115
1565
  api.add_operation(:associate_wireless_device_with_thing, Seahorse::Model::Operation.new.tap do |o|
1116
1566
  o.name = "AssociateWirelessDeviceWithThing"
1117
1567
  o.http_method = "PUT"
@@ -1154,6 +1604,20 @@ module Aws::IoTWireless
1154
1604
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1155
1605
  end)
1156
1606
 
1607
+ api.add_operation(:cancel_multicast_group_session, Seahorse::Model::Operation.new.tap do |o|
1608
+ o.name = "CancelMulticastGroupSession"
1609
+ o.http_method = "DELETE"
1610
+ o.http_request_uri = "/multicast-groups/{Id}/session"
1611
+ o.input = Shapes::ShapeRef.new(shape: CancelMulticastGroupSessionRequest)
1612
+ o.output = Shapes::ShapeRef.new(shape: CancelMulticastGroupSessionResponse)
1613
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1614
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1615
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1616
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1617
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1618
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1619
+ end)
1620
+
1157
1621
  api.add_operation(:create_destination, Seahorse::Model::Operation.new.tap do |o|
1158
1622
  o.name = "CreateDestination"
1159
1623
  o.http_method = "POST"
@@ -1181,6 +1645,34 @@ module Aws::IoTWireless
1181
1645
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1182
1646
  end)
1183
1647
 
1648
+ api.add_operation(:create_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1649
+ o.name = "CreateFuotaTask"
1650
+ o.http_method = "POST"
1651
+ o.http_request_uri = "/fuota-tasks"
1652
+ o.input = Shapes::ShapeRef.new(shape: CreateFuotaTaskRequest)
1653
+ o.output = Shapes::ShapeRef.new(shape: CreateFuotaTaskResponse)
1654
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1655
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1656
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1657
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1659
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1660
+ end)
1661
+
1662
+ api.add_operation(:create_multicast_group, Seahorse::Model::Operation.new.tap do |o|
1663
+ o.name = "CreateMulticastGroup"
1664
+ o.http_method = "POST"
1665
+ o.http_request_uri = "/multicast-groups"
1666
+ o.input = Shapes::ShapeRef.new(shape: CreateMulticastGroupRequest)
1667
+ o.output = Shapes::ShapeRef.new(shape: CreateMulticastGroupResponse)
1668
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1669
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1670
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1671
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1672
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1673
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1674
+ end)
1675
+
1184
1676
  api.add_operation(:create_service_profile, Seahorse::Model::Operation.new.tap do |o|
1185
1677
  o.name = "CreateServiceProfile"
1186
1678
  o.http_method = "POST"
@@ -1277,6 +1769,33 @@ module Aws::IoTWireless
1277
1769
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1278
1770
  end)
1279
1771
 
1772
+ api.add_operation(:delete_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1773
+ o.name = "DeleteFuotaTask"
1774
+ o.http_method = "DELETE"
1775
+ o.http_request_uri = "/fuota-tasks/{Id}"
1776
+ o.input = Shapes::ShapeRef.new(shape: DeleteFuotaTaskRequest)
1777
+ o.output = Shapes::ShapeRef.new(shape: DeleteFuotaTaskResponse)
1778
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1779
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1780
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1781
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1782
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1783
+ end)
1784
+
1785
+ api.add_operation(:delete_multicast_group, Seahorse::Model::Operation.new.tap do |o|
1786
+ o.name = "DeleteMulticastGroup"
1787
+ o.http_method = "DELETE"
1788
+ o.http_request_uri = "/multicast-groups/{Id}"
1789
+ o.input = Shapes::ShapeRef.new(shape: DeleteMulticastGroupRequest)
1790
+ o.output = Shapes::ShapeRef.new(shape: DeleteMulticastGroupResponse)
1791
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1793
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1794
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1795
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1796
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1797
+ end)
1798
+
1280
1799
  api.add_operation(:delete_service_profile, Seahorse::Model::Operation.new.tap do |o|
1281
1800
  o.name = "DeleteServiceProfile"
1282
1801
  o.http_method = "DELETE"
@@ -1355,6 +1874,46 @@ module Aws::IoTWireless
1355
1874
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1356
1875
  end)
1357
1876
 
1877
+ api.add_operation(:disassociate_multicast_group_from_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1878
+ o.name = "DisassociateMulticastGroupFromFuotaTask"
1879
+ o.http_method = "DELETE"
1880
+ o.http_request_uri = "/fuota-tasks/{Id}/multicast-groups/{MulticastGroupId}"
1881
+ o.input = Shapes::ShapeRef.new(shape: DisassociateMulticastGroupFromFuotaTaskRequest)
1882
+ o.output = Shapes::ShapeRef.new(shape: DisassociateMulticastGroupFromFuotaTaskResponse)
1883
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1884
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1885
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1886
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1887
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1888
+ end)
1889
+
1890
+ api.add_operation(:disassociate_wireless_device_from_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1891
+ o.name = "DisassociateWirelessDeviceFromFuotaTask"
1892
+ o.http_method = "DELETE"
1893
+ o.http_request_uri = "/fuota-tasks/{Id}/wireless-devices/{WirelessDeviceId}"
1894
+ o.input = Shapes::ShapeRef.new(shape: DisassociateWirelessDeviceFromFuotaTaskRequest)
1895
+ o.output = Shapes::ShapeRef.new(shape: DisassociateWirelessDeviceFromFuotaTaskResponse)
1896
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1897
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1898
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1899
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1900
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1901
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1902
+ end)
1903
+
1904
+ api.add_operation(:disassociate_wireless_device_from_multicast_group, Seahorse::Model::Operation.new.tap do |o|
1905
+ o.name = "DisassociateWirelessDeviceFromMulticastGroup"
1906
+ o.http_method = "DELETE"
1907
+ o.http_request_uri = "/multicast-groups/{Id}/wireless-devices/{WirelessDeviceId}"
1908
+ o.input = Shapes::ShapeRef.new(shape: DisassociateWirelessDeviceFromMulticastGroupRequest)
1909
+ o.output = Shapes::ShapeRef.new(shape: DisassociateWirelessDeviceFromMulticastGroupResponse)
1910
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1911
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1912
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1913
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1914
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1915
+ end)
1916
+
1358
1917
  api.add_operation(:disassociate_wireless_device_from_thing, Seahorse::Model::Operation.new.tap do |o|
1359
1918
  o.name = "DisassociateWirelessDeviceFromThing"
1360
1919
  o.http_method = "DELETE"
@@ -1422,6 +1981,19 @@ module Aws::IoTWireless
1422
1981
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1423
1982
  end)
1424
1983
 
1984
+ api.add_operation(:get_fuota_task, Seahorse::Model::Operation.new.tap do |o|
1985
+ o.name = "GetFuotaTask"
1986
+ o.http_method = "GET"
1987
+ o.http_request_uri = "/fuota-tasks/{Id}"
1988
+ o.input = Shapes::ShapeRef.new(shape: GetFuotaTaskRequest)
1989
+ o.output = Shapes::ShapeRef.new(shape: GetFuotaTaskResponse)
1990
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1991
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1992
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1993
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1994
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1995
+ end)
1996
+
1425
1997
  api.add_operation(:get_log_levels_by_resource_types, Seahorse::Model::Operation.new.tap do |o|
1426
1998
  o.name = "GetLogLevelsByResourceTypes"
1427
1999
  o.http_method = "GET"
@@ -1435,6 +2007,45 @@ module Aws::IoTWireless
1435
2007
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1436
2008
  end)
1437
2009
 
2010
+ api.add_operation(:get_multicast_group, Seahorse::Model::Operation.new.tap do |o|
2011
+ o.name = "GetMulticastGroup"
2012
+ o.http_method = "GET"
2013
+ o.http_request_uri = "/multicast-groups/{Id}"
2014
+ o.input = Shapes::ShapeRef.new(shape: GetMulticastGroupRequest)
2015
+ o.output = Shapes::ShapeRef.new(shape: GetMulticastGroupResponse)
2016
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2017
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2018
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2019
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2020
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2021
+ end)
2022
+
2023
+ api.add_operation(:get_multicast_group_session, Seahorse::Model::Operation.new.tap do |o|
2024
+ o.name = "GetMulticastGroupSession"
2025
+ o.http_method = "GET"
2026
+ o.http_request_uri = "/multicast-groups/{Id}/session"
2027
+ o.input = Shapes::ShapeRef.new(shape: GetMulticastGroupSessionRequest)
2028
+ o.output = Shapes::ShapeRef.new(shape: GetMulticastGroupSessionResponse)
2029
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2030
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2031
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2032
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2033
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2034
+ end)
2035
+
2036
+ api.add_operation(:get_network_analyzer_configuration, Seahorse::Model::Operation.new.tap do |o|
2037
+ o.name = "GetNetworkAnalyzerConfiguration"
2038
+ o.http_method = "GET"
2039
+ o.http_request_uri = "/network-analyzer-configurations/{ConfigurationName}"
2040
+ o.input = Shapes::ShapeRef.new(shape: GetNetworkAnalyzerConfigurationRequest)
2041
+ o.output = Shapes::ShapeRef.new(shape: GetNetworkAnalyzerConfigurationResponse)
2042
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2043
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2044
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2045
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2046
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2047
+ end)
2048
+
1438
2049
  api.add_operation(:get_partner_account, Seahorse::Model::Operation.new.tap do |o|
1439
2050
  o.name = "GetPartnerAccount"
1440
2051
  o.http_method = "GET"
@@ -1447,6 +2058,19 @@ module Aws::IoTWireless
1447
2058
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1448
2059
  end)
1449
2060
 
2061
+ api.add_operation(:get_resource_event_configuration, Seahorse::Model::Operation.new.tap do |o|
2062
+ o.name = "GetResourceEventConfiguration"
2063
+ o.http_method = "GET"
2064
+ o.http_request_uri = "/event-configurations/{Identifier}"
2065
+ o.input = Shapes::ShapeRef.new(shape: GetResourceEventConfigurationRequest)
2066
+ o.output = Shapes::ShapeRef.new(shape: GetResourceEventConfigurationResponse)
2067
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2068
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2069
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2070
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2071
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2072
+ end)
2073
+
1450
2074
  api.add_operation(:get_resource_log_level, Seahorse::Model::Operation.new.tap do |o|
1451
2075
  o.name = "GetResourceLogLevel"
1452
2076
  o.http_method = "GET"
@@ -1625,6 +2249,61 @@ module Aws::IoTWireless
1625
2249
  )
1626
2250
  end)
1627
2251
 
2252
+ api.add_operation(:list_fuota_tasks, Seahorse::Model::Operation.new.tap do |o|
2253
+ o.name = "ListFuotaTasks"
2254
+ o.http_method = "GET"
2255
+ o.http_request_uri = "/fuota-tasks"
2256
+ o.input = Shapes::ShapeRef.new(shape: ListFuotaTasksRequest)
2257
+ o.output = Shapes::ShapeRef.new(shape: ListFuotaTasksResponse)
2258
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2259
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2260
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2261
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2262
+ o[:pager] = Aws::Pager.new(
2263
+ limit_key: "max_results",
2264
+ tokens: {
2265
+ "next_token" => "next_token"
2266
+ }
2267
+ )
2268
+ end)
2269
+
2270
+ api.add_operation(:list_multicast_groups, Seahorse::Model::Operation.new.tap do |o|
2271
+ o.name = "ListMulticastGroups"
2272
+ o.http_method = "GET"
2273
+ o.http_request_uri = "/multicast-groups"
2274
+ o.input = Shapes::ShapeRef.new(shape: ListMulticastGroupsRequest)
2275
+ o.output = Shapes::ShapeRef.new(shape: ListMulticastGroupsResponse)
2276
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2277
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2278
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2279
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2280
+ o[:pager] = Aws::Pager.new(
2281
+ limit_key: "max_results",
2282
+ tokens: {
2283
+ "next_token" => "next_token"
2284
+ }
2285
+ )
2286
+ end)
2287
+
2288
+ api.add_operation(:list_multicast_groups_by_fuota_task, Seahorse::Model::Operation.new.tap do |o|
2289
+ o.name = "ListMulticastGroupsByFuotaTask"
2290
+ o.http_method = "GET"
2291
+ o.http_request_uri = "/fuota-tasks/{Id}/multicast-groups"
2292
+ o.input = Shapes::ShapeRef.new(shape: ListMulticastGroupsByFuotaTaskRequest)
2293
+ o.output = Shapes::ShapeRef.new(shape: ListMulticastGroupsByFuotaTaskResponse)
2294
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2295
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2296
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2297
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2298
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2299
+ o[:pager] = Aws::Pager.new(
2300
+ limit_key: "max_results",
2301
+ tokens: {
2302
+ "next_token" => "next_token"
2303
+ }
2304
+ )
2305
+ end)
2306
+
1628
2307
  api.add_operation(:list_partner_accounts, Seahorse::Model::Operation.new.tap do |o|
1629
2308
  o.name = "ListPartnerAccounts"
1630
2309
  o.http_method = "GET"
@@ -1755,6 +2434,20 @@ module Aws::IoTWireless
1755
2434
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1756
2435
  end)
1757
2436
 
2437
+ api.add_operation(:send_data_to_multicast_group, Seahorse::Model::Operation.new.tap do |o|
2438
+ o.name = "SendDataToMulticastGroup"
2439
+ o.http_method = "POST"
2440
+ o.http_request_uri = "/multicast-groups/{Id}/data"
2441
+ o.input = Shapes::ShapeRef.new(shape: SendDataToMulticastGroupRequest)
2442
+ o.output = Shapes::ShapeRef.new(shape: SendDataToMulticastGroupResponse)
2443
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2444
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2445
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2446
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2447
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2448
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2449
+ end)
2450
+
1758
2451
  api.add_operation(:send_data_to_wireless_device, Seahorse::Model::Operation.new.tap do |o|
1759
2452
  o.name = "SendDataToWirelessDevice"
1760
2453
  o.http_method = "POST"
@@ -1767,6 +2460,60 @@ module Aws::IoTWireless
1767
2460
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1768
2461
  end)
1769
2462
 
2463
+ api.add_operation(:start_bulk_associate_wireless_device_with_multicast_group, Seahorse::Model::Operation.new.tap do |o|
2464
+ o.name = "StartBulkAssociateWirelessDeviceWithMulticastGroup"
2465
+ o.http_method = "PATCH"
2466
+ o.http_request_uri = "/multicast-groups/{Id}/bulk"
2467
+ o.input = Shapes::ShapeRef.new(shape: StartBulkAssociateWirelessDeviceWithMulticastGroupRequest)
2468
+ o.output = Shapes::ShapeRef.new(shape: StartBulkAssociateWirelessDeviceWithMulticastGroupResponse)
2469
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2470
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2471
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2472
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2473
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2474
+ end)
2475
+
2476
+ api.add_operation(:start_bulk_disassociate_wireless_device_from_multicast_group, Seahorse::Model::Operation.new.tap do |o|
2477
+ o.name = "StartBulkDisassociateWirelessDeviceFromMulticastGroup"
2478
+ o.http_method = "POST"
2479
+ o.http_request_uri = "/multicast-groups/{Id}/bulk"
2480
+ o.input = Shapes::ShapeRef.new(shape: StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest)
2481
+ o.output = Shapes::ShapeRef.new(shape: StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse)
2482
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2483
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2484
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2485
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2486
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2487
+ end)
2488
+
2489
+ api.add_operation(:start_fuota_task, Seahorse::Model::Operation.new.tap do |o|
2490
+ o.name = "StartFuotaTask"
2491
+ o.http_method = "PUT"
2492
+ o.http_request_uri = "/fuota-tasks/{Id}"
2493
+ o.input = Shapes::ShapeRef.new(shape: StartFuotaTaskRequest)
2494
+ o.output = Shapes::ShapeRef.new(shape: StartFuotaTaskResponse)
2495
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2496
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2497
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2498
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2499
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2500
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2501
+ end)
2502
+
2503
+ api.add_operation(:start_multicast_group_session, Seahorse::Model::Operation.new.tap do |o|
2504
+ o.name = "StartMulticastGroupSession"
2505
+ o.http_method = "PUT"
2506
+ o.http_request_uri = "/multicast-groups/{Id}/session"
2507
+ o.input = Shapes::ShapeRef.new(shape: StartMulticastGroupSessionRequest)
2508
+ o.output = Shapes::ShapeRef.new(shape: StartMulticastGroupSessionResponse)
2509
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2510
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2511
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2512
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2513
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2514
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2515
+ end)
2516
+
1770
2517
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1771
2518
  o.name = "TagResource"
1772
2519
  o.http_method = "POST"
@@ -1819,6 +2566,20 @@ module Aws::IoTWireless
1819
2566
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1820
2567
  end)
1821
2568
 
2569
+ api.add_operation(:update_fuota_task, Seahorse::Model::Operation.new.tap do |o|
2570
+ o.name = "UpdateFuotaTask"
2571
+ o.http_method = "PATCH"
2572
+ o.http_request_uri = "/fuota-tasks/{Id}"
2573
+ o.input = Shapes::ShapeRef.new(shape: UpdateFuotaTaskRequest)
2574
+ o.output = Shapes::ShapeRef.new(shape: UpdateFuotaTaskResponse)
2575
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2576
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2577
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2578
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2579
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2580
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2581
+ end)
2582
+
1822
2583
  api.add_operation(:update_log_levels_by_resource_types, Seahorse::Model::Operation.new.tap do |o|
1823
2584
  o.name = "UpdateLogLevelsByResourceTypes"
1824
2585
  o.http_method = "POST"
@@ -1833,6 +2594,33 @@ module Aws::IoTWireless
1833
2594
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1834
2595
  end)
1835
2596
 
2597
+ api.add_operation(:update_multicast_group, Seahorse::Model::Operation.new.tap do |o|
2598
+ o.name = "UpdateMulticastGroup"
2599
+ o.http_method = "PATCH"
2600
+ o.http_request_uri = "/multicast-groups/{Id}"
2601
+ o.input = Shapes::ShapeRef.new(shape: UpdateMulticastGroupRequest)
2602
+ o.output = Shapes::ShapeRef.new(shape: UpdateMulticastGroupResponse)
2603
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2604
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2605
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2606
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2607
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2608
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2609
+ end)
2610
+
2611
+ api.add_operation(:update_network_analyzer_configuration, Seahorse::Model::Operation.new.tap do |o|
2612
+ o.name = "UpdateNetworkAnalyzerConfiguration"
2613
+ o.http_method = "PATCH"
2614
+ o.http_request_uri = "/network-analyzer-configurations/{ConfigurationName}"
2615
+ o.input = Shapes::ShapeRef.new(shape: UpdateNetworkAnalyzerConfigurationRequest)
2616
+ o.output = Shapes::ShapeRef.new(shape: UpdateNetworkAnalyzerConfigurationResponse)
2617
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2618
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2619
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2620
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2621
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2622
+ end)
2623
+
1836
2624
  api.add_operation(:update_partner_account, Seahorse::Model::Operation.new.tap do |o|
1837
2625
  o.name = "UpdatePartnerAccount"
1838
2626
  o.http_method = "PATCH"
@@ -1845,6 +2633,20 @@ module Aws::IoTWireless
1845
2633
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1846
2634
  end)
1847
2635
 
2636
+ api.add_operation(:update_resource_event_configuration, Seahorse::Model::Operation.new.tap do |o|
2637
+ o.name = "UpdateResourceEventConfiguration"
2638
+ o.http_method = "PATCH"
2639
+ o.http_request_uri = "/event-configurations/{Identifier}"
2640
+ o.input = Shapes::ShapeRef.new(shape: UpdateResourceEventConfigurationRequest)
2641
+ o.output = Shapes::ShapeRef.new(shape: UpdateResourceEventConfigurationResponse)
2642
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2643
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2644
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2645
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2646
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2647
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2648
+ end)
2649
+
1848
2650
  api.add_operation(:update_wireless_device, Seahorse::Model::Operation.new.tap do |o|
1849
2651
  o.name = "UpdateWirelessDevice"
1850
2652
  o.http_method = "PATCH"