aws-sdk-iotmanagedintegrations 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-iotmanagedintegrations/client.rb +2964 -0
- data/lib/aws-sdk-iotmanagedintegrations/client_api.rb +2020 -0
- data/lib/aws-sdk-iotmanagedintegrations/customizations.rb +0 -0
- data/lib/aws-sdk-iotmanagedintegrations/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-iotmanagedintegrations/endpoint_provider.rb +32 -0
- data/lib/aws-sdk-iotmanagedintegrations/endpoints.rb +20 -0
- data/lib/aws-sdk-iotmanagedintegrations/errors.rb +198 -0
- data/lib/aws-sdk-iotmanagedintegrations/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-iotmanagedintegrations/resource.rb +26 -0
- data/lib/aws-sdk-iotmanagedintegrations/types.rb +3327 -0
- data/lib/aws-sdk-iotmanagedintegrations.rb +61 -0
- data/sig/client.rbs +917 -0
- data/sig/errors.rbs +46 -0
- data/sig/resource.rbs +84 -0
- data/sig/types.rbs +1045 -0
- data/sig/waiters.rbs +13 -0
- metadata +99 -0
@@ -0,0 +1,2020 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
|
11
|
+
module Aws::IoTManagedIntegrations
|
12
|
+
# @api private
|
13
|
+
module ClientApi
|
14
|
+
|
15
|
+
include Seahorse::Model
|
16
|
+
|
17
|
+
AbortConfigCriteria = Shapes::StructureShape.new(name: 'AbortConfigCriteria')
|
18
|
+
AbortConfigCriteriaList = Shapes::ListShape.new(name: 'AbortConfigCriteriaList')
|
19
|
+
AbortCriteriaAction = Shapes::StringShape.new(name: 'AbortCriteriaAction')
|
20
|
+
AbortCriteriaFailureType = Shapes::StringShape.new(name: 'AbortCriteriaFailureType')
|
21
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
22
|
+
ActionName = Shapes::StringShape.new(name: 'ActionName')
|
23
|
+
ActionReference = Shapes::StringShape.new(name: 'ActionReference')
|
24
|
+
ActionTraceId = Shapes::StringShape.new(name: 'ActionTraceId')
|
25
|
+
AdvertisedProductId = Shapes::StringShape.new(name: 'AdvertisedProductId')
|
26
|
+
AttributeName = Shapes::StringShape.new(name: 'AttributeName')
|
27
|
+
AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
|
28
|
+
AuthMaterialString = Shapes::StringShape.new(name: 'AuthMaterialString')
|
29
|
+
AuthMaterialType = Shapes::StringShape.new(name: 'AuthMaterialType')
|
30
|
+
BaseRatePerMinute = Shapes::IntegerShape.new(name: 'BaseRatePerMinute')
|
31
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
32
|
+
Brand = Shapes::StringShape.new(name: 'Brand')
|
33
|
+
CaCertificate = Shapes::StringShape.new(name: 'CaCertificate')
|
34
|
+
Capabilities = Shapes::StringShape.new(name: 'Capabilities')
|
35
|
+
CapabilityAction = Shapes::StructureShape.new(name: 'CapabilityAction')
|
36
|
+
CapabilityActionName = Shapes::StringShape.new(name: 'CapabilityActionName')
|
37
|
+
CapabilityActions = Shapes::ListShape.new(name: 'CapabilityActions')
|
38
|
+
CapabilityId = Shapes::StringShape.new(name: 'CapabilityId')
|
39
|
+
CapabilityName = Shapes::StringShape.new(name: 'CapabilityName')
|
40
|
+
CapabilityProperties = Shapes::DocumentShape.new(name: 'CapabilityProperties', document: true)
|
41
|
+
CapabilityReport = Shapes::StructureShape.new(name: 'CapabilityReport')
|
42
|
+
CapabilityReportActions = Shapes::ListShape.new(name: 'CapabilityReportActions')
|
43
|
+
CapabilityReportCapabilities = Shapes::ListShape.new(name: 'CapabilityReportCapabilities')
|
44
|
+
CapabilityReportCapability = Shapes::StructureShape.new(name: 'CapabilityReportCapability')
|
45
|
+
CapabilityReportEndpoint = Shapes::StructureShape.new(name: 'CapabilityReportEndpoint')
|
46
|
+
CapabilityReportEndpoints = Shapes::ListShape.new(name: 'CapabilityReportEndpoints')
|
47
|
+
CapabilityReportEvents = Shapes::ListShape.new(name: 'CapabilityReportEvents')
|
48
|
+
CapabilityReportProperties = Shapes::ListShape.new(name: 'CapabilityReportProperties')
|
49
|
+
CapabilityReportVersion = Shapes::StringShape.new(name: 'CapabilityReportVersion')
|
50
|
+
CapabilityVersion = Shapes::StringShape.new(name: 'CapabilityVersion')
|
51
|
+
ClaimCertificate = Shapes::StringShape.new(name: 'ClaimCertificate')
|
52
|
+
ClaimCertificatePrivateKey = Shapes::StringShape.new(name: 'ClaimCertificatePrivateKey')
|
53
|
+
Classification = Shapes::StringShape.new(name: 'Classification')
|
54
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
55
|
+
CommandCapabilities = Shapes::ListShape.new(name: 'CommandCapabilities')
|
56
|
+
CommandCapability = Shapes::StructureShape.new(name: 'CommandCapability')
|
57
|
+
CommandEndpoint = Shapes::StructureShape.new(name: 'CommandEndpoint')
|
58
|
+
CommandEndpoints = Shapes::ListShape.new(name: 'CommandEndpoints')
|
59
|
+
ConfigurationError = Shapes::StructureShape.new(name: 'ConfigurationError')
|
60
|
+
ConfigurationErrorCode = Shapes::StringShape.new(name: 'ConfigurationErrorCode')
|
61
|
+
ConfigurationErrorMessage = Shapes::StringShape.new(name: 'ConfigurationErrorMessage')
|
62
|
+
ConfigurationState = Shapes::StringShape.new(name: 'ConfigurationState')
|
63
|
+
ConfigurationStatus = Shapes::StructureShape.new(name: 'ConfigurationStatus')
|
64
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
65
|
+
ConnectivityStatus = Shapes::BooleanShape.new(name: 'ConnectivityStatus')
|
66
|
+
ConnectivityTimestamp = Shapes::TimestampShape.new(name: 'ConnectivityTimestamp')
|
67
|
+
ConnectorAssociationId = Shapes::StringShape.new(name: 'ConnectorAssociationId')
|
68
|
+
ConnectorDeviceId = Shapes::StringShape.new(name: 'ConnectorDeviceId')
|
69
|
+
ConnectorPolicyId = Shapes::StringShape.new(name: 'ConnectorPolicyId')
|
70
|
+
CreateCredentialLockerRequest = Shapes::StructureShape.new(name: 'CreateCredentialLockerRequest')
|
71
|
+
CreateCredentialLockerResponse = Shapes::StructureShape.new(name: 'CreateCredentialLockerResponse')
|
72
|
+
CreateDestinationRequest = Shapes::StructureShape.new(name: 'CreateDestinationRequest')
|
73
|
+
CreateDestinationResponse = Shapes::StructureShape.new(name: 'CreateDestinationResponse')
|
74
|
+
CreateEventLogConfigurationRequest = Shapes::StructureShape.new(name: 'CreateEventLogConfigurationRequest')
|
75
|
+
CreateEventLogConfigurationResponse = Shapes::StructureShape.new(name: 'CreateEventLogConfigurationResponse')
|
76
|
+
CreateManagedThingRequest = Shapes::StructureShape.new(name: 'CreateManagedThingRequest')
|
77
|
+
CreateManagedThingResponse = Shapes::StructureShape.new(name: 'CreateManagedThingResponse')
|
78
|
+
CreateNotificationConfigurationRequest = Shapes::StructureShape.new(name: 'CreateNotificationConfigurationRequest')
|
79
|
+
CreateNotificationConfigurationResponse = Shapes::StructureShape.new(name: 'CreateNotificationConfigurationResponse')
|
80
|
+
CreateOtaTaskConfigurationRequest = Shapes::StructureShape.new(name: 'CreateOtaTaskConfigurationRequest')
|
81
|
+
CreateOtaTaskConfigurationResponse = Shapes::StructureShape.new(name: 'CreateOtaTaskConfigurationResponse')
|
82
|
+
CreateOtaTaskRequest = Shapes::StructureShape.new(name: 'CreateOtaTaskRequest')
|
83
|
+
CreateOtaTaskResponse = Shapes::StructureShape.new(name: 'CreateOtaTaskResponse')
|
84
|
+
CreateProvisioningProfileRequest = Shapes::StructureShape.new(name: 'CreateProvisioningProfileRequest')
|
85
|
+
CreateProvisioningProfileResponse = Shapes::StructureShape.new(name: 'CreateProvisioningProfileResponse')
|
86
|
+
CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
|
87
|
+
CredentialLockerArn = Shapes::StringShape.new(name: 'CredentialLockerArn')
|
88
|
+
CredentialLockerCreatedAt = Shapes::TimestampShape.new(name: 'CredentialLockerCreatedAt')
|
89
|
+
CredentialLockerId = Shapes::StringShape.new(name: 'CredentialLockerId')
|
90
|
+
CredentialLockerListDefinition = Shapes::ListShape.new(name: 'CredentialLockerListDefinition')
|
91
|
+
CredentialLockerName = Shapes::StringShape.new(name: 'CredentialLockerName')
|
92
|
+
CredentialLockerSummary = Shapes::StructureShape.new(name: 'CredentialLockerSummary')
|
93
|
+
DeleteCredentialLockerRequest = Shapes::StructureShape.new(name: 'DeleteCredentialLockerRequest')
|
94
|
+
DeleteDestinationRequest = Shapes::StructureShape.new(name: 'DeleteDestinationRequest')
|
95
|
+
DeleteEventLogConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteEventLogConfigurationRequest')
|
96
|
+
DeleteLocalStoreAfterUpload = Shapes::BooleanShape.new(name: 'DeleteLocalStoreAfterUpload')
|
97
|
+
DeleteManagedThingRequest = Shapes::StructureShape.new(name: 'DeleteManagedThingRequest')
|
98
|
+
DeleteNotificationConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteNotificationConfigurationRequest')
|
99
|
+
DeleteOtaTaskConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteOtaTaskConfigurationRequest')
|
100
|
+
DeleteOtaTaskRequest = Shapes::StructureShape.new(name: 'DeleteOtaTaskRequest')
|
101
|
+
DeleteProvisioningProfileRequest = Shapes::StructureShape.new(name: 'DeleteProvisioningProfileRequest')
|
102
|
+
DeliveryDestinationArn = Shapes::StringShape.new(name: 'DeliveryDestinationArn')
|
103
|
+
DeliveryDestinationRoleArn = Shapes::StringShape.new(name: 'DeliveryDestinationRoleArn')
|
104
|
+
DeliveryDestinationType = Shapes::StringShape.new(name: 'DeliveryDestinationType')
|
105
|
+
DestinationCreatedAt = Shapes::TimestampShape.new(name: 'DestinationCreatedAt')
|
106
|
+
DestinationDescription = Shapes::StringShape.new(name: 'DestinationDescription')
|
107
|
+
DestinationListDefinition = Shapes::ListShape.new(name: 'DestinationListDefinition')
|
108
|
+
DestinationName = Shapes::StringShape.new(name: 'DestinationName')
|
109
|
+
DestinationSummary = Shapes::StructureShape.new(name: 'DestinationSummary')
|
110
|
+
DestinationUpdatedAt = Shapes::TimestampShape.new(name: 'DestinationUpdatedAt')
|
111
|
+
DeviceDiscoveryArn = Shapes::StringShape.new(name: 'DeviceDiscoveryArn')
|
112
|
+
DeviceDiscoveryId = Shapes::StringShape.new(name: 'DeviceDiscoveryId')
|
113
|
+
DeviceDiscoveryStatus = Shapes::StringShape.new(name: 'DeviceDiscoveryStatus')
|
114
|
+
DeviceSpecificKey = Shapes::StringShape.new(name: 'DeviceSpecificKey')
|
115
|
+
DeviceType = Shapes::StringShape.new(name: 'DeviceType')
|
116
|
+
DeviceTypes = Shapes::ListShape.new(name: 'DeviceTypes')
|
117
|
+
DisconnectReasonValue = Shapes::StringShape.new(name: 'DisconnectReasonValue')
|
118
|
+
DiscoveryAuthMaterialString = Shapes::StringShape.new(name: 'DiscoveryAuthMaterialString')
|
119
|
+
DiscoveryAuthMaterialType = Shapes::StringShape.new(name: 'DiscoveryAuthMaterialType')
|
120
|
+
DiscoveryFinishedAt = Shapes::TimestampShape.new(name: 'DiscoveryFinishedAt')
|
121
|
+
DiscoveryStartedAt = Shapes::TimestampShape.new(name: 'DiscoveryStartedAt')
|
122
|
+
DiscoveryType = Shapes::StringShape.new(name: 'DiscoveryType')
|
123
|
+
DurationInMinutes = Shapes::IntegerShape.new(name: 'DurationInMinutes')
|
124
|
+
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
125
|
+
EndTime = Shapes::StringShape.new(name: 'EndTime')
|
126
|
+
EndpointAddress = Shapes::StringShape.new(name: 'EndpointAddress')
|
127
|
+
EndpointId = Shapes::StringShape.new(name: 'EndpointId')
|
128
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
129
|
+
EventLogConfigurationListDefinition = Shapes::ListShape.new(name: 'EventLogConfigurationListDefinition')
|
130
|
+
EventLogConfigurationSummary = Shapes::StructureShape.new(name: 'EventLogConfigurationSummary')
|
131
|
+
EventName = Shapes::StringShape.new(name: 'EventName')
|
132
|
+
EventType = Shapes::StringShape.new(name: 'EventType')
|
133
|
+
ExecutionNumber = Shapes::IntegerShape.new(name: 'ExecutionNumber')
|
134
|
+
ExponentialRolloutRate = Shapes::StructureShape.new(name: 'ExponentialRolloutRate')
|
135
|
+
GetCredentialLockerRequest = Shapes::StructureShape.new(name: 'GetCredentialLockerRequest')
|
136
|
+
GetCredentialLockerResponse = Shapes::StructureShape.new(name: 'GetCredentialLockerResponse')
|
137
|
+
GetCustomEndpointRequest = Shapes::StructureShape.new(name: 'GetCustomEndpointRequest')
|
138
|
+
GetCustomEndpointResponse = Shapes::StructureShape.new(name: 'GetCustomEndpointResponse')
|
139
|
+
GetDefaultEncryptionConfigurationRequest = Shapes::StructureShape.new(name: 'GetDefaultEncryptionConfigurationRequest')
|
140
|
+
GetDefaultEncryptionConfigurationResponse = Shapes::StructureShape.new(name: 'GetDefaultEncryptionConfigurationResponse')
|
141
|
+
GetDestinationRequest = Shapes::StructureShape.new(name: 'GetDestinationRequest')
|
142
|
+
GetDestinationResponse = Shapes::StructureShape.new(name: 'GetDestinationResponse')
|
143
|
+
GetDeviceDiscoveryRequest = Shapes::StructureShape.new(name: 'GetDeviceDiscoveryRequest')
|
144
|
+
GetDeviceDiscoveryResponse = Shapes::StructureShape.new(name: 'GetDeviceDiscoveryResponse')
|
145
|
+
GetEventLogConfigurationRequest = Shapes::StructureShape.new(name: 'GetEventLogConfigurationRequest')
|
146
|
+
GetEventLogConfigurationResponse = Shapes::StructureShape.new(name: 'GetEventLogConfigurationResponse')
|
147
|
+
GetHubConfigurationRequest = Shapes::StructureShape.new(name: 'GetHubConfigurationRequest')
|
148
|
+
GetHubConfigurationResponse = Shapes::StructureShape.new(name: 'GetHubConfigurationResponse')
|
149
|
+
GetManagedThingCapabilitiesRequest = Shapes::StructureShape.new(name: 'GetManagedThingCapabilitiesRequest')
|
150
|
+
GetManagedThingCapabilitiesResponse = Shapes::StructureShape.new(name: 'GetManagedThingCapabilitiesResponse')
|
151
|
+
GetManagedThingConnectivityDataRequest = Shapes::StructureShape.new(name: 'GetManagedThingConnectivityDataRequest')
|
152
|
+
GetManagedThingConnectivityDataResponse = Shapes::StructureShape.new(name: 'GetManagedThingConnectivityDataResponse')
|
153
|
+
GetManagedThingMetaDataRequest = Shapes::StructureShape.new(name: 'GetManagedThingMetaDataRequest')
|
154
|
+
GetManagedThingMetaDataResponse = Shapes::StructureShape.new(name: 'GetManagedThingMetaDataResponse')
|
155
|
+
GetManagedThingRequest = Shapes::StructureShape.new(name: 'GetManagedThingRequest')
|
156
|
+
GetManagedThingResponse = Shapes::StructureShape.new(name: 'GetManagedThingResponse')
|
157
|
+
GetManagedThingStateRequest = Shapes::StructureShape.new(name: 'GetManagedThingStateRequest')
|
158
|
+
GetManagedThingStateResponse = Shapes::StructureShape.new(name: 'GetManagedThingStateResponse')
|
159
|
+
GetNotificationConfigurationRequest = Shapes::StructureShape.new(name: 'GetNotificationConfigurationRequest')
|
160
|
+
GetNotificationConfigurationResponse = Shapes::StructureShape.new(name: 'GetNotificationConfigurationResponse')
|
161
|
+
GetOtaTaskConfigurationRequest = Shapes::StructureShape.new(name: 'GetOtaTaskConfigurationRequest')
|
162
|
+
GetOtaTaskConfigurationResponse = Shapes::StructureShape.new(name: 'GetOtaTaskConfigurationResponse')
|
163
|
+
GetOtaTaskRequest = Shapes::StructureShape.new(name: 'GetOtaTaskRequest')
|
164
|
+
GetOtaTaskResponse = Shapes::StructureShape.new(name: 'GetOtaTaskResponse')
|
165
|
+
GetProvisioningProfileRequest = Shapes::StructureShape.new(name: 'GetProvisioningProfileRequest')
|
166
|
+
GetProvisioningProfileResponse = Shapes::StructureShape.new(name: 'GetProvisioningProfileResponse')
|
167
|
+
GetRuntimeLogConfigurationRequest = Shapes::StructureShape.new(name: 'GetRuntimeLogConfigurationRequest')
|
168
|
+
GetRuntimeLogConfigurationResponse = Shapes::StructureShape.new(name: 'GetRuntimeLogConfigurationResponse')
|
169
|
+
GetSchemaVersionRequest = Shapes::StructureShape.new(name: 'GetSchemaVersionRequest')
|
170
|
+
GetSchemaVersionResponse = Shapes::StructureShape.new(name: 'GetSchemaVersionResponse')
|
171
|
+
HubConfigurationUpdatedAt = Shapes::TimestampShape.new(name: 'HubConfigurationUpdatedAt')
|
172
|
+
HubNetworkMode = Shapes::StringShape.new(name: 'HubNetworkMode')
|
173
|
+
HubTokenTimerExpirySettingInSeconds = Shapes::IntegerShape.new(name: 'HubTokenTimerExpirySettingInSeconds')
|
174
|
+
InProgressTimeoutInMinutes = Shapes::IntegerShape.new(name: 'InProgressTimeoutInMinutes')
|
175
|
+
IncrementFactor = Shapes::FloatShape.new(name: 'IncrementFactor')
|
176
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
177
|
+
InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
|
178
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
179
|
+
InternationalArticleNumber = Shapes::StringShape.new(name: 'InternationalArticleNumber')
|
180
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
181
|
+
LastUpdatedAt = Shapes::TimestampShape.new(name: 'LastUpdatedAt')
|
182
|
+
ListCredentialLockersRequest = Shapes::StructureShape.new(name: 'ListCredentialLockersRequest')
|
183
|
+
ListCredentialLockersResponse = Shapes::StructureShape.new(name: 'ListCredentialLockersResponse')
|
184
|
+
ListDestinationsRequest = Shapes::StructureShape.new(name: 'ListDestinationsRequest')
|
185
|
+
ListDestinationsResponse = Shapes::StructureShape.new(name: 'ListDestinationsResponse')
|
186
|
+
ListEventLogConfigurationsRequest = Shapes::StructureShape.new(name: 'ListEventLogConfigurationsRequest')
|
187
|
+
ListEventLogConfigurationsResponse = Shapes::StructureShape.new(name: 'ListEventLogConfigurationsResponse')
|
188
|
+
ListManagedThingSchemasRequest = Shapes::StructureShape.new(name: 'ListManagedThingSchemasRequest')
|
189
|
+
ListManagedThingSchemasResponse = Shapes::StructureShape.new(name: 'ListManagedThingSchemasResponse')
|
190
|
+
ListManagedThingsRequest = Shapes::StructureShape.new(name: 'ListManagedThingsRequest')
|
191
|
+
ListManagedThingsResponse = Shapes::StructureShape.new(name: 'ListManagedThingsResponse')
|
192
|
+
ListNotificationConfigurationsRequest = Shapes::StructureShape.new(name: 'ListNotificationConfigurationsRequest')
|
193
|
+
ListNotificationConfigurationsResponse = Shapes::StructureShape.new(name: 'ListNotificationConfigurationsResponse')
|
194
|
+
ListOtaTaskConfigurationsRequest = Shapes::StructureShape.new(name: 'ListOtaTaskConfigurationsRequest')
|
195
|
+
ListOtaTaskConfigurationsResponse = Shapes::StructureShape.new(name: 'ListOtaTaskConfigurationsResponse')
|
196
|
+
ListOtaTaskExecutionsRequest = Shapes::StructureShape.new(name: 'ListOtaTaskExecutionsRequest')
|
197
|
+
ListOtaTaskExecutionsResponse = Shapes::StructureShape.new(name: 'ListOtaTaskExecutionsResponse')
|
198
|
+
ListOtaTasksRequest = Shapes::StructureShape.new(name: 'ListOtaTasksRequest')
|
199
|
+
ListOtaTasksResponse = Shapes::StructureShape.new(name: 'ListOtaTasksResponse')
|
200
|
+
ListProvisioningProfilesRequest = Shapes::StructureShape.new(name: 'ListProvisioningProfilesRequest')
|
201
|
+
ListProvisioningProfilesResponse = Shapes::StructureShape.new(name: 'ListProvisioningProfilesResponse')
|
202
|
+
ListSchemaVersionsRequest = Shapes::StructureShape.new(name: 'ListSchemaVersionsRequest')
|
203
|
+
ListSchemaVersionsResponse = Shapes::StructureShape.new(name: 'ListSchemaVersionsResponse')
|
204
|
+
LocalStoreFileRotationMaxBytes = Shapes::IntegerShape.new(name: 'LocalStoreFileRotationMaxBytes')
|
205
|
+
LocalStoreFileRotationMaxFiles = Shapes::IntegerShape.new(name: 'LocalStoreFileRotationMaxFiles')
|
206
|
+
LocalStoreLocation = Shapes::StringShape.new(name: 'LocalStoreLocation')
|
207
|
+
LogConfigurationId = Shapes::StringShape.new(name: 'LogConfigurationId')
|
208
|
+
LogLevel = Shapes::StringShape.new(name: 'LogLevel')
|
209
|
+
MacAddress = Shapes::StringShape.new(name: 'MacAddress')
|
210
|
+
ManagedThingArn = Shapes::StringShape.new(name: 'ManagedThingArn')
|
211
|
+
ManagedThingId = Shapes::StringShape.new(name: 'ManagedThingId')
|
212
|
+
ManagedThingListDefinition = Shapes::ListShape.new(name: 'ManagedThingListDefinition')
|
213
|
+
ManagedThingSchemaListDefinition = Shapes::ListShape.new(name: 'ManagedThingSchemaListDefinition')
|
214
|
+
ManagedThingSchemaListItem = Shapes::StructureShape.new(name: 'ManagedThingSchemaListItem')
|
215
|
+
ManagedThingSummary = Shapes::StructureShape.new(name: 'ManagedThingSummary')
|
216
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
217
|
+
MaximumPerMinute = Shapes::IntegerShape.new(name: 'MaximumPerMinute')
|
218
|
+
MetaData = Shapes::MapShape.new(name: 'MetaData')
|
219
|
+
MinNumberOfExecutedThings = Shapes::IntegerShape.new(name: 'MinNumberOfExecutedThings')
|
220
|
+
MinNumberOfRetries = Shapes::IntegerShape.new(name: 'MinNumberOfRetries')
|
221
|
+
Model = Shapes::StringShape.new(name: 'Model')
|
222
|
+
Name = Shapes::StringShape.new(name: 'Name')
|
223
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
224
|
+
NodeId = Shapes::StringShape.new(name: 'NodeId')
|
225
|
+
NotificationConfigurationCreatedAt = Shapes::TimestampShape.new(name: 'NotificationConfigurationCreatedAt')
|
226
|
+
NotificationConfigurationListDefinition = Shapes::ListShape.new(name: 'NotificationConfigurationListDefinition')
|
227
|
+
NotificationConfigurationSummary = Shapes::StructureShape.new(name: 'NotificationConfigurationSummary')
|
228
|
+
NotificationConfigurationUpdatedAt = Shapes::TimestampShape.new(name: 'NotificationConfigurationUpdatedAt')
|
229
|
+
NumberOfNotifiedThings = Shapes::IntegerShape.new(name: 'NumberOfNotifiedThings')
|
230
|
+
NumberOfSucceededThings = Shapes::IntegerShape.new(name: 'NumberOfSucceededThings')
|
231
|
+
OtaDescription = Shapes::StringShape.new(name: 'OtaDescription')
|
232
|
+
OtaMechanism = Shapes::StringShape.new(name: 'OtaMechanism')
|
233
|
+
OtaNextToken = Shapes::StringShape.new(name: 'OtaNextToken')
|
234
|
+
OtaProtocol = Shapes::StringShape.new(name: 'OtaProtocol')
|
235
|
+
OtaStatus = Shapes::StringShape.new(name: 'OtaStatus')
|
236
|
+
OtaTargetQueryString = Shapes::StringShape.new(name: 'OtaTargetQueryString')
|
237
|
+
OtaTaskAbortConfig = Shapes::StructureShape.new(name: 'OtaTaskAbortConfig')
|
238
|
+
OtaTaskArn = Shapes::StringShape.new(name: 'OtaTaskArn')
|
239
|
+
OtaTaskConfigurationId = Shapes::StringShape.new(name: 'OtaTaskConfigurationId')
|
240
|
+
OtaTaskConfigurationListDefinition = Shapes::ListShape.new(name: 'OtaTaskConfigurationListDefinition')
|
241
|
+
OtaTaskConfigurationName = Shapes::StringShape.new(name: 'OtaTaskConfigurationName')
|
242
|
+
OtaTaskConfigurationSummary = Shapes::StructureShape.new(name: 'OtaTaskConfigurationSummary')
|
243
|
+
OtaTaskExecutionRetryConfig = Shapes::StructureShape.new(name: 'OtaTaskExecutionRetryConfig')
|
244
|
+
OtaTaskExecutionRolloutConfig = Shapes::StructureShape.new(name: 'OtaTaskExecutionRolloutConfig')
|
245
|
+
OtaTaskExecutionStatus = Shapes::StringShape.new(name: 'OtaTaskExecutionStatus')
|
246
|
+
OtaTaskExecutionSummaries = Shapes::StructureShape.new(name: 'OtaTaskExecutionSummaries')
|
247
|
+
OtaTaskExecutionSummariesListDefinition = Shapes::ListShape.new(name: 'OtaTaskExecutionSummariesListDefinition')
|
248
|
+
OtaTaskExecutionSummary = Shapes::StructureShape.new(name: 'OtaTaskExecutionSummary')
|
249
|
+
OtaTaskId = Shapes::StringShape.new(name: 'OtaTaskId')
|
250
|
+
OtaTaskListDefinition = Shapes::ListShape.new(name: 'OtaTaskListDefinition')
|
251
|
+
OtaTaskSchedulingConfig = Shapes::StructureShape.new(name: 'OtaTaskSchedulingConfig')
|
252
|
+
OtaTaskSummary = Shapes::StructureShape.new(name: 'OtaTaskSummary')
|
253
|
+
OtaTaskTimeoutConfig = Shapes::StructureShape.new(name: 'OtaTaskTimeoutConfig')
|
254
|
+
OtaType = Shapes::StringShape.new(name: 'OtaType')
|
255
|
+
Owner = Shapes::StringShape.new(name: 'Owner')
|
256
|
+
ParentControllerId = Shapes::StringShape.new(name: 'ParentControllerId')
|
257
|
+
PropertyName = Shapes::StringShape.new(name: 'PropertyName')
|
258
|
+
ProvisioningProfileArn = Shapes::StringShape.new(name: 'ProvisioningProfileArn')
|
259
|
+
ProvisioningProfileId = Shapes::StringShape.new(name: 'ProvisioningProfileId')
|
260
|
+
ProvisioningProfileListDefinition = Shapes::ListShape.new(name: 'ProvisioningProfileListDefinition')
|
261
|
+
ProvisioningProfileName = Shapes::StringShape.new(name: 'ProvisioningProfileName')
|
262
|
+
ProvisioningProfileSummary = Shapes::StructureShape.new(name: 'ProvisioningProfileSummary')
|
263
|
+
ProvisioningStatus = Shapes::StringShape.new(name: 'ProvisioningStatus')
|
264
|
+
ProvisioningType = Shapes::StringShape.new(name: 'ProvisioningType')
|
265
|
+
PushConfig = Shapes::StructureShape.new(name: 'PushConfig')
|
266
|
+
PutDefaultEncryptionConfigurationRequest = Shapes::StructureShape.new(name: 'PutDefaultEncryptionConfigurationRequest')
|
267
|
+
PutDefaultEncryptionConfigurationResponse = Shapes::StructureShape.new(name: 'PutDefaultEncryptionConfigurationResponse')
|
268
|
+
PutHubConfigurationRequest = Shapes::StructureShape.new(name: 'PutHubConfigurationRequest')
|
269
|
+
PutHubConfigurationResponse = Shapes::StructureShape.new(name: 'PutHubConfigurationResponse')
|
270
|
+
PutRuntimeLogConfigurationRequest = Shapes::StructureShape.new(name: 'PutRuntimeLogConfigurationRequest')
|
271
|
+
QueuedAt = Shapes::TimestampShape.new(name: 'QueuedAt')
|
272
|
+
RegisterCustomEndpointRequest = Shapes::StructureShape.new(name: 'RegisterCustomEndpointRequest')
|
273
|
+
RegisterCustomEndpointResponse = Shapes::StructureShape.new(name: 'RegisterCustomEndpointResponse')
|
274
|
+
ResetRuntimeLogConfigurationRequest = Shapes::StructureShape.new(name: 'ResetRuntimeLogConfigurationRequest')
|
275
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
276
|
+
RetryAttempt = Shapes::IntegerShape.new(name: 'RetryAttempt')
|
277
|
+
RetryConfigCriteria = Shapes::StructureShape.new(name: 'RetryConfigCriteria')
|
278
|
+
RetryConfigCriteriaList = Shapes::ListShape.new(name: 'RetryConfigCriteriaList')
|
279
|
+
RetryCriteriaFailureType = Shapes::StringShape.new(name: 'RetryCriteriaFailureType')
|
280
|
+
Role = Shapes::StringShape.new(name: 'Role')
|
281
|
+
RolloutRateIncreaseCriteria = Shapes::StructureShape.new(name: 'RolloutRateIncreaseCriteria')
|
282
|
+
RuntimeLogConfigurations = Shapes::StructureShape.new(name: 'RuntimeLogConfigurations')
|
283
|
+
S3Url = Shapes::StringShape.new(name: 'S3Url')
|
284
|
+
ScheduleMaintenanceWindow = Shapes::StructureShape.new(name: 'ScheduleMaintenanceWindow')
|
285
|
+
ScheduleMaintenanceWindowList = Shapes::ListShape.new(name: 'ScheduleMaintenanceWindowList')
|
286
|
+
ScheduleStartTime = Shapes::StringShape.new(name: 'ScheduleStartTime')
|
287
|
+
SchedulingConfigEndBehavior = Shapes::StringShape.new(name: 'SchedulingConfigEndBehavior')
|
288
|
+
SchemaId = Shapes::StringShape.new(name: 'SchemaId')
|
289
|
+
SchemaVersionDescription = Shapes::StringShape.new(name: 'SchemaVersionDescription')
|
290
|
+
SchemaVersionFormat = Shapes::StringShape.new(name: 'SchemaVersionFormat')
|
291
|
+
SchemaVersionList = Shapes::ListShape.new(name: 'SchemaVersionList')
|
292
|
+
SchemaVersionListItem = Shapes::StructureShape.new(name: 'SchemaVersionListItem')
|
293
|
+
SchemaVersionNamespaceName = Shapes::StringShape.new(name: 'SchemaVersionNamespaceName')
|
294
|
+
SchemaVersionSchema = Shapes::DocumentShape.new(name: 'SchemaVersionSchema', document: true)
|
295
|
+
SchemaVersionType = Shapes::StringShape.new(name: 'SchemaVersionType')
|
296
|
+
SchemaVersionVersion = Shapes::StringShape.new(name: 'SchemaVersionVersion')
|
297
|
+
SchemaVersionVisibility = Shapes::StringShape.new(name: 'SchemaVersionVisibility')
|
298
|
+
SchemaVersionedId = Shapes::StringShape.new(name: 'SchemaVersionedId')
|
299
|
+
SendManagedThingCommandRequest = Shapes::StructureShape.new(name: 'SendManagedThingCommandRequest')
|
300
|
+
SendManagedThingCommandResponse = Shapes::StructureShape.new(name: 'SendManagedThingCommandResponse')
|
301
|
+
SerialNumber = Shapes::StringShape.new(name: 'SerialNumber')
|
302
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
303
|
+
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
304
|
+
SetupAt = Shapes::TimestampShape.new(name: 'SetupAt')
|
305
|
+
SmartHomeResourceId = Shapes::StringShape.new(name: 'SmartHomeResourceId')
|
306
|
+
SmartHomeResourceType = Shapes::StringShape.new(name: 'SmartHomeResourceType')
|
307
|
+
StartDeviceDiscoveryRequest = Shapes::StructureShape.new(name: 'StartDeviceDiscoveryRequest')
|
308
|
+
StartDeviceDiscoveryResponse = Shapes::StructureShape.new(name: 'StartDeviceDiscoveryResponse')
|
309
|
+
StartTime = Shapes::StringShape.new(name: 'StartTime')
|
310
|
+
StartedAt = Shapes::TimestampShape.new(name: 'StartedAt')
|
311
|
+
StateCapabilities = Shapes::ListShape.new(name: 'StateCapabilities')
|
312
|
+
StateCapability = Shapes::StructureShape.new(name: 'StateCapability')
|
313
|
+
StateEndpoint = Shapes::StructureShape.new(name: 'StateEndpoint')
|
314
|
+
StateEndpoints = Shapes::ListShape.new(name: 'StateEndpoints')
|
315
|
+
String = Shapes::StringShape.new(name: 'String')
|
316
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
317
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
318
|
+
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
319
|
+
Target = Shapes::ListShape.new(name: 'Target')
|
320
|
+
TaskProcessingDetails = Shapes::StructureShape.new(name: 'TaskProcessingDetails')
|
321
|
+
ThresholdPercentage = Shapes::FloatShape.new(name: 'ThresholdPercentage')
|
322
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
323
|
+
TraceId = Shapes::StringShape.new(name: 'TraceId')
|
324
|
+
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
325
|
+
UniversalProductCode = Shapes::StringShape.new(name: 'UniversalProductCode')
|
326
|
+
UpdateDestinationRequest = Shapes::StructureShape.new(name: 'UpdateDestinationRequest')
|
327
|
+
UpdateEventLogConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateEventLogConfigurationRequest')
|
328
|
+
UpdateManagedThingRequest = Shapes::StructureShape.new(name: 'UpdateManagedThingRequest')
|
329
|
+
UpdateNotificationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateNotificationConfigurationRequest')
|
330
|
+
UpdateOtaTaskRequest = Shapes::StructureShape.new(name: 'UpdateOtaTaskRequest')
|
331
|
+
UpdatedAt = Shapes::TimestampShape.new(name: 'UpdatedAt')
|
332
|
+
UploadLog = Shapes::BooleanShape.new(name: 'UploadLog')
|
333
|
+
UploadPeriodMinutes = Shapes::IntegerShape.new(name: 'UploadPeriodMinutes')
|
334
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
335
|
+
ValidationSchema = Shapes::DocumentShape.new(name: 'ValidationSchema', document: true)
|
336
|
+
|
337
|
+
AbortConfigCriteria.add_member(:action, Shapes::ShapeRef.new(shape: AbortCriteriaAction, location_name: "Action"))
|
338
|
+
AbortConfigCriteria.add_member(:failure_type, Shapes::ShapeRef.new(shape: AbortCriteriaFailureType, location_name: "FailureType"))
|
339
|
+
AbortConfigCriteria.add_member(:min_number_of_executed_things, Shapes::ShapeRef.new(shape: MinNumberOfExecutedThings, location_name: "MinNumberOfExecutedThings"))
|
340
|
+
AbortConfigCriteria.add_member(:threshold_percentage, Shapes::ShapeRef.new(shape: ThresholdPercentage, location_name: "ThresholdPercentage"))
|
341
|
+
AbortConfigCriteria.struct_class = Types::AbortConfigCriteria
|
342
|
+
|
343
|
+
AbortConfigCriteriaList.member = Shapes::ShapeRef.new(shape: AbortConfigCriteria)
|
344
|
+
|
345
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
346
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
347
|
+
|
348
|
+
CapabilityAction.add_member(:name, Shapes::ShapeRef.new(shape: CapabilityActionName, required: true, location_name: "name"))
|
349
|
+
CapabilityAction.add_member(:ref, Shapes::ShapeRef.new(shape: ActionReference, location_name: "ref"))
|
350
|
+
CapabilityAction.add_member(:action_trace_id, Shapes::ShapeRef.new(shape: ActionTraceId, location_name: "actionTraceId"))
|
351
|
+
CapabilityAction.add_member(:parameters, Shapes::ShapeRef.new(shape: CapabilityProperties, location_name: "parameters"))
|
352
|
+
CapabilityAction.struct_class = Types::CapabilityAction
|
353
|
+
|
354
|
+
CapabilityActions.member = Shapes::ShapeRef.new(shape: CapabilityAction)
|
355
|
+
|
356
|
+
CapabilityReport.add_member(:version, Shapes::ShapeRef.new(shape: CapabilityReportVersion, required: true, location_name: "version"))
|
357
|
+
CapabilityReport.add_member(:node_id, Shapes::ShapeRef.new(shape: NodeId, location_name: "nodeId"))
|
358
|
+
CapabilityReport.add_member(:endpoints, Shapes::ShapeRef.new(shape: CapabilityReportEndpoints, required: true, location_name: "endpoints"))
|
359
|
+
CapabilityReport.struct_class = Types::CapabilityReport
|
360
|
+
|
361
|
+
CapabilityReportActions.member = Shapes::ShapeRef.new(shape: ActionName)
|
362
|
+
|
363
|
+
CapabilityReportCapabilities.member = Shapes::ShapeRef.new(shape: CapabilityReportCapability)
|
364
|
+
|
365
|
+
CapabilityReportCapability.add_member(:id, Shapes::ShapeRef.new(shape: SchemaVersionedId, required: true, location_name: "id"))
|
366
|
+
CapabilityReportCapability.add_member(:name, Shapes::ShapeRef.new(shape: CapabilityName, required: true, location_name: "name"))
|
367
|
+
CapabilityReportCapability.add_member(:version, Shapes::ShapeRef.new(shape: CapabilityVersion, required: true, location_name: "version"))
|
368
|
+
CapabilityReportCapability.add_member(:properties, Shapes::ShapeRef.new(shape: CapabilityReportProperties, required: true, location_name: "properties"))
|
369
|
+
CapabilityReportCapability.add_member(:actions, Shapes::ShapeRef.new(shape: CapabilityReportActions, required: true, location_name: "actions"))
|
370
|
+
CapabilityReportCapability.add_member(:events, Shapes::ShapeRef.new(shape: CapabilityReportEvents, required: true, location_name: "events"))
|
371
|
+
CapabilityReportCapability.struct_class = Types::CapabilityReportCapability
|
372
|
+
|
373
|
+
CapabilityReportEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: EndpointId, required: true, location_name: "id"))
|
374
|
+
CapabilityReportEndpoint.add_member(:device_types, Shapes::ShapeRef.new(shape: DeviceTypes, required: true, location_name: "deviceTypes"))
|
375
|
+
CapabilityReportEndpoint.add_member(:capabilities, Shapes::ShapeRef.new(shape: CapabilityReportCapabilities, required: true, location_name: "capabilities"))
|
376
|
+
CapabilityReportEndpoint.struct_class = Types::CapabilityReportEndpoint
|
377
|
+
|
378
|
+
CapabilityReportEndpoints.member = Shapes::ShapeRef.new(shape: CapabilityReportEndpoint)
|
379
|
+
|
380
|
+
CapabilityReportEvents.member = Shapes::ShapeRef.new(shape: EventName)
|
381
|
+
|
382
|
+
CapabilityReportProperties.member = Shapes::ShapeRef.new(shape: PropertyName)
|
383
|
+
|
384
|
+
CommandCapabilities.member = Shapes::ShapeRef.new(shape: CommandCapability)
|
385
|
+
|
386
|
+
CommandCapability.add_member(:id, Shapes::ShapeRef.new(shape: SchemaVersionedId, required: true, location_name: "id"))
|
387
|
+
CommandCapability.add_member(:name, Shapes::ShapeRef.new(shape: CapabilityName, required: true, location_name: "name"))
|
388
|
+
CommandCapability.add_member(:version, Shapes::ShapeRef.new(shape: CapabilityVersion, required: true, location_name: "version"))
|
389
|
+
CommandCapability.add_member(:actions, Shapes::ShapeRef.new(shape: CapabilityActions, required: true, location_name: "actions"))
|
390
|
+
CommandCapability.struct_class = Types::CommandCapability
|
391
|
+
|
392
|
+
CommandEndpoint.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, required: true, location_name: "endpointId"))
|
393
|
+
CommandEndpoint.add_member(:capabilities, Shapes::ShapeRef.new(shape: CommandCapabilities, required: true, location_name: "capabilities"))
|
394
|
+
CommandEndpoint.struct_class = Types::CommandEndpoint
|
395
|
+
|
396
|
+
CommandEndpoints.member = Shapes::ShapeRef.new(shape: CommandEndpoint)
|
397
|
+
|
398
|
+
ConfigurationError.add_member(:code, Shapes::ShapeRef.new(shape: ConfigurationErrorCode, location_name: "code"))
|
399
|
+
ConfigurationError.add_member(:message, Shapes::ShapeRef.new(shape: ConfigurationErrorMessage, location_name: "message"))
|
400
|
+
ConfigurationError.struct_class = Types::ConfigurationError
|
401
|
+
|
402
|
+
ConfigurationStatus.add_member(:error, Shapes::ShapeRef.new(shape: ConfigurationError, location_name: "error"))
|
403
|
+
ConfigurationStatus.add_member(:state, Shapes::ShapeRef.new(shape: ConfigurationState, required: true, location_name: "state"))
|
404
|
+
ConfigurationStatus.struct_class = Types::ConfigurationStatus
|
405
|
+
|
406
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
407
|
+
ConflictException.struct_class = Types::ConflictException
|
408
|
+
|
409
|
+
CreateCredentialLockerRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialLockerName, location_name: "Name"))
|
410
|
+
CreateCredentialLockerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
411
|
+
CreateCredentialLockerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
412
|
+
CreateCredentialLockerRequest.struct_class = Types::CreateCredentialLockerRequest
|
413
|
+
|
414
|
+
CreateCredentialLockerResponse.add_member(:id, Shapes::ShapeRef.new(shape: CredentialLockerId, location_name: "Id"))
|
415
|
+
CreateCredentialLockerResponse.add_member(:arn, Shapes::ShapeRef.new(shape: CredentialLockerArn, location_name: "Arn"))
|
416
|
+
CreateCredentialLockerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CredentialLockerCreatedAt, location_name: "CreatedAt"))
|
417
|
+
CreateCredentialLockerResponse.struct_class = Types::CreateCredentialLockerResponse
|
418
|
+
|
419
|
+
CreateDestinationRequest.add_member(:delivery_destination_arn, Shapes::ShapeRef.new(shape: DeliveryDestinationArn, required: true, location_name: "DeliveryDestinationArn"))
|
420
|
+
CreateDestinationRequest.add_member(:delivery_destination_type, Shapes::ShapeRef.new(shape: DeliveryDestinationType, required: true, location_name: "DeliveryDestinationType"))
|
421
|
+
CreateDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "Name"))
|
422
|
+
CreateDestinationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: DeliveryDestinationRoleArn, required: true, location_name: "RoleArn"))
|
423
|
+
CreateDestinationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
424
|
+
CreateDestinationRequest.add_member(:description, Shapes::ShapeRef.new(shape: DestinationDescription, location_name: "Description"))
|
425
|
+
CreateDestinationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
426
|
+
CreateDestinationRequest.struct_class = Types::CreateDestinationRequest
|
427
|
+
|
428
|
+
CreateDestinationResponse.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "Name"))
|
429
|
+
CreateDestinationResponse.struct_class = Types::CreateDestinationResponse
|
430
|
+
|
431
|
+
CreateEventLogConfigurationRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: SmartHomeResourceType, required: true, location_name: "ResourceType"))
|
432
|
+
CreateEventLogConfigurationRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: SmartHomeResourceId, location_name: "ResourceId"))
|
433
|
+
CreateEventLogConfigurationRequest.add_member(:event_log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "EventLogLevel"))
|
434
|
+
CreateEventLogConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
435
|
+
CreateEventLogConfigurationRequest.struct_class = Types::CreateEventLogConfigurationRequest
|
436
|
+
|
437
|
+
CreateEventLogConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: LogConfigurationId, location_name: "Id"))
|
438
|
+
CreateEventLogConfigurationResponse.struct_class = Types::CreateEventLogConfigurationResponse
|
439
|
+
|
440
|
+
CreateManagedThingRequest.add_member(:role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "Role"))
|
441
|
+
CreateManagedThingRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
|
442
|
+
CreateManagedThingRequest.add_member(:credential_locker_id, Shapes::ShapeRef.new(shape: CredentialLockerId, location_name: "CredentialLockerId"))
|
443
|
+
CreateManagedThingRequest.add_member(:authentication_material, Shapes::ShapeRef.new(shape: AuthMaterialString, required: true, location_name: "AuthenticationMaterial"))
|
444
|
+
CreateManagedThingRequest.add_member(:authentication_material_type, Shapes::ShapeRef.new(shape: AuthMaterialType, required: true, location_name: "AuthenticationMaterialType"))
|
445
|
+
CreateManagedThingRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: SerialNumber, location_name: "SerialNumber"))
|
446
|
+
CreateManagedThingRequest.add_member(:brand, Shapes::ShapeRef.new(shape: Brand, location_name: "Brand"))
|
447
|
+
CreateManagedThingRequest.add_member(:model, Shapes::ShapeRef.new(shape: Model, location_name: "Model"))
|
448
|
+
CreateManagedThingRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
449
|
+
CreateManagedThingRequest.add_member(:capability_report, Shapes::ShapeRef.new(shape: CapabilityReport, location_name: "CapabilityReport"))
|
450
|
+
CreateManagedThingRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
451
|
+
CreateManagedThingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
452
|
+
CreateManagedThingRequest.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, location_name: "Classification"))
|
453
|
+
CreateManagedThingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
454
|
+
CreateManagedThingRequest.add_member(:meta_data, Shapes::ShapeRef.new(shape: MetaData, location_name: "MetaData"))
|
455
|
+
CreateManagedThingRequest.struct_class = Types::CreateManagedThingRequest
|
456
|
+
|
457
|
+
CreateManagedThingResponse.add_member(:id, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "Id"))
|
458
|
+
CreateManagedThingResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ManagedThingArn, location_name: "Arn"))
|
459
|
+
CreateManagedThingResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
|
460
|
+
CreateManagedThingResponse.struct_class = Types::CreateManagedThingResponse
|
461
|
+
|
462
|
+
CreateNotificationConfigurationRequest.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, required: true, location_name: "EventType"))
|
463
|
+
CreateNotificationConfigurationRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "DestinationName"))
|
464
|
+
CreateNotificationConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
465
|
+
CreateNotificationConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
466
|
+
CreateNotificationConfigurationRequest.struct_class = Types::CreateNotificationConfigurationRequest
|
467
|
+
|
468
|
+
CreateNotificationConfigurationResponse.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "EventType"))
|
469
|
+
CreateNotificationConfigurationResponse.struct_class = Types::CreateNotificationConfigurationResponse
|
470
|
+
|
471
|
+
CreateOtaTaskConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: OtaDescription, location_name: "Description"))
|
472
|
+
CreateOtaTaskConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: OtaTaskConfigurationName, location_name: "Name"))
|
473
|
+
CreateOtaTaskConfigurationRequest.add_member(:push_config, Shapes::ShapeRef.new(shape: PushConfig, location_name: "PushConfig"))
|
474
|
+
CreateOtaTaskConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
475
|
+
CreateOtaTaskConfigurationRequest.struct_class = Types::CreateOtaTaskConfigurationRequest
|
476
|
+
|
477
|
+
CreateOtaTaskConfigurationResponse.add_member(:task_configuration_id, Shapes::ShapeRef.new(shape: OtaTaskConfigurationId, location_name: "TaskConfigurationId"))
|
478
|
+
CreateOtaTaskConfigurationResponse.struct_class = Types::CreateOtaTaskConfigurationResponse
|
479
|
+
|
480
|
+
CreateOtaTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: OtaDescription, location_name: "Description"))
|
481
|
+
CreateOtaTaskRequest.add_member(:s3_url, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "S3Url"))
|
482
|
+
CreateOtaTaskRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: OtaProtocol, location_name: "Protocol"))
|
483
|
+
CreateOtaTaskRequest.add_member(:target, Shapes::ShapeRef.new(shape: Target, location_name: "Target"))
|
484
|
+
CreateOtaTaskRequest.add_member(:task_configuration_id, Shapes::ShapeRef.new(shape: OtaTaskConfigurationId, location_name: "TaskConfigurationId"))
|
485
|
+
CreateOtaTaskRequest.add_member(:ota_mechanism, Shapes::ShapeRef.new(shape: OtaMechanism, location_name: "OtaMechanism"))
|
486
|
+
CreateOtaTaskRequest.add_member(:ota_type, Shapes::ShapeRef.new(shape: OtaType, required: true, location_name: "OtaType"))
|
487
|
+
CreateOtaTaskRequest.add_member(:ota_target_query_string, Shapes::ShapeRef.new(shape: OtaTargetQueryString, location_name: "OtaTargetQueryString"))
|
488
|
+
CreateOtaTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
489
|
+
CreateOtaTaskRequest.add_member(:ota_scheduling_config, Shapes::ShapeRef.new(shape: OtaTaskSchedulingConfig, location_name: "OtaSchedulingConfig"))
|
490
|
+
CreateOtaTaskRequest.add_member(:ota_task_execution_retry_config, Shapes::ShapeRef.new(shape: OtaTaskExecutionRetryConfig, location_name: "OtaTaskExecutionRetryConfig"))
|
491
|
+
CreateOtaTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
492
|
+
CreateOtaTaskRequest.struct_class = Types::CreateOtaTaskRequest
|
493
|
+
|
494
|
+
CreateOtaTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: OtaTaskId, location_name: "TaskId"))
|
495
|
+
CreateOtaTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: OtaTaskArn, location_name: "TaskArn"))
|
496
|
+
CreateOtaTaskResponse.add_member(:description, Shapes::ShapeRef.new(shape: OtaDescription, location_name: "Description"))
|
497
|
+
CreateOtaTaskResponse.struct_class = Types::CreateOtaTaskResponse
|
498
|
+
|
499
|
+
CreateProvisioningProfileRequest.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, required: true, location_name: "ProvisioningType"))
|
500
|
+
CreateProvisioningProfileRequest.add_member(:ca_certificate, Shapes::ShapeRef.new(shape: CaCertificate, location_name: "CaCertificate"))
|
501
|
+
CreateProvisioningProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningProfileName, location_name: "Name"))
|
502
|
+
CreateProvisioningProfileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
503
|
+
CreateProvisioningProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
504
|
+
CreateProvisioningProfileRequest.struct_class = Types::CreateProvisioningProfileRequest
|
505
|
+
|
506
|
+
CreateProvisioningProfileResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ProvisioningProfileArn, location_name: "Arn"))
|
507
|
+
CreateProvisioningProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningProfileName, location_name: "Name"))
|
508
|
+
CreateProvisioningProfileResponse.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
509
|
+
CreateProvisioningProfileResponse.add_member(:id, Shapes::ShapeRef.new(shape: ProvisioningProfileId, location_name: "Id"))
|
510
|
+
CreateProvisioningProfileResponse.add_member(:claim_certificate, Shapes::ShapeRef.new(shape: ClaimCertificate, location_name: "ClaimCertificate"))
|
511
|
+
CreateProvisioningProfileResponse.add_member(:claim_certificate_private_key, Shapes::ShapeRef.new(shape: ClaimCertificatePrivateKey, location_name: "ClaimCertificatePrivateKey"))
|
512
|
+
CreateProvisioningProfileResponse.struct_class = Types::CreateProvisioningProfileResponse
|
513
|
+
|
514
|
+
CredentialLockerListDefinition.member = Shapes::ShapeRef.new(shape: CredentialLockerSummary)
|
515
|
+
|
516
|
+
CredentialLockerSummary.add_member(:id, Shapes::ShapeRef.new(shape: CredentialLockerId, location_name: "Id"))
|
517
|
+
CredentialLockerSummary.add_member(:arn, Shapes::ShapeRef.new(shape: CredentialLockerArn, location_name: "Arn"))
|
518
|
+
CredentialLockerSummary.add_member(:name, Shapes::ShapeRef.new(shape: CredentialLockerName, location_name: "Name"))
|
519
|
+
CredentialLockerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CredentialLockerCreatedAt, location_name: "CreatedAt"))
|
520
|
+
CredentialLockerSummary.struct_class = Types::CredentialLockerSummary
|
521
|
+
|
522
|
+
DeleteCredentialLockerRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: CredentialLockerId, required: true, location: "uri", location_name: "Identifier"))
|
523
|
+
DeleteCredentialLockerRequest.struct_class = Types::DeleteCredentialLockerRequest
|
524
|
+
|
525
|
+
DeleteDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location: "uri", location_name: "Name"))
|
526
|
+
DeleteDestinationRequest.struct_class = Types::DeleteDestinationRequest
|
527
|
+
|
528
|
+
DeleteEventLogConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: LogConfigurationId, required: true, location: "uri", location_name: "Id"))
|
529
|
+
DeleteEventLogConfigurationRequest.struct_class = Types::DeleteEventLogConfigurationRequest
|
530
|
+
|
531
|
+
DeleteManagedThingRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "Identifier"))
|
532
|
+
DeleteManagedThingRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "Force"))
|
533
|
+
DeleteManagedThingRequest.struct_class = Types::DeleteManagedThingRequest
|
534
|
+
|
535
|
+
DeleteNotificationConfigurationRequest.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, required: true, location: "uri", location_name: "EventType"))
|
536
|
+
DeleteNotificationConfigurationRequest.struct_class = Types::DeleteNotificationConfigurationRequest
|
537
|
+
|
538
|
+
DeleteOtaTaskConfigurationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OtaTaskConfigurationId, required: true, location: "uri", location_name: "Identifier"))
|
539
|
+
DeleteOtaTaskConfigurationRequest.struct_class = Types::DeleteOtaTaskConfigurationRequest
|
540
|
+
|
541
|
+
DeleteOtaTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OtaTaskId, required: true, location: "uri", location_name: "Identifier"))
|
542
|
+
DeleteOtaTaskRequest.struct_class = Types::DeleteOtaTaskRequest
|
543
|
+
|
544
|
+
DeleteProvisioningProfileRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ProvisioningProfileId, required: true, location: "uri", location_name: "Identifier"))
|
545
|
+
DeleteProvisioningProfileRequest.struct_class = Types::DeleteProvisioningProfileRequest
|
546
|
+
|
547
|
+
DestinationListDefinition.member = Shapes::ShapeRef.new(shape: DestinationSummary)
|
548
|
+
|
549
|
+
DestinationSummary.add_member(:description, Shapes::ShapeRef.new(shape: DestinationDescription, location_name: "Description"))
|
550
|
+
DestinationSummary.add_member(:delivery_destination_arn, Shapes::ShapeRef.new(shape: DeliveryDestinationArn, location_name: "DeliveryDestinationArn"))
|
551
|
+
DestinationSummary.add_member(:delivery_destination_type, Shapes::ShapeRef.new(shape: DeliveryDestinationType, location_name: "DeliveryDestinationType"))
|
552
|
+
DestinationSummary.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "Name"))
|
553
|
+
DestinationSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: DeliveryDestinationRoleArn, location_name: "RoleArn"))
|
554
|
+
DestinationSummary.struct_class = Types::DestinationSummary
|
555
|
+
|
556
|
+
DeviceTypes.member = Shapes::ShapeRef.new(shape: DeviceType)
|
557
|
+
|
558
|
+
EventLogConfigurationListDefinition.member = Shapes::ShapeRef.new(shape: EventLogConfigurationSummary)
|
559
|
+
|
560
|
+
EventLogConfigurationSummary.add_member(:id, Shapes::ShapeRef.new(shape: LogConfigurationId, location_name: "Id"))
|
561
|
+
EventLogConfigurationSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: SmartHomeResourceType, location_name: "ResourceType"))
|
562
|
+
EventLogConfigurationSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: SmartHomeResourceId, location_name: "ResourceId"))
|
563
|
+
EventLogConfigurationSummary.add_member(:event_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "EventLogLevel"))
|
564
|
+
EventLogConfigurationSummary.struct_class = Types::EventLogConfigurationSummary
|
565
|
+
|
566
|
+
ExponentialRolloutRate.add_member(:base_rate_per_minute, Shapes::ShapeRef.new(shape: BaseRatePerMinute, location_name: "BaseRatePerMinute"))
|
567
|
+
ExponentialRolloutRate.add_member(:increment_factor, Shapes::ShapeRef.new(shape: IncrementFactor, location_name: "IncrementFactor"))
|
568
|
+
ExponentialRolloutRate.add_member(:rate_increase_criteria, Shapes::ShapeRef.new(shape: RolloutRateIncreaseCriteria, location_name: "RateIncreaseCriteria"))
|
569
|
+
ExponentialRolloutRate.struct_class = Types::ExponentialRolloutRate
|
570
|
+
|
571
|
+
GetCredentialLockerRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: CredentialLockerId, required: true, location: "uri", location_name: "Identifier"))
|
572
|
+
GetCredentialLockerRequest.struct_class = Types::GetCredentialLockerRequest
|
573
|
+
|
574
|
+
GetCredentialLockerResponse.add_member(:id, Shapes::ShapeRef.new(shape: CredentialLockerId, location_name: "Id"))
|
575
|
+
GetCredentialLockerResponse.add_member(:arn, Shapes::ShapeRef.new(shape: CredentialLockerArn, location_name: "Arn"))
|
576
|
+
GetCredentialLockerResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialLockerName, location_name: "Name"))
|
577
|
+
GetCredentialLockerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CredentialLockerCreatedAt, location_name: "CreatedAt"))
|
578
|
+
GetCredentialLockerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
579
|
+
GetCredentialLockerResponse.struct_class = Types::GetCredentialLockerResponse
|
580
|
+
|
581
|
+
GetCustomEndpointRequest.struct_class = Types::GetCustomEndpointRequest
|
582
|
+
|
583
|
+
GetCustomEndpointResponse.add_member(:endpoint_address, Shapes::ShapeRef.new(shape: EndpointAddress, required: true, location_name: "EndpointAddress"))
|
584
|
+
GetCustomEndpointResponse.struct_class = Types::GetCustomEndpointResponse
|
585
|
+
|
586
|
+
GetDefaultEncryptionConfigurationRequest.struct_class = Types::GetDefaultEncryptionConfigurationRequest
|
587
|
+
|
588
|
+
GetDefaultEncryptionConfigurationResponse.add_member(:configuration_status, Shapes::ShapeRef.new(shape: ConfigurationStatus, required: true, location_name: "configurationStatus"))
|
589
|
+
GetDefaultEncryptionConfigurationResponse.add_member(:encryption_type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "encryptionType"))
|
590
|
+
GetDefaultEncryptionConfigurationResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
591
|
+
GetDefaultEncryptionConfigurationResponse.struct_class = Types::GetDefaultEncryptionConfigurationResponse
|
592
|
+
|
593
|
+
GetDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location: "uri", location_name: "Name"))
|
594
|
+
GetDestinationRequest.struct_class = Types::GetDestinationRequest
|
595
|
+
|
596
|
+
GetDestinationResponse.add_member(:description, Shapes::ShapeRef.new(shape: DestinationDescription, location_name: "Description"))
|
597
|
+
GetDestinationResponse.add_member(:delivery_destination_arn, Shapes::ShapeRef.new(shape: DeliveryDestinationArn, location_name: "DeliveryDestinationArn"))
|
598
|
+
GetDestinationResponse.add_member(:delivery_destination_type, Shapes::ShapeRef.new(shape: DeliveryDestinationType, location_name: "DeliveryDestinationType"))
|
599
|
+
GetDestinationResponse.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "Name"))
|
600
|
+
GetDestinationResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: DeliveryDestinationRoleArn, location_name: "RoleArn"))
|
601
|
+
GetDestinationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DestinationCreatedAt, location_name: "CreatedAt"))
|
602
|
+
GetDestinationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DestinationUpdatedAt, location_name: "UpdatedAt"))
|
603
|
+
GetDestinationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
604
|
+
GetDestinationResponse.struct_class = Types::GetDestinationResponse
|
605
|
+
|
606
|
+
GetDeviceDiscoveryRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: DeviceDiscoveryId, required: true, location: "uri", location_name: "Identifier"))
|
607
|
+
GetDeviceDiscoveryRequest.struct_class = Types::GetDeviceDiscoveryRequest
|
608
|
+
|
609
|
+
GetDeviceDiscoveryResponse.add_member(:id, Shapes::ShapeRef.new(shape: DeviceDiscoveryId, required: true, location_name: "Id"))
|
610
|
+
GetDeviceDiscoveryResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceDiscoveryArn, required: true, location_name: "Arn"))
|
611
|
+
GetDeviceDiscoveryResponse.add_member(:discovery_type, Shapes::ShapeRef.new(shape: DiscoveryType, required: true, location_name: "DiscoveryType"))
|
612
|
+
GetDeviceDiscoveryResponse.add_member(:status, Shapes::ShapeRef.new(shape: DeviceDiscoveryStatus, required: true, location_name: "Status"))
|
613
|
+
GetDeviceDiscoveryResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DiscoveryStartedAt, required: true, location_name: "StartedAt"))
|
614
|
+
GetDeviceDiscoveryResponse.add_member(:controller_id, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "ControllerId"))
|
615
|
+
GetDeviceDiscoveryResponse.add_member(:connector_association_id, Shapes::ShapeRef.new(shape: ConnectorAssociationId, location_name: "ConnectorAssociationId"))
|
616
|
+
GetDeviceDiscoveryResponse.add_member(:finished_at, Shapes::ShapeRef.new(shape: DiscoveryFinishedAt, location_name: "FinishedAt"))
|
617
|
+
GetDeviceDiscoveryResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
618
|
+
GetDeviceDiscoveryResponse.struct_class = Types::GetDeviceDiscoveryResponse
|
619
|
+
|
620
|
+
GetEventLogConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: LogConfigurationId, required: true, location: "uri", location_name: "Id"))
|
621
|
+
GetEventLogConfigurationRequest.struct_class = Types::GetEventLogConfigurationRequest
|
622
|
+
|
623
|
+
GetEventLogConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: LogConfigurationId, location_name: "Id"))
|
624
|
+
GetEventLogConfigurationResponse.add_member(:resource_type, Shapes::ShapeRef.new(shape: SmartHomeResourceType, location_name: "ResourceType"))
|
625
|
+
GetEventLogConfigurationResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: SmartHomeResourceId, location_name: "ResourceId"))
|
626
|
+
GetEventLogConfigurationResponse.add_member(:event_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "EventLogLevel"))
|
627
|
+
GetEventLogConfigurationResponse.struct_class = Types::GetEventLogConfigurationResponse
|
628
|
+
|
629
|
+
GetHubConfigurationRequest.struct_class = Types::GetHubConfigurationRequest
|
630
|
+
|
631
|
+
GetHubConfigurationResponse.add_member(:hub_token_timer_expiry_setting_in_seconds, Shapes::ShapeRef.new(shape: HubTokenTimerExpirySettingInSeconds, location_name: "HubTokenTimerExpirySettingInSeconds"))
|
632
|
+
GetHubConfigurationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: HubConfigurationUpdatedAt, location_name: "UpdatedAt"))
|
633
|
+
GetHubConfigurationResponse.struct_class = Types::GetHubConfigurationResponse
|
634
|
+
|
635
|
+
GetManagedThingCapabilitiesRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "Identifier"))
|
636
|
+
GetManagedThingCapabilitiesRequest.struct_class = Types::GetManagedThingCapabilitiesRequest
|
637
|
+
|
638
|
+
GetManagedThingCapabilitiesResponse.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "ManagedThingId"))
|
639
|
+
GetManagedThingCapabilitiesResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
640
|
+
GetManagedThingCapabilitiesResponse.add_member(:capability_report, Shapes::ShapeRef.new(shape: CapabilityReport, location_name: "CapabilityReport"))
|
641
|
+
GetManagedThingCapabilitiesResponse.struct_class = Types::GetManagedThingCapabilitiesResponse
|
642
|
+
|
643
|
+
GetManagedThingConnectivityDataRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "Identifier"))
|
644
|
+
GetManagedThingConnectivityDataRequest.struct_class = Types::GetManagedThingConnectivityDataRequest
|
645
|
+
|
646
|
+
GetManagedThingConnectivityDataResponse.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "ManagedThingId"))
|
647
|
+
GetManagedThingConnectivityDataResponse.add_member(:connected, Shapes::ShapeRef.new(shape: ConnectivityStatus, location_name: "Connected"))
|
648
|
+
GetManagedThingConnectivityDataResponse.add_member(:timestamp, Shapes::ShapeRef.new(shape: ConnectivityTimestamp, location_name: "Timestamp"))
|
649
|
+
GetManagedThingConnectivityDataResponse.add_member(:disconnect_reason, Shapes::ShapeRef.new(shape: DisconnectReasonValue, location_name: "DisconnectReason"))
|
650
|
+
GetManagedThingConnectivityDataResponse.struct_class = Types::GetManagedThingConnectivityDataResponse
|
651
|
+
|
652
|
+
GetManagedThingMetaDataRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "Identifier"))
|
653
|
+
GetManagedThingMetaDataRequest.struct_class = Types::GetManagedThingMetaDataRequest
|
654
|
+
|
655
|
+
GetManagedThingMetaDataResponse.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "ManagedThingId"))
|
656
|
+
GetManagedThingMetaDataResponse.add_member(:meta_data, Shapes::ShapeRef.new(shape: MetaData, location_name: "MetaData"))
|
657
|
+
GetManagedThingMetaDataResponse.struct_class = Types::GetManagedThingMetaDataResponse
|
658
|
+
|
659
|
+
GetManagedThingRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "Identifier"))
|
660
|
+
GetManagedThingRequest.struct_class = Types::GetManagedThingRequest
|
661
|
+
|
662
|
+
GetManagedThingResponse.add_member(:id, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "Id"))
|
663
|
+
GetManagedThingResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ManagedThingArn, location_name: "Arn"))
|
664
|
+
GetManagedThingResponse.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
|
665
|
+
GetManagedThingResponse.add_member(:credential_locker_id, Shapes::ShapeRef.new(shape: CredentialLockerId, location_name: "CredentialLockerId"))
|
666
|
+
GetManagedThingResponse.add_member(:advertised_product_id, Shapes::ShapeRef.new(shape: AdvertisedProductId, location_name: "AdvertisedProductId"))
|
667
|
+
GetManagedThingResponse.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
|
668
|
+
GetManagedThingResponse.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: ProvisioningStatus, location_name: "ProvisioningStatus"))
|
669
|
+
GetManagedThingResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
670
|
+
GetManagedThingResponse.add_member(:model, Shapes::ShapeRef.new(shape: Model, location_name: "Model"))
|
671
|
+
GetManagedThingResponse.add_member(:brand, Shapes::ShapeRef.new(shape: Brand, location_name: "Brand"))
|
672
|
+
GetManagedThingResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: SerialNumber, location_name: "SerialNumber"))
|
673
|
+
GetManagedThingResponse.add_member(:universal_product_code, Shapes::ShapeRef.new(shape: UniversalProductCode, location_name: "UniversalProductCode"))
|
674
|
+
GetManagedThingResponse.add_member(:international_article_number, Shapes::ShapeRef.new(shape: InternationalArticleNumber, location_name: "InternationalArticleNumber"))
|
675
|
+
GetManagedThingResponse.add_member(:connector_policy_id, Shapes::ShapeRef.new(shape: ConnectorPolicyId, location_name: "ConnectorPolicyId"))
|
676
|
+
GetManagedThingResponse.add_member(:connector_device_id, Shapes::ShapeRef.new(shape: ConnectorDeviceId, location_name: "ConnectorDeviceId"))
|
677
|
+
GetManagedThingResponse.add_member(:device_specific_key, Shapes::ShapeRef.new(shape: DeviceSpecificKey, location_name: "DeviceSpecificKey"))
|
678
|
+
GetManagedThingResponse.add_member(:mac_address, Shapes::ShapeRef.new(shape: MacAddress, location_name: "MacAddress"))
|
679
|
+
GetManagedThingResponse.add_member(:parent_controller_id, Shapes::ShapeRef.new(shape: ParentControllerId, location_name: "ParentControllerId"))
|
680
|
+
GetManagedThingResponse.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, location_name: "Classification"))
|
681
|
+
GetManagedThingResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
|
682
|
+
GetManagedThingResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "UpdatedAt"))
|
683
|
+
GetManagedThingResponse.add_member(:activated_at, Shapes::ShapeRef.new(shape: SetupAt, location_name: "ActivatedAt"))
|
684
|
+
GetManagedThingResponse.add_member(:hub_network_mode, Shapes::ShapeRef.new(shape: HubNetworkMode, location_name: "HubNetworkMode"))
|
685
|
+
GetManagedThingResponse.add_member(:meta_data, Shapes::ShapeRef.new(shape: MetaData, location_name: "MetaData"))
|
686
|
+
GetManagedThingResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
687
|
+
GetManagedThingResponse.struct_class = Types::GetManagedThingResponse
|
688
|
+
|
689
|
+
GetManagedThingStateRequest.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "ManagedThingId"))
|
690
|
+
GetManagedThingStateRequest.struct_class = Types::GetManagedThingStateRequest
|
691
|
+
|
692
|
+
GetManagedThingStateResponse.add_member(:endpoints, Shapes::ShapeRef.new(shape: StateEndpoints, required: true, location_name: "Endpoints"))
|
693
|
+
GetManagedThingStateResponse.struct_class = Types::GetManagedThingStateResponse
|
694
|
+
|
695
|
+
GetNotificationConfigurationRequest.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, required: true, location: "uri", location_name: "EventType"))
|
696
|
+
GetNotificationConfigurationRequest.struct_class = Types::GetNotificationConfigurationRequest
|
697
|
+
|
698
|
+
GetNotificationConfigurationResponse.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "EventType"))
|
699
|
+
GetNotificationConfigurationResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
|
700
|
+
GetNotificationConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: NotificationConfigurationCreatedAt, location_name: "CreatedAt"))
|
701
|
+
GetNotificationConfigurationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: NotificationConfigurationUpdatedAt, location_name: "UpdatedAt"))
|
702
|
+
GetNotificationConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
703
|
+
GetNotificationConfigurationResponse.struct_class = Types::GetNotificationConfigurationResponse
|
704
|
+
|
705
|
+
GetOtaTaskConfigurationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OtaTaskConfigurationId, required: true, location: "uri", location_name: "Identifier"))
|
706
|
+
GetOtaTaskConfigurationRequest.struct_class = Types::GetOtaTaskConfigurationRequest
|
707
|
+
|
708
|
+
GetOtaTaskConfigurationResponse.add_member(:task_configuration_id, Shapes::ShapeRef.new(shape: OtaTaskConfigurationId, location_name: "TaskConfigurationId"))
|
709
|
+
GetOtaTaskConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: OtaTaskConfigurationName, location_name: "Name"))
|
710
|
+
GetOtaTaskConfigurationResponse.add_member(:push_config, Shapes::ShapeRef.new(shape: PushConfig, location_name: "PushConfig"))
|
711
|
+
GetOtaTaskConfigurationResponse.add_member(:description, Shapes::ShapeRef.new(shape: OtaDescription, location_name: "Description"))
|
712
|
+
GetOtaTaskConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
|
713
|
+
GetOtaTaskConfigurationResponse.struct_class = Types::GetOtaTaskConfigurationResponse
|
714
|
+
|
715
|
+
GetOtaTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OtaTaskId, required: true, location: "uri", location_name: "Identifier"))
|
716
|
+
GetOtaTaskRequest.struct_class = Types::GetOtaTaskRequest
|
717
|
+
|
718
|
+
GetOtaTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: OtaTaskId, location_name: "TaskId"))
|
719
|
+
GetOtaTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: OtaTaskArn, location_name: "TaskArn"))
|
720
|
+
GetOtaTaskResponse.add_member(:description, Shapes::ShapeRef.new(shape: OtaDescription, location_name: "Description"))
|
721
|
+
GetOtaTaskResponse.add_member(:s3_url, Shapes::ShapeRef.new(shape: S3Url, location_name: "S3Url"))
|
722
|
+
GetOtaTaskResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: OtaProtocol, location_name: "Protocol"))
|
723
|
+
GetOtaTaskResponse.add_member(:ota_type, Shapes::ShapeRef.new(shape: OtaType, location_name: "OtaType"))
|
724
|
+
GetOtaTaskResponse.add_member(:ota_target_query_string, Shapes::ShapeRef.new(shape: OtaTargetQueryString, location_name: "OtaTargetQueryString"))
|
725
|
+
GetOtaTaskResponse.add_member(:ota_mechanism, Shapes::ShapeRef.new(shape: OtaMechanism, location_name: "OtaMechanism"))
|
726
|
+
GetOtaTaskResponse.add_member(:target, Shapes::ShapeRef.new(shape: Target, location_name: "Target"))
|
727
|
+
GetOtaTaskResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
|
728
|
+
GetOtaTaskResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "LastUpdatedAt"))
|
729
|
+
GetOtaTaskResponse.add_member(:task_configuration_id, Shapes::ShapeRef.new(shape: OtaTaskConfigurationId, location_name: "TaskConfigurationId"))
|
730
|
+
GetOtaTaskResponse.add_member(:task_processing_details, Shapes::ShapeRef.new(shape: TaskProcessingDetails, location_name: "TaskProcessingDetails"))
|
731
|
+
GetOtaTaskResponse.add_member(:ota_scheduling_config, Shapes::ShapeRef.new(shape: OtaTaskSchedulingConfig, location_name: "OtaSchedulingConfig"))
|
732
|
+
GetOtaTaskResponse.add_member(:ota_task_execution_retry_config, Shapes::ShapeRef.new(shape: OtaTaskExecutionRetryConfig, location_name: "OtaTaskExecutionRetryConfig"))
|
733
|
+
GetOtaTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: OtaStatus, location_name: "Status"))
|
734
|
+
GetOtaTaskResponse.struct_class = Types::GetOtaTaskResponse
|
735
|
+
|
736
|
+
GetProvisioningProfileRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ProvisioningProfileId, required: true, location: "uri", location_name: "Identifier"))
|
737
|
+
GetProvisioningProfileRequest.struct_class = Types::GetProvisioningProfileRequest
|
738
|
+
|
739
|
+
GetProvisioningProfileResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ProvisioningProfileArn, location_name: "Arn"))
|
740
|
+
GetProvisioningProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningProfileName, location_name: "Name"))
|
741
|
+
GetProvisioningProfileResponse.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
742
|
+
GetProvisioningProfileResponse.add_member(:id, Shapes::ShapeRef.new(shape: ProvisioningProfileId, location_name: "Id"))
|
743
|
+
GetProvisioningProfileResponse.add_member(:claim_certificate, Shapes::ShapeRef.new(shape: ClaimCertificate, location_name: "ClaimCertificate"))
|
744
|
+
GetProvisioningProfileResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
745
|
+
GetProvisioningProfileResponse.struct_class = Types::GetProvisioningProfileResponse
|
746
|
+
|
747
|
+
GetRuntimeLogConfigurationRequest.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "ManagedThingId"))
|
748
|
+
GetRuntimeLogConfigurationRequest.struct_class = Types::GetRuntimeLogConfigurationRequest
|
749
|
+
|
750
|
+
GetRuntimeLogConfigurationResponse.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "ManagedThingId"))
|
751
|
+
GetRuntimeLogConfigurationResponse.add_member(:runtime_log_configurations, Shapes::ShapeRef.new(shape: RuntimeLogConfigurations, location_name: "RuntimeLogConfigurations"))
|
752
|
+
GetRuntimeLogConfigurationResponse.struct_class = Types::GetRuntimeLogConfigurationResponse
|
753
|
+
|
754
|
+
GetSchemaVersionRequest.add_member(:type, Shapes::ShapeRef.new(shape: SchemaVersionType, required: true, location: "uri", location_name: "Type"))
|
755
|
+
GetSchemaVersionRequest.add_member(:schema_versioned_id, Shapes::ShapeRef.new(shape: SchemaVersionedId, required: true, location: "uri", location_name: "SchemaVersionedId"))
|
756
|
+
GetSchemaVersionRequest.add_member(:format, Shapes::ShapeRef.new(shape: SchemaVersionFormat, location: "querystring", location_name: "Format"))
|
757
|
+
GetSchemaVersionRequest.struct_class = Types::GetSchemaVersionRequest
|
758
|
+
|
759
|
+
GetSchemaVersionResponse.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
|
760
|
+
GetSchemaVersionResponse.add_member(:type, Shapes::ShapeRef.new(shape: SchemaVersionType, location_name: "Type"))
|
761
|
+
GetSchemaVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: SchemaVersionDescription, location_name: "Description"))
|
762
|
+
GetSchemaVersionResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: SchemaVersionNamespaceName, location_name: "Namespace"))
|
763
|
+
GetSchemaVersionResponse.add_member(:semantic_version, Shapes::ShapeRef.new(shape: SchemaVersionVersion, location_name: "SemanticVersion"))
|
764
|
+
GetSchemaVersionResponse.add_member(:visibility, Shapes::ShapeRef.new(shape: SchemaVersionVisibility, location_name: "Visibility"))
|
765
|
+
GetSchemaVersionResponse.add_member(:schema, Shapes::ShapeRef.new(shape: SchemaVersionSchema, location_name: "Schema"))
|
766
|
+
GetSchemaVersionResponse.struct_class = Types::GetSchemaVersionResponse
|
767
|
+
|
768
|
+
InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
769
|
+
InternalFailureException.struct_class = Types::InternalFailureException
|
770
|
+
|
771
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
772
|
+
InternalServerException.struct_class = Types::InternalServerException
|
773
|
+
|
774
|
+
ListCredentialLockersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
775
|
+
ListCredentialLockersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
776
|
+
ListCredentialLockersRequest.struct_class = Types::ListCredentialLockersRequest
|
777
|
+
|
778
|
+
ListCredentialLockersResponse.add_member(:items, Shapes::ShapeRef.new(shape: CredentialLockerListDefinition, location_name: "Items"))
|
779
|
+
ListCredentialLockersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
780
|
+
ListCredentialLockersResponse.struct_class = Types::ListCredentialLockersResponse
|
781
|
+
|
782
|
+
ListDestinationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
783
|
+
ListDestinationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
784
|
+
ListDestinationsRequest.struct_class = Types::ListDestinationsRequest
|
785
|
+
|
786
|
+
ListDestinationsResponse.add_member(:destination_list, Shapes::ShapeRef.new(shape: DestinationListDefinition, location_name: "DestinationList"))
|
787
|
+
ListDestinationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
788
|
+
ListDestinationsResponse.struct_class = Types::ListDestinationsResponse
|
789
|
+
|
790
|
+
ListEventLogConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
791
|
+
ListEventLogConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
792
|
+
ListEventLogConfigurationsRequest.struct_class = Types::ListEventLogConfigurationsRequest
|
793
|
+
|
794
|
+
ListEventLogConfigurationsResponse.add_member(:event_log_configuration_list, Shapes::ShapeRef.new(shape: EventLogConfigurationListDefinition, location_name: "EventLogConfigurationList"))
|
795
|
+
ListEventLogConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
796
|
+
ListEventLogConfigurationsResponse.struct_class = Types::ListEventLogConfigurationsResponse
|
797
|
+
|
798
|
+
ListManagedThingSchemasRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "Identifier"))
|
799
|
+
ListManagedThingSchemasRequest.add_member(:endpoint_id_filter, Shapes::ShapeRef.new(shape: EndpointId, location: "querystring", location_name: "EndpointIdFilter"))
|
800
|
+
ListManagedThingSchemasRequest.add_member(:capability_id_filter, Shapes::ShapeRef.new(shape: CapabilityId, location: "querystring", location_name: "CapabilityIdFilter"))
|
801
|
+
ListManagedThingSchemasRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
802
|
+
ListManagedThingSchemasRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
803
|
+
ListManagedThingSchemasRequest.struct_class = Types::ListManagedThingSchemasRequest
|
804
|
+
|
805
|
+
ListManagedThingSchemasResponse.add_member(:items, Shapes::ShapeRef.new(shape: ManagedThingSchemaListDefinition, location_name: "Items"))
|
806
|
+
ListManagedThingSchemasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
807
|
+
ListManagedThingSchemasResponse.struct_class = Types::ListManagedThingSchemasResponse
|
808
|
+
|
809
|
+
ListManagedThingsRequest.add_member(:owner_filter, Shapes::ShapeRef.new(shape: Owner, location: "querystring", location_name: "OwnerFilter"))
|
810
|
+
ListManagedThingsRequest.add_member(:credential_locker_filter, Shapes::ShapeRef.new(shape: CredentialLockerId, location: "querystring", location_name: "CredentialLockerFilter"))
|
811
|
+
ListManagedThingsRequest.add_member(:role_filter, Shapes::ShapeRef.new(shape: Role, location: "querystring", location_name: "RoleFilter"))
|
812
|
+
ListManagedThingsRequest.add_member(:parent_controller_identifier_filter, Shapes::ShapeRef.new(shape: ParentControllerId, location: "querystring", location_name: "ParentControllerIdentifierFilter"))
|
813
|
+
ListManagedThingsRequest.add_member(:connector_policy_id_filter, Shapes::ShapeRef.new(shape: ConnectorPolicyId, location: "querystring", location_name: "ConnectorPolicyIdFilter"))
|
814
|
+
ListManagedThingsRequest.add_member(:serial_number_filter, Shapes::ShapeRef.new(shape: SerialNumber, location: "querystring", location_name: "SerialNumberFilter"))
|
815
|
+
ListManagedThingsRequest.add_member(:provisioning_status_filter, Shapes::ShapeRef.new(shape: ProvisioningStatus, location: "querystring", location_name: "ProvisioningStatusFilter"))
|
816
|
+
ListManagedThingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
817
|
+
ListManagedThingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
818
|
+
ListManagedThingsRequest.struct_class = Types::ListManagedThingsRequest
|
819
|
+
|
820
|
+
ListManagedThingsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ManagedThingListDefinition, location_name: "Items"))
|
821
|
+
ListManagedThingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
822
|
+
ListManagedThingsResponse.struct_class = Types::ListManagedThingsResponse
|
823
|
+
|
824
|
+
ListNotificationConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
825
|
+
ListNotificationConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
826
|
+
ListNotificationConfigurationsRequest.struct_class = Types::ListNotificationConfigurationsRequest
|
827
|
+
|
828
|
+
ListNotificationConfigurationsResponse.add_member(:notification_configuration_list, Shapes::ShapeRef.new(shape: NotificationConfigurationListDefinition, location_name: "NotificationConfigurationList"))
|
829
|
+
ListNotificationConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
830
|
+
ListNotificationConfigurationsResponse.struct_class = Types::ListNotificationConfigurationsResponse
|
831
|
+
|
832
|
+
ListOtaTaskConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
833
|
+
ListOtaTaskConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
834
|
+
ListOtaTaskConfigurationsRequest.struct_class = Types::ListOtaTaskConfigurationsRequest
|
835
|
+
|
836
|
+
ListOtaTaskConfigurationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: OtaTaskConfigurationListDefinition, location_name: "Items"))
|
837
|
+
ListOtaTaskConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
838
|
+
ListOtaTaskConfigurationsResponse.struct_class = Types::ListOtaTaskConfigurationsResponse
|
839
|
+
|
840
|
+
ListOtaTaskExecutionsRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OtaTaskId, required: true, location: "uri", location_name: "Identifier"))
|
841
|
+
ListOtaTaskExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: OtaNextToken, location: "querystring", location_name: "NextToken"))
|
842
|
+
ListOtaTaskExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
843
|
+
ListOtaTaskExecutionsRequest.struct_class = Types::ListOtaTaskExecutionsRequest
|
844
|
+
|
845
|
+
ListOtaTaskExecutionsResponse.add_member(:execution_summaries, Shapes::ShapeRef.new(shape: OtaTaskExecutionSummariesListDefinition, location_name: "ExecutionSummaries"))
|
846
|
+
ListOtaTaskExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: OtaNextToken, location_name: "NextToken"))
|
847
|
+
ListOtaTaskExecutionsResponse.struct_class = Types::ListOtaTaskExecutionsResponse
|
848
|
+
|
849
|
+
ListOtaTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: OtaNextToken, location: "querystring", location_name: "NextToken"))
|
850
|
+
ListOtaTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
851
|
+
ListOtaTasksRequest.struct_class = Types::ListOtaTasksRequest
|
852
|
+
|
853
|
+
ListOtaTasksResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: OtaTaskListDefinition, location_name: "Tasks"))
|
854
|
+
ListOtaTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: OtaNextToken, location_name: "NextToken"))
|
855
|
+
ListOtaTasksResponse.struct_class = Types::ListOtaTasksResponse
|
856
|
+
|
857
|
+
ListProvisioningProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
858
|
+
ListProvisioningProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
859
|
+
ListProvisioningProfilesRequest.struct_class = Types::ListProvisioningProfilesRequest
|
860
|
+
|
861
|
+
ListProvisioningProfilesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ProvisioningProfileListDefinition, location_name: "Items"))
|
862
|
+
ListProvisioningProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
863
|
+
ListProvisioningProfilesResponse.struct_class = Types::ListProvisioningProfilesResponse
|
864
|
+
|
865
|
+
ListSchemaVersionsRequest.add_member(:type, Shapes::ShapeRef.new(shape: SchemaVersionType, required: true, location: "uri", location_name: "Type"))
|
866
|
+
ListSchemaVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
867
|
+
ListSchemaVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
868
|
+
ListSchemaVersionsRequest.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location: "querystring", location_name: "SchemaIdFilter"))
|
869
|
+
ListSchemaVersionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: SchemaVersionNamespaceName, location: "querystring", location_name: "NamespaceFilter"))
|
870
|
+
ListSchemaVersionsRequest.add_member(:visibility, Shapes::ShapeRef.new(shape: SchemaVersionVisibility, location: "querystring", location_name: "VisibilityFilter"))
|
871
|
+
ListSchemaVersionsRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: SchemaVersionVersion, location: "querystring", location_name: "SemanticVersionFilter"))
|
872
|
+
ListSchemaVersionsRequest.struct_class = Types::ListSchemaVersionsRequest
|
873
|
+
|
874
|
+
ListSchemaVersionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: SchemaVersionList, location_name: "Items"))
|
875
|
+
ListSchemaVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
876
|
+
ListSchemaVersionsResponse.struct_class = Types::ListSchemaVersionsResponse
|
877
|
+
|
878
|
+
ManagedThingListDefinition.member = Shapes::ShapeRef.new(shape: ManagedThingSummary)
|
879
|
+
|
880
|
+
ManagedThingSchemaListDefinition.member = Shapes::ShapeRef.new(shape: ManagedThingSchemaListItem)
|
881
|
+
|
882
|
+
ManagedThingSchemaListItem.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId"))
|
883
|
+
ManagedThingSchemaListItem.add_member(:capability_id, Shapes::ShapeRef.new(shape: CapabilityId, location_name: "CapabilityId"))
|
884
|
+
ManagedThingSchemaListItem.add_member(:schema, Shapes::ShapeRef.new(shape: ValidationSchema, location_name: "Schema"))
|
885
|
+
ManagedThingSchemaListItem.struct_class = Types::ManagedThingSchemaListItem
|
886
|
+
|
887
|
+
ManagedThingSummary.add_member(:id, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "Id"))
|
888
|
+
ManagedThingSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ManagedThingArn, location_name: "Arn"))
|
889
|
+
ManagedThingSummary.add_member(:advertised_product_id, Shapes::ShapeRef.new(shape: AdvertisedProductId, location_name: "AdvertisedProductId"))
|
890
|
+
ManagedThingSummary.add_member(:brand, Shapes::ShapeRef.new(shape: Brand, location_name: "Brand"))
|
891
|
+
ManagedThingSummary.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, location_name: "Classification"))
|
892
|
+
ManagedThingSummary.add_member(:connector_device_id, Shapes::ShapeRef.new(shape: ConnectorDeviceId, location_name: "ConnectorDeviceId"))
|
893
|
+
ManagedThingSummary.add_member(:connector_policy_id, Shapes::ShapeRef.new(shape: ConnectorPolicyId, location_name: "ConnectorPolicyId"))
|
894
|
+
ManagedThingSummary.add_member(:model, Shapes::ShapeRef.new(shape: Model, location_name: "Model"))
|
895
|
+
ManagedThingSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
896
|
+
ManagedThingSummary.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
|
897
|
+
ManagedThingSummary.add_member(:credential_locker_id, Shapes::ShapeRef.new(shape: CredentialLockerId, location_name: "CredentialLockerId"))
|
898
|
+
ManagedThingSummary.add_member(:parent_controller_id, Shapes::ShapeRef.new(shape: ParentControllerId, location_name: "ParentControllerId"))
|
899
|
+
ManagedThingSummary.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: ProvisioningStatus, location_name: "ProvisioningStatus"))
|
900
|
+
ManagedThingSummary.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
|
901
|
+
ManagedThingSummary.add_member(:serial_number, Shapes::ShapeRef.new(shape: SerialNumber, location_name: "SerialNumber"))
|
902
|
+
ManagedThingSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
|
903
|
+
ManagedThingSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "UpdatedAt"))
|
904
|
+
ManagedThingSummary.add_member(:activated_at, Shapes::ShapeRef.new(shape: SetupAt, location_name: "ActivatedAt"))
|
905
|
+
ManagedThingSummary.struct_class = Types::ManagedThingSummary
|
906
|
+
|
907
|
+
MetaData.key = Shapes::ShapeRef.new(shape: AttributeName)
|
908
|
+
MetaData.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
909
|
+
|
910
|
+
NotificationConfigurationListDefinition.member = Shapes::ShapeRef.new(shape: NotificationConfigurationSummary)
|
911
|
+
|
912
|
+
NotificationConfigurationSummary.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "EventType"))
|
913
|
+
NotificationConfigurationSummary.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
|
914
|
+
NotificationConfigurationSummary.struct_class = Types::NotificationConfigurationSummary
|
915
|
+
|
916
|
+
OtaTaskAbortConfig.add_member(:abort_config_criteria_list, Shapes::ShapeRef.new(shape: AbortConfigCriteriaList, location_name: "AbortConfigCriteriaList"))
|
917
|
+
OtaTaskAbortConfig.struct_class = Types::OtaTaskAbortConfig
|
918
|
+
|
919
|
+
OtaTaskConfigurationListDefinition.member = Shapes::ShapeRef.new(shape: OtaTaskConfigurationSummary)
|
920
|
+
|
921
|
+
OtaTaskConfigurationSummary.add_member(:task_configuration_id, Shapes::ShapeRef.new(shape: OtaTaskConfigurationId, location_name: "TaskConfigurationId"))
|
922
|
+
OtaTaskConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: OtaTaskConfigurationName, location_name: "Name"))
|
923
|
+
OtaTaskConfigurationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
|
924
|
+
OtaTaskConfigurationSummary.struct_class = Types::OtaTaskConfigurationSummary
|
925
|
+
|
926
|
+
OtaTaskExecutionRetryConfig.add_member(:retry_config_criteria, Shapes::ShapeRef.new(shape: RetryConfigCriteriaList, location_name: "RetryConfigCriteria"))
|
927
|
+
OtaTaskExecutionRetryConfig.struct_class = Types::OtaTaskExecutionRetryConfig
|
928
|
+
|
929
|
+
OtaTaskExecutionRolloutConfig.add_member(:exponential_rollout_rate, Shapes::ShapeRef.new(shape: ExponentialRolloutRate, location_name: "ExponentialRolloutRate"))
|
930
|
+
OtaTaskExecutionRolloutConfig.add_member(:maximum_per_minute, Shapes::ShapeRef.new(shape: MaximumPerMinute, location_name: "MaximumPerMinute"))
|
931
|
+
OtaTaskExecutionRolloutConfig.struct_class = Types::OtaTaskExecutionRolloutConfig
|
932
|
+
|
933
|
+
OtaTaskExecutionSummaries.add_member(:task_execution_summary, Shapes::ShapeRef.new(shape: OtaTaskExecutionSummary, location_name: "TaskExecutionSummary"))
|
934
|
+
OtaTaskExecutionSummaries.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "ManagedThingId"))
|
935
|
+
OtaTaskExecutionSummaries.struct_class = Types::OtaTaskExecutionSummaries
|
936
|
+
|
937
|
+
OtaTaskExecutionSummariesListDefinition.member = Shapes::ShapeRef.new(shape: OtaTaskExecutionSummaries)
|
938
|
+
|
939
|
+
OtaTaskExecutionSummary.add_member(:execution_number, Shapes::ShapeRef.new(shape: ExecutionNumber, location_name: "ExecutionNumber"))
|
940
|
+
OtaTaskExecutionSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "LastUpdatedAt"))
|
941
|
+
OtaTaskExecutionSummary.add_member(:queued_at, Shapes::ShapeRef.new(shape: QueuedAt, location_name: "QueuedAt"))
|
942
|
+
OtaTaskExecutionSummary.add_member(:retry_attempt, Shapes::ShapeRef.new(shape: RetryAttempt, location_name: "RetryAttempt"))
|
943
|
+
OtaTaskExecutionSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "StartedAt"))
|
944
|
+
OtaTaskExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: OtaTaskExecutionStatus, location_name: "Status"))
|
945
|
+
OtaTaskExecutionSummary.struct_class = Types::OtaTaskExecutionSummary
|
946
|
+
|
947
|
+
OtaTaskListDefinition.member = Shapes::ShapeRef.new(shape: OtaTaskSummary)
|
948
|
+
|
949
|
+
OtaTaskSchedulingConfig.add_member(:end_behavior, Shapes::ShapeRef.new(shape: SchedulingConfigEndBehavior, location_name: "EndBehavior"))
|
950
|
+
OtaTaskSchedulingConfig.add_member(:end_time, Shapes::ShapeRef.new(shape: EndTime, location_name: "EndTime"))
|
951
|
+
OtaTaskSchedulingConfig.add_member(:maintenance_windows, Shapes::ShapeRef.new(shape: ScheduleMaintenanceWindowList, location_name: "MaintenanceWindows"))
|
952
|
+
OtaTaskSchedulingConfig.add_member(:start_time, Shapes::ShapeRef.new(shape: ScheduleStartTime, location_name: "StartTime"))
|
953
|
+
OtaTaskSchedulingConfig.struct_class = Types::OtaTaskSchedulingConfig
|
954
|
+
|
955
|
+
OtaTaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: OtaTaskId, location_name: "TaskId"))
|
956
|
+
OtaTaskSummary.add_member(:task_arn, Shapes::ShapeRef.new(shape: OtaTaskArn, location_name: "TaskArn"))
|
957
|
+
OtaTaskSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
|
958
|
+
OtaTaskSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "LastUpdatedAt"))
|
959
|
+
OtaTaskSummary.add_member(:task_configuration_id, Shapes::ShapeRef.new(shape: OtaTaskConfigurationId, location_name: "TaskConfigurationId"))
|
960
|
+
OtaTaskSummary.add_member(:status, Shapes::ShapeRef.new(shape: OtaStatus, location_name: "Status"))
|
961
|
+
OtaTaskSummary.struct_class = Types::OtaTaskSummary
|
962
|
+
|
963
|
+
OtaTaskTimeoutConfig.add_member(:in_progress_timeout_in_minutes, Shapes::ShapeRef.new(shape: InProgressTimeoutInMinutes, location_name: "InProgressTimeoutInMinutes"))
|
964
|
+
OtaTaskTimeoutConfig.struct_class = Types::OtaTaskTimeoutConfig
|
965
|
+
|
966
|
+
ProvisioningProfileListDefinition.member = Shapes::ShapeRef.new(shape: ProvisioningProfileSummary)
|
967
|
+
|
968
|
+
ProvisioningProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningProfileName, location_name: "Name"))
|
969
|
+
ProvisioningProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: ProvisioningProfileId, location_name: "Id"))
|
970
|
+
ProvisioningProfileSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ProvisioningProfileArn, location_name: "Arn"))
|
971
|
+
ProvisioningProfileSummary.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
972
|
+
ProvisioningProfileSummary.struct_class = Types::ProvisioningProfileSummary
|
973
|
+
|
974
|
+
PushConfig.add_member(:abort_config, Shapes::ShapeRef.new(shape: OtaTaskAbortConfig, location_name: "AbortConfig"))
|
975
|
+
PushConfig.add_member(:rollout_config, Shapes::ShapeRef.new(shape: OtaTaskExecutionRolloutConfig, location_name: "RolloutConfig"))
|
976
|
+
PushConfig.add_member(:timeout_config, Shapes::ShapeRef.new(shape: OtaTaskTimeoutConfig, location_name: "TimeoutConfig"))
|
977
|
+
PushConfig.struct_class = Types::PushConfig
|
978
|
+
|
979
|
+
PutDefaultEncryptionConfigurationRequest.add_member(:encryption_type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "encryptionType"))
|
980
|
+
PutDefaultEncryptionConfigurationRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
981
|
+
PutDefaultEncryptionConfigurationRequest.struct_class = Types::PutDefaultEncryptionConfigurationRequest
|
982
|
+
|
983
|
+
PutDefaultEncryptionConfigurationResponse.add_member(:configuration_status, Shapes::ShapeRef.new(shape: ConfigurationStatus, required: true, location_name: "configurationStatus"))
|
984
|
+
PutDefaultEncryptionConfigurationResponse.add_member(:encryption_type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "encryptionType"))
|
985
|
+
PutDefaultEncryptionConfigurationResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
986
|
+
PutDefaultEncryptionConfigurationResponse.struct_class = Types::PutDefaultEncryptionConfigurationResponse
|
987
|
+
|
988
|
+
PutHubConfigurationRequest.add_member(:hub_token_timer_expiry_setting_in_seconds, Shapes::ShapeRef.new(shape: HubTokenTimerExpirySettingInSeconds, required: true, location_name: "HubTokenTimerExpirySettingInSeconds"))
|
989
|
+
PutHubConfigurationRequest.struct_class = Types::PutHubConfigurationRequest
|
990
|
+
|
991
|
+
PutHubConfigurationResponse.add_member(:hub_token_timer_expiry_setting_in_seconds, Shapes::ShapeRef.new(shape: HubTokenTimerExpirySettingInSeconds, location_name: "HubTokenTimerExpirySettingInSeconds"))
|
992
|
+
PutHubConfigurationResponse.struct_class = Types::PutHubConfigurationResponse
|
993
|
+
|
994
|
+
PutRuntimeLogConfigurationRequest.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "ManagedThingId"))
|
995
|
+
PutRuntimeLogConfigurationRequest.add_member(:runtime_log_configurations, Shapes::ShapeRef.new(shape: RuntimeLogConfigurations, required: true, location_name: "RuntimeLogConfigurations"))
|
996
|
+
PutRuntimeLogConfigurationRequest.struct_class = Types::PutRuntimeLogConfigurationRequest
|
997
|
+
|
998
|
+
RegisterCustomEndpointRequest.struct_class = Types::RegisterCustomEndpointRequest
|
999
|
+
|
1000
|
+
RegisterCustomEndpointResponse.add_member(:endpoint_address, Shapes::ShapeRef.new(shape: EndpointAddress, required: true, location_name: "EndpointAddress"))
|
1001
|
+
RegisterCustomEndpointResponse.struct_class = Types::RegisterCustomEndpointResponse
|
1002
|
+
|
1003
|
+
ResetRuntimeLogConfigurationRequest.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "ManagedThingId"))
|
1004
|
+
ResetRuntimeLogConfigurationRequest.struct_class = Types::ResetRuntimeLogConfigurationRequest
|
1005
|
+
|
1006
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1007
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1008
|
+
|
1009
|
+
RetryConfigCriteria.add_member(:failure_type, Shapes::ShapeRef.new(shape: RetryCriteriaFailureType, location_name: "FailureType"))
|
1010
|
+
RetryConfigCriteria.add_member(:min_number_of_retries, Shapes::ShapeRef.new(shape: MinNumberOfRetries, location_name: "MinNumberOfRetries"))
|
1011
|
+
RetryConfigCriteria.struct_class = Types::RetryConfigCriteria
|
1012
|
+
|
1013
|
+
RetryConfigCriteriaList.member = Shapes::ShapeRef.new(shape: RetryConfigCriteria)
|
1014
|
+
|
1015
|
+
RolloutRateIncreaseCriteria.add_member(:number_of_notified_things, Shapes::ShapeRef.new(shape: NumberOfNotifiedThings, location_name: "numberOfNotifiedThings"))
|
1016
|
+
RolloutRateIncreaseCriteria.add_member(:number_of_succeeded_things, Shapes::ShapeRef.new(shape: NumberOfSucceededThings, location_name: "numberOfSucceededThings"))
|
1017
|
+
RolloutRateIncreaseCriteria.struct_class = Types::RolloutRateIncreaseCriteria
|
1018
|
+
|
1019
|
+
RuntimeLogConfigurations.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "LogLevel"))
|
1020
|
+
RuntimeLogConfigurations.add_member(:log_flush_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "LogFlushLevel"))
|
1021
|
+
RuntimeLogConfigurations.add_member(:local_store_location, Shapes::ShapeRef.new(shape: LocalStoreLocation, location_name: "LocalStoreLocation"))
|
1022
|
+
RuntimeLogConfigurations.add_member(:local_store_file_rotation_max_files, Shapes::ShapeRef.new(shape: LocalStoreFileRotationMaxFiles, location_name: "LocalStoreFileRotationMaxFiles"))
|
1023
|
+
RuntimeLogConfigurations.add_member(:local_store_file_rotation_max_bytes, Shapes::ShapeRef.new(shape: LocalStoreFileRotationMaxBytes, location_name: "LocalStoreFileRotationMaxBytes"))
|
1024
|
+
RuntimeLogConfigurations.add_member(:upload_log, Shapes::ShapeRef.new(shape: UploadLog, location_name: "UploadLog"))
|
1025
|
+
RuntimeLogConfigurations.add_member(:upload_period_minutes, Shapes::ShapeRef.new(shape: UploadPeriodMinutes, location_name: "UploadPeriodMinutes"))
|
1026
|
+
RuntimeLogConfigurations.add_member(:delete_local_store_after_upload, Shapes::ShapeRef.new(shape: DeleteLocalStoreAfterUpload, location_name: "DeleteLocalStoreAfterUpload"))
|
1027
|
+
RuntimeLogConfigurations.struct_class = Types::RuntimeLogConfigurations
|
1028
|
+
|
1029
|
+
ScheduleMaintenanceWindow.add_member(:duration_in_minutes, Shapes::ShapeRef.new(shape: DurationInMinutes, location_name: "DurationInMinutes"))
|
1030
|
+
ScheduleMaintenanceWindow.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, location_name: "StartTime"))
|
1031
|
+
ScheduleMaintenanceWindow.struct_class = Types::ScheduleMaintenanceWindow
|
1032
|
+
|
1033
|
+
ScheduleMaintenanceWindowList.member = Shapes::ShapeRef.new(shape: ScheduleMaintenanceWindow)
|
1034
|
+
|
1035
|
+
SchemaVersionList.member = Shapes::ShapeRef.new(shape: SchemaVersionListItem)
|
1036
|
+
|
1037
|
+
SchemaVersionListItem.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
|
1038
|
+
SchemaVersionListItem.add_member(:type, Shapes::ShapeRef.new(shape: SchemaVersionType, location_name: "Type"))
|
1039
|
+
SchemaVersionListItem.add_member(:description, Shapes::ShapeRef.new(shape: SchemaVersionDescription, location_name: "Description"))
|
1040
|
+
SchemaVersionListItem.add_member(:namespace, Shapes::ShapeRef.new(shape: SchemaVersionNamespaceName, location_name: "Namespace"))
|
1041
|
+
SchemaVersionListItem.add_member(:semantic_version, Shapes::ShapeRef.new(shape: SchemaVersionVersion, location_name: "SemanticVersion"))
|
1042
|
+
SchemaVersionListItem.add_member(:visibility, Shapes::ShapeRef.new(shape: SchemaVersionVisibility, location_name: "Visibility"))
|
1043
|
+
SchemaVersionListItem.struct_class = Types::SchemaVersionListItem
|
1044
|
+
|
1045
|
+
SendManagedThingCommandRequest.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "ManagedThingId"))
|
1046
|
+
SendManagedThingCommandRequest.add_member(:endpoints, Shapes::ShapeRef.new(shape: CommandEndpoints, required: true, location_name: "Endpoints"))
|
1047
|
+
SendManagedThingCommandRequest.add_member(:connector_association_id, Shapes::ShapeRef.new(shape: ConnectorAssociationId, location_name: "ConnectorAssociationId"))
|
1048
|
+
SendManagedThingCommandRequest.struct_class = Types::SendManagedThingCommandRequest
|
1049
|
+
|
1050
|
+
SendManagedThingCommandResponse.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "TraceId"))
|
1051
|
+
SendManagedThingCommandResponse.struct_class = Types::SendManagedThingCommandResponse
|
1052
|
+
|
1053
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1054
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
1055
|
+
|
1056
|
+
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1057
|
+
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
1058
|
+
|
1059
|
+
StartDeviceDiscoveryRequest.add_member(:discovery_type, Shapes::ShapeRef.new(shape: DiscoveryType, required: true, location_name: "DiscoveryType"))
|
1060
|
+
StartDeviceDiscoveryRequest.add_member(:controller_identifier, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "ControllerIdentifier"))
|
1061
|
+
StartDeviceDiscoveryRequest.add_member(:connector_association_identifier, Shapes::ShapeRef.new(shape: ConnectorAssociationId, location_name: "ConnectorAssociationIdentifier"))
|
1062
|
+
StartDeviceDiscoveryRequest.add_member(:authentication_material, Shapes::ShapeRef.new(shape: DiscoveryAuthMaterialString, location_name: "AuthenticationMaterial"))
|
1063
|
+
StartDeviceDiscoveryRequest.add_member(:authentication_material_type, Shapes::ShapeRef.new(shape: DiscoveryAuthMaterialType, location_name: "AuthenticationMaterialType"))
|
1064
|
+
StartDeviceDiscoveryRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
|
1065
|
+
StartDeviceDiscoveryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1066
|
+
StartDeviceDiscoveryRequest.struct_class = Types::StartDeviceDiscoveryRequest
|
1067
|
+
|
1068
|
+
StartDeviceDiscoveryResponse.add_member(:id, Shapes::ShapeRef.new(shape: DeviceDiscoveryId, location_name: "Id"))
|
1069
|
+
StartDeviceDiscoveryResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DiscoveryStartedAt, location_name: "StartedAt"))
|
1070
|
+
StartDeviceDiscoveryResponse.struct_class = Types::StartDeviceDiscoveryResponse
|
1071
|
+
|
1072
|
+
StateCapabilities.member = Shapes::ShapeRef.new(shape: StateCapability)
|
1073
|
+
|
1074
|
+
StateCapability.add_member(:id, Shapes::ShapeRef.new(shape: SchemaVersionedId, required: true, location_name: "id"))
|
1075
|
+
StateCapability.add_member(:name, Shapes::ShapeRef.new(shape: CapabilityName, required: true, location_name: "name"))
|
1076
|
+
StateCapability.add_member(:version, Shapes::ShapeRef.new(shape: CapabilityVersion, required: true, location_name: "version"))
|
1077
|
+
StateCapability.add_member(:properties, Shapes::ShapeRef.new(shape: CapabilityProperties, location_name: "properties"))
|
1078
|
+
StateCapability.struct_class = Types::StateCapability
|
1079
|
+
|
1080
|
+
StateEndpoint.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, required: true, location_name: "endpointId"))
|
1081
|
+
StateEndpoint.add_member(:capabilities, Shapes::ShapeRef.new(shape: StateCapabilities, required: true, location_name: "capabilities"))
|
1082
|
+
StateEndpoint.struct_class = Types::StateEndpoint
|
1083
|
+
|
1084
|
+
StateEndpoints.member = Shapes::ShapeRef.new(shape: StateEndpoint)
|
1085
|
+
|
1086
|
+
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
1087
|
+
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
1088
|
+
|
1089
|
+
Target.member = Shapes::ShapeRef.new(shape: String)
|
1090
|
+
|
1091
|
+
TaskProcessingDetails.add_member(:number_of_canceled_things, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfCanceledThings"))
|
1092
|
+
TaskProcessingDetails.add_member(:number_of_failed_things, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfFailedThings"))
|
1093
|
+
TaskProcessingDetails.add_member(:number_of_in_progress_things, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfInProgressThings"))
|
1094
|
+
TaskProcessingDetails.add_member(:number_of_queued_things, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfQueuedThings"))
|
1095
|
+
TaskProcessingDetails.add_member(:number_of_rejected_things, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfRejectedThings"))
|
1096
|
+
TaskProcessingDetails.add_member(:number_of_removed_things, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfRemovedThings"))
|
1097
|
+
TaskProcessingDetails.add_member(:number_of_succeeded_things, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfSucceededThings"))
|
1098
|
+
TaskProcessingDetails.add_member(:number_of_timed_out_things, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfTimedOutThings"))
|
1099
|
+
TaskProcessingDetails.add_member(:processing_targets, Shapes::ShapeRef.new(shape: Target, location_name: "processingTargets"))
|
1100
|
+
TaskProcessingDetails.struct_class = Types::TaskProcessingDetails
|
1101
|
+
|
1102
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1103
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
1104
|
+
|
1105
|
+
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1106
|
+
UnauthorizedException.struct_class = Types::UnauthorizedException
|
1107
|
+
|
1108
|
+
UpdateDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location: "uri", location_name: "Name"))
|
1109
|
+
UpdateDestinationRequest.add_member(:delivery_destination_arn, Shapes::ShapeRef.new(shape: DeliveryDestinationArn, location_name: "DeliveryDestinationArn"))
|
1110
|
+
UpdateDestinationRequest.add_member(:delivery_destination_type, Shapes::ShapeRef.new(shape: DeliveryDestinationType, location_name: "DeliveryDestinationType"))
|
1111
|
+
UpdateDestinationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: DeliveryDestinationRoleArn, location_name: "RoleArn"))
|
1112
|
+
UpdateDestinationRequest.add_member(:description, Shapes::ShapeRef.new(shape: DestinationDescription, location_name: "Description"))
|
1113
|
+
UpdateDestinationRequest.struct_class = Types::UpdateDestinationRequest
|
1114
|
+
|
1115
|
+
UpdateEventLogConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: LogConfigurationId, required: true, location: "uri", location_name: "Id"))
|
1116
|
+
UpdateEventLogConfigurationRequest.add_member(:event_log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "EventLogLevel"))
|
1117
|
+
UpdateEventLogConfigurationRequest.struct_class = Types::UpdateEventLogConfigurationRequest
|
1118
|
+
|
1119
|
+
UpdateManagedThingRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "Identifier"))
|
1120
|
+
UpdateManagedThingRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
|
1121
|
+
UpdateManagedThingRequest.add_member(:credential_locker_id, Shapes::ShapeRef.new(shape: CredentialLockerId, location_name: "CredentialLockerId"))
|
1122
|
+
UpdateManagedThingRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: SerialNumber, location_name: "SerialNumber"))
|
1123
|
+
UpdateManagedThingRequest.add_member(:brand, Shapes::ShapeRef.new(shape: Brand, location_name: "Brand"))
|
1124
|
+
UpdateManagedThingRequest.add_member(:model, Shapes::ShapeRef.new(shape: Model, location_name: "Model"))
|
1125
|
+
UpdateManagedThingRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
1126
|
+
UpdateManagedThingRequest.add_member(:capability_report, Shapes::ShapeRef.new(shape: CapabilityReport, location_name: "CapabilityReport"))
|
1127
|
+
UpdateManagedThingRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
1128
|
+
UpdateManagedThingRequest.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, location_name: "Classification"))
|
1129
|
+
UpdateManagedThingRequest.add_member(:hub_network_mode, Shapes::ShapeRef.new(shape: HubNetworkMode, location_name: "HubNetworkMode"))
|
1130
|
+
UpdateManagedThingRequest.add_member(:meta_data, Shapes::ShapeRef.new(shape: MetaData, location_name: "MetaData"))
|
1131
|
+
UpdateManagedThingRequest.struct_class = Types::UpdateManagedThingRequest
|
1132
|
+
|
1133
|
+
UpdateNotificationConfigurationRequest.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, required: true, location: "uri", location_name: "EventType"))
|
1134
|
+
UpdateNotificationConfigurationRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "DestinationName"))
|
1135
|
+
UpdateNotificationConfigurationRequest.struct_class = Types::UpdateNotificationConfigurationRequest
|
1136
|
+
|
1137
|
+
UpdateOtaTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OtaTaskId, required: true, location: "uri", location_name: "Identifier"))
|
1138
|
+
UpdateOtaTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: OtaDescription, location_name: "Description"))
|
1139
|
+
UpdateOtaTaskRequest.add_member(:task_configuration_id, Shapes::ShapeRef.new(shape: OtaTaskConfigurationId, location_name: "TaskConfigurationId"))
|
1140
|
+
UpdateOtaTaskRequest.struct_class = Types::UpdateOtaTaskRequest
|
1141
|
+
|
1142
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1143
|
+
ValidationException.struct_class = Types::ValidationException
|
1144
|
+
|
1145
|
+
|
1146
|
+
# @api private
|
1147
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
1148
|
+
|
1149
|
+
api.version = "2025-03-03"
|
1150
|
+
|
1151
|
+
api.metadata = {
|
1152
|
+
"apiVersion" => "2025-03-03",
|
1153
|
+
"auth" => ["aws.auth#sigv4"],
|
1154
|
+
"endpointPrefix" => "api.iotmanagedintegrations",
|
1155
|
+
"protocol" => "rest-json",
|
1156
|
+
"protocols" => ["rest-json"],
|
1157
|
+
"serviceFullName" => "Managed integrations for AWS IoT Device Management",
|
1158
|
+
"serviceId" => "IoT Managed Integrations",
|
1159
|
+
"signatureVersion" => "v4",
|
1160
|
+
"signingName" => "iotmanagedintegrations",
|
1161
|
+
"uid" => "iot-managed-integrations-2025-03-03",
|
1162
|
+
}
|
1163
|
+
|
1164
|
+
api.add_operation(:create_credential_locker, Seahorse::Model::Operation.new.tap do |o|
|
1165
|
+
o.name = "CreateCredentialLocker"
|
1166
|
+
o.http_method = "POST"
|
1167
|
+
o.http_request_uri = "/credential-lockers"
|
1168
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCredentialLockerRequest)
|
1169
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCredentialLockerResponse)
|
1170
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1171
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1172
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1173
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1174
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1175
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1176
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1177
|
+
end)
|
1178
|
+
|
1179
|
+
api.add_operation(:create_destination, Seahorse::Model::Operation.new.tap do |o|
|
1180
|
+
o.name = "CreateDestination"
|
1181
|
+
o.http_method = "POST"
|
1182
|
+
o.http_request_uri = "/destinations"
|
1183
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDestinationRequest)
|
1184
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDestinationResponse)
|
1185
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1186
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1187
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1188
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1189
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1190
|
+
end)
|
1191
|
+
|
1192
|
+
api.add_operation(:create_event_log_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1193
|
+
o.name = "CreateEventLogConfiguration"
|
1194
|
+
o.http_method = "POST"
|
1195
|
+
o.http_request_uri = "/event-log-configurations"
|
1196
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEventLogConfigurationRequest)
|
1197
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEventLogConfigurationResponse)
|
1198
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1199
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1200
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1201
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1202
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1203
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1204
|
+
end)
|
1205
|
+
|
1206
|
+
api.add_operation(:create_managed_thing, Seahorse::Model::Operation.new.tap do |o|
|
1207
|
+
o.name = "CreateManagedThing"
|
1208
|
+
o.http_method = "POST"
|
1209
|
+
o.http_request_uri = "/managed-things"
|
1210
|
+
o.input = Shapes::ShapeRef.new(shape: CreateManagedThingRequest)
|
1211
|
+
o.output = Shapes::ShapeRef.new(shape: CreateManagedThingResponse)
|
1212
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1213
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1214
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1215
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1216
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1217
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1218
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1219
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1220
|
+
end)
|
1221
|
+
|
1222
|
+
api.add_operation(:create_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1223
|
+
o.name = "CreateNotificationConfiguration"
|
1224
|
+
o.http_method = "POST"
|
1225
|
+
o.http_request_uri = "/notification-configurations"
|
1226
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNotificationConfigurationRequest)
|
1227
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNotificationConfigurationResponse)
|
1228
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1229
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1230
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1231
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1232
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1233
|
+
end)
|
1234
|
+
|
1235
|
+
api.add_operation(:create_ota_task, Seahorse::Model::Operation.new.tap do |o|
|
1236
|
+
o.name = "CreateOtaTask"
|
1237
|
+
o.http_method = "POST"
|
1238
|
+
o.http_request_uri = "/ota-tasks"
|
1239
|
+
o.input = Shapes::ShapeRef.new(shape: CreateOtaTaskRequest)
|
1240
|
+
o.output = Shapes::ShapeRef.new(shape: CreateOtaTaskResponse)
|
1241
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1242
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1243
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1244
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1245
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1246
|
+
end)
|
1247
|
+
|
1248
|
+
api.add_operation(:create_ota_task_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1249
|
+
o.name = "CreateOtaTaskConfiguration"
|
1250
|
+
o.http_method = "POST"
|
1251
|
+
o.http_request_uri = "/ota-task-configurations"
|
1252
|
+
o.input = Shapes::ShapeRef.new(shape: CreateOtaTaskConfigurationRequest)
|
1253
|
+
o.output = Shapes::ShapeRef.new(shape: CreateOtaTaskConfigurationResponse)
|
1254
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1255
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1256
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1257
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1258
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1259
|
+
end)
|
1260
|
+
|
1261
|
+
api.add_operation(:create_provisioning_profile, Seahorse::Model::Operation.new.tap do |o|
|
1262
|
+
o.name = "CreateProvisioningProfile"
|
1263
|
+
o.http_method = "POST"
|
1264
|
+
o.http_request_uri = "/provisioning-profiles"
|
1265
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProvisioningProfileRequest)
|
1266
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProvisioningProfileResponse)
|
1267
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1268
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1269
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1270
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1271
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1272
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1273
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1274
|
+
end)
|
1275
|
+
|
1276
|
+
api.add_operation(:delete_credential_locker, Seahorse::Model::Operation.new.tap do |o|
|
1277
|
+
o.name = "DeleteCredentialLocker"
|
1278
|
+
o.http_method = "DELETE"
|
1279
|
+
o.http_request_uri = "/credential-lockers/{Identifier}"
|
1280
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCredentialLockerRequest)
|
1281
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1282
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1283
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1284
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1285
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1286
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1287
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1288
|
+
end)
|
1289
|
+
|
1290
|
+
api.add_operation(:delete_destination, Seahorse::Model::Operation.new.tap do |o|
|
1291
|
+
o.name = "DeleteDestination"
|
1292
|
+
o.http_method = "DELETE"
|
1293
|
+
o.http_request_uri = "/destinations/{Name}"
|
1294
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDestinationRequest)
|
1295
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1296
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1297
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1298
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1299
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1300
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1301
|
+
end)
|
1302
|
+
|
1303
|
+
api.add_operation(:delete_event_log_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1304
|
+
o.name = "DeleteEventLogConfiguration"
|
1305
|
+
o.http_method = "DELETE"
|
1306
|
+
o.http_request_uri = "/event-log-configurations/{Id}"
|
1307
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEventLogConfigurationRequest)
|
1308
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1309
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1310
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1311
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1312
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1313
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1314
|
+
end)
|
1315
|
+
|
1316
|
+
api.add_operation(:delete_managed_thing, Seahorse::Model::Operation.new.tap do |o|
|
1317
|
+
o.name = "DeleteManagedThing"
|
1318
|
+
o.http_method = "DELETE"
|
1319
|
+
o.http_request_uri = "/managed-things/{Identifier}"
|
1320
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteManagedThingRequest)
|
1321
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1322
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1324
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1326
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1327
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1328
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1329
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1330
|
+
end)
|
1331
|
+
|
1332
|
+
api.add_operation(:delete_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1333
|
+
o.name = "DeleteNotificationConfiguration"
|
1334
|
+
o.http_method = "DELETE"
|
1335
|
+
o.http_request_uri = "/notification-configurations/{EventType}"
|
1336
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNotificationConfigurationRequest)
|
1337
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1338
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1339
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1340
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1341
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1342
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1343
|
+
end)
|
1344
|
+
|
1345
|
+
api.add_operation(:delete_ota_task, Seahorse::Model::Operation.new.tap do |o|
|
1346
|
+
o.name = "DeleteOtaTask"
|
1347
|
+
o.http_method = "DELETE"
|
1348
|
+
o.http_request_uri = "/ota-tasks/{Identifier}"
|
1349
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteOtaTaskRequest)
|
1350
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1351
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1353
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1354
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1355
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1356
|
+
end)
|
1357
|
+
|
1358
|
+
api.add_operation(:delete_ota_task_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1359
|
+
o.name = "DeleteOtaTaskConfiguration"
|
1360
|
+
o.http_method = "DELETE"
|
1361
|
+
o.http_request_uri = "/ota-task-configurations/{Identifier}"
|
1362
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteOtaTaskConfigurationRequest)
|
1363
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1364
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1365
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1366
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1367
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1368
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1369
|
+
end)
|
1370
|
+
|
1371
|
+
api.add_operation(:delete_provisioning_profile, Seahorse::Model::Operation.new.tap do |o|
|
1372
|
+
o.name = "DeleteProvisioningProfile"
|
1373
|
+
o.http_method = "DELETE"
|
1374
|
+
o.http_request_uri = "/provisioning-profiles/{Identifier}"
|
1375
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProvisioningProfileRequest)
|
1376
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1377
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1378
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1379
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1380
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1381
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1382
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1383
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1384
|
+
end)
|
1385
|
+
|
1386
|
+
api.add_operation(:get_credential_locker, Seahorse::Model::Operation.new.tap do |o|
|
1387
|
+
o.name = "GetCredentialLocker"
|
1388
|
+
o.http_method = "GET"
|
1389
|
+
o.http_request_uri = "/credential-lockers/{Identifier}"
|
1390
|
+
o.input = Shapes::ShapeRef.new(shape: GetCredentialLockerRequest)
|
1391
|
+
o.output = Shapes::ShapeRef.new(shape: GetCredentialLockerResponse)
|
1392
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1393
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1394
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1395
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1396
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1397
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1398
|
+
end)
|
1399
|
+
|
1400
|
+
api.add_operation(:get_custom_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
1401
|
+
o.name = "GetCustomEndpoint"
|
1402
|
+
o.http_method = "GET"
|
1403
|
+
o.http_request_uri = "/custom-endpoint"
|
1404
|
+
o.input = Shapes::ShapeRef.new(shape: GetCustomEndpointRequest)
|
1405
|
+
o.output = Shapes::ShapeRef.new(shape: GetCustomEndpointResponse)
|
1406
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1407
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1408
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1409
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1410
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1411
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1412
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1413
|
+
end)
|
1414
|
+
|
1415
|
+
api.add_operation(:get_default_encryption_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1416
|
+
o.name = "GetDefaultEncryptionConfiguration"
|
1417
|
+
o.http_method = "GET"
|
1418
|
+
o.http_request_uri = "/configuration/account/encryption"
|
1419
|
+
o.input = Shapes::ShapeRef.new(shape: GetDefaultEncryptionConfigurationRequest)
|
1420
|
+
o.output = Shapes::ShapeRef.new(shape: GetDefaultEncryptionConfigurationResponse)
|
1421
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1422
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1423
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1424
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1425
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1426
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1427
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1428
|
+
end)
|
1429
|
+
|
1430
|
+
api.add_operation(:get_destination, Seahorse::Model::Operation.new.tap do |o|
|
1431
|
+
o.name = "GetDestination"
|
1432
|
+
o.http_method = "GET"
|
1433
|
+
o.http_request_uri = "/destinations/{Name}"
|
1434
|
+
o.input = Shapes::ShapeRef.new(shape: GetDestinationRequest)
|
1435
|
+
o.output = Shapes::ShapeRef.new(shape: GetDestinationResponse)
|
1436
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1437
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1438
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1439
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1440
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1441
|
+
end)
|
1442
|
+
|
1443
|
+
api.add_operation(:get_device_discovery, Seahorse::Model::Operation.new.tap do |o|
|
1444
|
+
o.name = "GetDeviceDiscovery"
|
1445
|
+
o.http_method = "GET"
|
1446
|
+
o.http_request_uri = "/device-discoveries/{Identifier}"
|
1447
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeviceDiscoveryRequest)
|
1448
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeviceDiscoveryResponse)
|
1449
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1450
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1451
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1452
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1453
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1454
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1455
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1456
|
+
end)
|
1457
|
+
|
1458
|
+
api.add_operation(:get_event_log_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1459
|
+
o.name = "GetEventLogConfiguration"
|
1460
|
+
o.http_method = "GET"
|
1461
|
+
o.http_request_uri = "/event-log-configurations/{Id}"
|
1462
|
+
o.input = Shapes::ShapeRef.new(shape: GetEventLogConfigurationRequest)
|
1463
|
+
o.output = Shapes::ShapeRef.new(shape: GetEventLogConfigurationResponse)
|
1464
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1465
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1466
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1469
|
+
end)
|
1470
|
+
|
1471
|
+
api.add_operation(:get_hub_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1472
|
+
o.name = "GetHubConfiguration"
|
1473
|
+
o.http_method = "GET"
|
1474
|
+
o.http_request_uri = "/hub-configuration"
|
1475
|
+
o.input = Shapes::ShapeRef.new(shape: GetHubConfigurationRequest)
|
1476
|
+
o.output = Shapes::ShapeRef.new(shape: GetHubConfigurationResponse)
|
1477
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1478
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1479
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1480
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1481
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1482
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1483
|
+
end)
|
1484
|
+
|
1485
|
+
api.add_operation(:get_managed_thing, Seahorse::Model::Operation.new.tap do |o|
|
1486
|
+
o.name = "GetManagedThing"
|
1487
|
+
o.http_method = "GET"
|
1488
|
+
o.http_request_uri = "/managed-things/{Identifier}"
|
1489
|
+
o.input = Shapes::ShapeRef.new(shape: GetManagedThingRequest)
|
1490
|
+
o.output = Shapes::ShapeRef.new(shape: GetManagedThingResponse)
|
1491
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1492
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1493
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1494
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1495
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1496
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1497
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1498
|
+
end)
|
1499
|
+
|
1500
|
+
api.add_operation(:get_managed_thing_capabilities, Seahorse::Model::Operation.new.tap do |o|
|
1501
|
+
o.name = "GetManagedThingCapabilities"
|
1502
|
+
o.http_method = "GET"
|
1503
|
+
o.http_request_uri = "/managed-things-capabilities/{Identifier}"
|
1504
|
+
o.input = Shapes::ShapeRef.new(shape: GetManagedThingCapabilitiesRequest)
|
1505
|
+
o.output = Shapes::ShapeRef.new(shape: GetManagedThingCapabilitiesResponse)
|
1506
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1507
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1508
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1509
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1510
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1511
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1512
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1513
|
+
end)
|
1514
|
+
|
1515
|
+
api.add_operation(:get_managed_thing_connectivity_data, Seahorse::Model::Operation.new.tap do |o|
|
1516
|
+
o.name = "GetManagedThingConnectivityData"
|
1517
|
+
o.http_method = "POST"
|
1518
|
+
o.http_request_uri = "/managed-things-connectivity-data/{Identifier}"
|
1519
|
+
o.input = Shapes::ShapeRef.new(shape: GetManagedThingConnectivityDataRequest)
|
1520
|
+
o.output = Shapes::ShapeRef.new(shape: GetManagedThingConnectivityDataResponse)
|
1521
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1522
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1523
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1524
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1525
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1526
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1527
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1528
|
+
end)
|
1529
|
+
|
1530
|
+
api.add_operation(:get_managed_thing_meta_data, Seahorse::Model::Operation.new.tap do |o|
|
1531
|
+
o.name = "GetManagedThingMetaData"
|
1532
|
+
o.http_method = "GET"
|
1533
|
+
o.http_request_uri = "/managed-things-metadata/{Identifier}"
|
1534
|
+
o.input = Shapes::ShapeRef.new(shape: GetManagedThingMetaDataRequest)
|
1535
|
+
o.output = Shapes::ShapeRef.new(shape: GetManagedThingMetaDataResponse)
|
1536
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1537
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1538
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1539
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1540
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1541
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1542
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1543
|
+
end)
|
1544
|
+
|
1545
|
+
api.add_operation(:get_managed_thing_state, Seahorse::Model::Operation.new.tap do |o|
|
1546
|
+
o.name = "GetManagedThingState"
|
1547
|
+
o.http_method = "GET"
|
1548
|
+
o.http_request_uri = "/managed-thing-states/{ManagedThingId}"
|
1549
|
+
o.input = Shapes::ShapeRef.new(shape: GetManagedThingStateRequest)
|
1550
|
+
o.output = Shapes::ShapeRef.new(shape: GetManagedThingStateResponse)
|
1551
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1552
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1553
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1554
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1555
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1556
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1557
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1558
|
+
end)
|
1559
|
+
|
1560
|
+
api.add_operation(:get_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1561
|
+
o.name = "GetNotificationConfiguration"
|
1562
|
+
o.http_method = "GET"
|
1563
|
+
o.http_request_uri = "/notification-configurations/{EventType}"
|
1564
|
+
o.input = Shapes::ShapeRef.new(shape: GetNotificationConfigurationRequest)
|
1565
|
+
o.output = Shapes::ShapeRef.new(shape: GetNotificationConfigurationResponse)
|
1566
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1567
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1568
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1569
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1570
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1571
|
+
end)
|
1572
|
+
|
1573
|
+
api.add_operation(:get_ota_task, Seahorse::Model::Operation.new.tap do |o|
|
1574
|
+
o.name = "GetOtaTask"
|
1575
|
+
o.http_method = "GET"
|
1576
|
+
o.http_request_uri = "/ota-tasks/{Identifier}"
|
1577
|
+
o.input = Shapes::ShapeRef.new(shape: GetOtaTaskRequest)
|
1578
|
+
o.output = Shapes::ShapeRef.new(shape: GetOtaTaskResponse)
|
1579
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1580
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1581
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1582
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1583
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1584
|
+
end)
|
1585
|
+
|
1586
|
+
api.add_operation(:get_ota_task_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1587
|
+
o.name = "GetOtaTaskConfiguration"
|
1588
|
+
o.http_method = "GET"
|
1589
|
+
o.http_request_uri = "/ota-task-configurations/{Identifier}"
|
1590
|
+
o.input = Shapes::ShapeRef.new(shape: GetOtaTaskConfigurationRequest)
|
1591
|
+
o.output = Shapes::ShapeRef.new(shape: GetOtaTaskConfigurationResponse)
|
1592
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1593
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1594
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1595
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1596
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1597
|
+
end)
|
1598
|
+
|
1599
|
+
api.add_operation(:get_provisioning_profile, Seahorse::Model::Operation.new.tap do |o|
|
1600
|
+
o.name = "GetProvisioningProfile"
|
1601
|
+
o.http_method = "GET"
|
1602
|
+
o.http_request_uri = "/provisioning-profiles/{Identifier}"
|
1603
|
+
o.input = Shapes::ShapeRef.new(shape: GetProvisioningProfileRequest)
|
1604
|
+
o.output = Shapes::ShapeRef.new(shape: GetProvisioningProfileResponse)
|
1605
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1606
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1607
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1608
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1609
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1610
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1611
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1612
|
+
end)
|
1613
|
+
|
1614
|
+
api.add_operation(:get_runtime_log_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1615
|
+
o.name = "GetRuntimeLogConfiguration"
|
1616
|
+
o.http_method = "GET"
|
1617
|
+
o.http_request_uri = "/runtime-log-configurations/{ManagedThingId}"
|
1618
|
+
o.input = Shapes::ShapeRef.new(shape: GetRuntimeLogConfigurationRequest)
|
1619
|
+
o.output = Shapes::ShapeRef.new(shape: GetRuntimeLogConfigurationResponse)
|
1620
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1621
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1622
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1623
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1624
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1625
|
+
end)
|
1626
|
+
|
1627
|
+
api.add_operation(:get_schema_version, Seahorse::Model::Operation.new.tap do |o|
|
1628
|
+
o.name = "GetSchemaVersion"
|
1629
|
+
o.http_method = "GET"
|
1630
|
+
o.http_request_uri = "/schema-versions/{Type}/{SchemaVersionedId}"
|
1631
|
+
o.input = Shapes::ShapeRef.new(shape: GetSchemaVersionRequest)
|
1632
|
+
o.output = Shapes::ShapeRef.new(shape: GetSchemaVersionResponse)
|
1633
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1634
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1635
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1636
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1637
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1638
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1639
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1640
|
+
end)
|
1641
|
+
|
1642
|
+
api.add_operation(:list_credential_lockers, Seahorse::Model::Operation.new.tap do |o|
|
1643
|
+
o.name = "ListCredentialLockers"
|
1644
|
+
o.http_method = "GET"
|
1645
|
+
o.http_request_uri = "/credential-lockers"
|
1646
|
+
o.input = Shapes::ShapeRef.new(shape: ListCredentialLockersRequest)
|
1647
|
+
o.output = Shapes::ShapeRef.new(shape: ListCredentialLockersResponse)
|
1648
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1649
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1650
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1651
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1652
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1653
|
+
o[:pager] = Aws::Pager.new(
|
1654
|
+
limit_key: "max_results",
|
1655
|
+
tokens: {
|
1656
|
+
"next_token" => "next_token"
|
1657
|
+
}
|
1658
|
+
)
|
1659
|
+
end)
|
1660
|
+
|
1661
|
+
api.add_operation(:list_destinations, Seahorse::Model::Operation.new.tap do |o|
|
1662
|
+
o.name = "ListDestinations"
|
1663
|
+
o.http_method = "GET"
|
1664
|
+
o.http_request_uri = "/destinations"
|
1665
|
+
o.input = Shapes::ShapeRef.new(shape: ListDestinationsRequest)
|
1666
|
+
o.output = Shapes::ShapeRef.new(shape: ListDestinationsResponse)
|
1667
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1668
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1669
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1670
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1671
|
+
o[:pager] = Aws::Pager.new(
|
1672
|
+
limit_key: "max_results",
|
1673
|
+
tokens: {
|
1674
|
+
"next_token" => "next_token"
|
1675
|
+
}
|
1676
|
+
)
|
1677
|
+
end)
|
1678
|
+
|
1679
|
+
api.add_operation(:list_event_log_configurations, Seahorse::Model::Operation.new.tap do |o|
|
1680
|
+
o.name = "ListEventLogConfigurations"
|
1681
|
+
o.http_method = "GET"
|
1682
|
+
o.http_request_uri = "/event-log-configurations"
|
1683
|
+
o.input = Shapes::ShapeRef.new(shape: ListEventLogConfigurationsRequest)
|
1684
|
+
o.output = Shapes::ShapeRef.new(shape: ListEventLogConfigurationsResponse)
|
1685
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1686
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1687
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1688
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1689
|
+
o[:pager] = Aws::Pager.new(
|
1690
|
+
limit_key: "max_results",
|
1691
|
+
tokens: {
|
1692
|
+
"next_token" => "next_token"
|
1693
|
+
}
|
1694
|
+
)
|
1695
|
+
end)
|
1696
|
+
|
1697
|
+
api.add_operation(:list_managed_thing_schemas, Seahorse::Model::Operation.new.tap do |o|
|
1698
|
+
o.name = "ListManagedThingSchemas"
|
1699
|
+
o.http_method = "GET"
|
1700
|
+
o.http_request_uri = "/managed-thing-schemas/{Identifier}"
|
1701
|
+
o.input = Shapes::ShapeRef.new(shape: ListManagedThingSchemasRequest)
|
1702
|
+
o.output = Shapes::ShapeRef.new(shape: ListManagedThingSchemasResponse)
|
1703
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1704
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1705
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1706
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1707
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1708
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1709
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1710
|
+
o[:pager] = Aws::Pager.new(
|
1711
|
+
limit_key: "max_results",
|
1712
|
+
tokens: {
|
1713
|
+
"next_token" => "next_token"
|
1714
|
+
}
|
1715
|
+
)
|
1716
|
+
end)
|
1717
|
+
|
1718
|
+
api.add_operation(:list_managed_things, Seahorse::Model::Operation.new.tap do |o|
|
1719
|
+
o.name = "ListManagedThings"
|
1720
|
+
o.http_method = "GET"
|
1721
|
+
o.http_request_uri = "/managed-things"
|
1722
|
+
o.input = Shapes::ShapeRef.new(shape: ListManagedThingsRequest)
|
1723
|
+
o.output = Shapes::ShapeRef.new(shape: ListManagedThingsResponse)
|
1724
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1725
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1726
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1727
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1728
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1729
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1730
|
+
o[:pager] = Aws::Pager.new(
|
1731
|
+
limit_key: "max_results",
|
1732
|
+
tokens: {
|
1733
|
+
"next_token" => "next_token"
|
1734
|
+
}
|
1735
|
+
)
|
1736
|
+
end)
|
1737
|
+
|
1738
|
+
api.add_operation(:list_notification_configurations, Seahorse::Model::Operation.new.tap do |o|
|
1739
|
+
o.name = "ListNotificationConfigurations"
|
1740
|
+
o.http_method = "GET"
|
1741
|
+
o.http_request_uri = "/notification-configurations"
|
1742
|
+
o.input = Shapes::ShapeRef.new(shape: ListNotificationConfigurationsRequest)
|
1743
|
+
o.output = Shapes::ShapeRef.new(shape: ListNotificationConfigurationsResponse)
|
1744
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1745
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1746
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1747
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1748
|
+
o[:pager] = Aws::Pager.new(
|
1749
|
+
limit_key: "max_results",
|
1750
|
+
tokens: {
|
1751
|
+
"next_token" => "next_token"
|
1752
|
+
}
|
1753
|
+
)
|
1754
|
+
end)
|
1755
|
+
|
1756
|
+
api.add_operation(:list_ota_task_configurations, Seahorse::Model::Operation.new.tap do |o|
|
1757
|
+
o.name = "ListOtaTaskConfigurations"
|
1758
|
+
o.http_method = "GET"
|
1759
|
+
o.http_request_uri = "/ota-task-configurations"
|
1760
|
+
o.input = Shapes::ShapeRef.new(shape: ListOtaTaskConfigurationsRequest)
|
1761
|
+
o.output = Shapes::ShapeRef.new(shape: ListOtaTaskConfigurationsResponse)
|
1762
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1763
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1764
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1765
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1766
|
+
o[:pager] = Aws::Pager.new(
|
1767
|
+
limit_key: "max_results",
|
1768
|
+
tokens: {
|
1769
|
+
"next_token" => "next_token"
|
1770
|
+
}
|
1771
|
+
)
|
1772
|
+
end)
|
1773
|
+
|
1774
|
+
api.add_operation(:list_ota_task_executions, Seahorse::Model::Operation.new.tap do |o|
|
1775
|
+
o.name = "ListOtaTaskExecutions"
|
1776
|
+
o.http_method = "GET"
|
1777
|
+
o.http_request_uri = "/ota-tasks/{Identifier}/devices"
|
1778
|
+
o.input = Shapes::ShapeRef.new(shape: ListOtaTaskExecutionsRequest)
|
1779
|
+
o.output = Shapes::ShapeRef.new(shape: ListOtaTaskExecutionsResponse)
|
1780
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1781
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1782
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1783
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1784
|
+
o[:pager] = Aws::Pager.new(
|
1785
|
+
limit_key: "max_results",
|
1786
|
+
tokens: {
|
1787
|
+
"next_token" => "next_token"
|
1788
|
+
}
|
1789
|
+
)
|
1790
|
+
end)
|
1791
|
+
|
1792
|
+
api.add_operation(:list_ota_tasks, Seahorse::Model::Operation.new.tap do |o|
|
1793
|
+
o.name = "ListOtaTasks"
|
1794
|
+
o.http_method = "GET"
|
1795
|
+
o.http_request_uri = "/ota-tasks"
|
1796
|
+
o.input = Shapes::ShapeRef.new(shape: ListOtaTasksRequest)
|
1797
|
+
o.output = Shapes::ShapeRef.new(shape: ListOtaTasksResponse)
|
1798
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1799
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1800
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1801
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1802
|
+
o[:pager] = Aws::Pager.new(
|
1803
|
+
limit_key: "max_results",
|
1804
|
+
tokens: {
|
1805
|
+
"next_token" => "next_token"
|
1806
|
+
}
|
1807
|
+
)
|
1808
|
+
end)
|
1809
|
+
|
1810
|
+
api.add_operation(:list_provisioning_profiles, Seahorse::Model::Operation.new.tap do |o|
|
1811
|
+
o.name = "ListProvisioningProfiles"
|
1812
|
+
o.http_method = "GET"
|
1813
|
+
o.http_request_uri = "/provisioning-profiles"
|
1814
|
+
o.input = Shapes::ShapeRef.new(shape: ListProvisioningProfilesRequest)
|
1815
|
+
o.output = Shapes::ShapeRef.new(shape: ListProvisioningProfilesResponse)
|
1816
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1817
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1818
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1819
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1820
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1821
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1822
|
+
o[:pager] = Aws::Pager.new(
|
1823
|
+
limit_key: "max_results",
|
1824
|
+
tokens: {
|
1825
|
+
"next_token" => "next_token"
|
1826
|
+
}
|
1827
|
+
)
|
1828
|
+
end)
|
1829
|
+
|
1830
|
+
api.add_operation(:list_schema_versions, Seahorse::Model::Operation.new.tap do |o|
|
1831
|
+
o.name = "ListSchemaVersions"
|
1832
|
+
o.http_method = "GET"
|
1833
|
+
o.http_request_uri = "/schema-versions/{Type}"
|
1834
|
+
o.input = Shapes::ShapeRef.new(shape: ListSchemaVersionsRequest)
|
1835
|
+
o.output = Shapes::ShapeRef.new(shape: ListSchemaVersionsResponse)
|
1836
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1837
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1838
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1839
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1840
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1841
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1842
|
+
o[:pager] = Aws::Pager.new(
|
1843
|
+
limit_key: "max_results",
|
1844
|
+
tokens: {
|
1845
|
+
"next_token" => "next_token"
|
1846
|
+
}
|
1847
|
+
)
|
1848
|
+
end)
|
1849
|
+
|
1850
|
+
api.add_operation(:put_default_encryption_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1851
|
+
o.name = "PutDefaultEncryptionConfiguration"
|
1852
|
+
o.http_method = "POST"
|
1853
|
+
o.http_request_uri = "/configuration/account/encryption"
|
1854
|
+
o.input = Shapes::ShapeRef.new(shape: PutDefaultEncryptionConfigurationRequest)
|
1855
|
+
o.output = Shapes::ShapeRef.new(shape: PutDefaultEncryptionConfigurationResponse)
|
1856
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1857
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1858
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1859
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1860
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1861
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1862
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1863
|
+
end)
|
1864
|
+
|
1865
|
+
api.add_operation(:put_hub_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1866
|
+
o.name = "PutHubConfiguration"
|
1867
|
+
o.http_method = "PUT"
|
1868
|
+
o.http_request_uri = "/hub-configuration"
|
1869
|
+
o.input = Shapes::ShapeRef.new(shape: PutHubConfigurationRequest)
|
1870
|
+
o.output = Shapes::ShapeRef.new(shape: PutHubConfigurationResponse)
|
1871
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1872
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1873
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1874
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1875
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1876
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1877
|
+
end)
|
1878
|
+
|
1879
|
+
api.add_operation(:put_runtime_log_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1880
|
+
o.name = "PutRuntimeLogConfiguration"
|
1881
|
+
o.http_method = "PUT"
|
1882
|
+
o.http_request_uri = "/runtime-log-configurations/{ManagedThingId}"
|
1883
|
+
o.input = Shapes::ShapeRef.new(shape: PutRuntimeLogConfigurationRequest)
|
1884
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1885
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1886
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1887
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1888
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1889
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1890
|
+
end)
|
1891
|
+
|
1892
|
+
api.add_operation(:register_custom_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
1893
|
+
o.name = "RegisterCustomEndpoint"
|
1894
|
+
o.http_method = "POST"
|
1895
|
+
o.http_request_uri = "/custom-endpoint"
|
1896
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterCustomEndpointRequest)
|
1897
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterCustomEndpointResponse)
|
1898
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1899
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1900
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1901
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1902
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1903
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1904
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1905
|
+
end)
|
1906
|
+
|
1907
|
+
api.add_operation(:reset_runtime_log_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1908
|
+
o.name = "ResetRuntimeLogConfiguration"
|
1909
|
+
o.http_method = "DELETE"
|
1910
|
+
o.http_request_uri = "/runtime-log-configurations/{ManagedThingId}"
|
1911
|
+
o.input = Shapes::ShapeRef.new(shape: ResetRuntimeLogConfigurationRequest)
|
1912
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1913
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1914
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1915
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1916
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1917
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1918
|
+
end)
|
1919
|
+
|
1920
|
+
api.add_operation(:send_managed_thing_command, Seahorse::Model::Operation.new.tap do |o|
|
1921
|
+
o.name = "SendManagedThingCommand"
|
1922
|
+
o.http_method = "POST"
|
1923
|
+
o.http_request_uri = "/managed-things-command/{ManagedThingId}"
|
1924
|
+
o.input = Shapes::ShapeRef.new(shape: SendManagedThingCommandRequest)
|
1925
|
+
o.output = Shapes::ShapeRef.new(shape: SendManagedThingCommandResponse)
|
1926
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1927
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1928
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1929
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1930
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1931
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1932
|
+
end)
|
1933
|
+
|
1934
|
+
api.add_operation(:start_device_discovery, Seahorse::Model::Operation.new.tap do |o|
|
1935
|
+
o.name = "StartDeviceDiscovery"
|
1936
|
+
o.http_method = "POST"
|
1937
|
+
o.http_request_uri = "/device-discoveries"
|
1938
|
+
o.input = Shapes::ShapeRef.new(shape: StartDeviceDiscoveryRequest)
|
1939
|
+
o.output = Shapes::ShapeRef.new(shape: StartDeviceDiscoveryResponse)
|
1940
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1942
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1943
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1944
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1945
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1946
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1947
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1948
|
+
end)
|
1949
|
+
|
1950
|
+
api.add_operation(:update_destination, Seahorse::Model::Operation.new.tap do |o|
|
1951
|
+
o.name = "UpdateDestination"
|
1952
|
+
o.http_method = "PUT"
|
1953
|
+
o.http_request_uri = "/destinations/{Name}"
|
1954
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDestinationRequest)
|
1955
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1956
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1957
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1958
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1959
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1960
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1961
|
+
end)
|
1962
|
+
|
1963
|
+
api.add_operation(:update_event_log_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1964
|
+
o.name = "UpdateEventLogConfiguration"
|
1965
|
+
o.http_method = "PATCH"
|
1966
|
+
o.http_request_uri = "/event-log-configurations/{Id}"
|
1967
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateEventLogConfigurationRequest)
|
1968
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1969
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1970
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1971
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1972
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1973
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1974
|
+
end)
|
1975
|
+
|
1976
|
+
api.add_operation(:update_managed_thing, Seahorse::Model::Operation.new.tap do |o|
|
1977
|
+
o.name = "UpdateManagedThing"
|
1978
|
+
o.http_method = "PUT"
|
1979
|
+
o.http_request_uri = "/managed-things/{Identifier}"
|
1980
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateManagedThingRequest)
|
1981
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1982
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1983
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1984
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1985
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1986
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1987
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1988
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1989
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1990
|
+
end)
|
1991
|
+
|
1992
|
+
api.add_operation(:update_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1993
|
+
o.name = "UpdateNotificationConfiguration"
|
1994
|
+
o.http_method = "PUT"
|
1995
|
+
o.http_request_uri = "/notification-configurations/{EventType}"
|
1996
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateNotificationConfigurationRequest)
|
1997
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1998
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1999
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2000
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2001
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2002
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2003
|
+
end)
|
2004
|
+
|
2005
|
+
api.add_operation(:update_ota_task, Seahorse::Model::Operation.new.tap do |o|
|
2006
|
+
o.name = "UpdateOtaTask"
|
2007
|
+
o.http_method = "PUT"
|
2008
|
+
o.http_request_uri = "/ota-tasks/{Identifier}"
|
2009
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateOtaTaskRequest)
|
2010
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2011
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2012
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2013
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2014
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2015
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2016
|
+
end)
|
2017
|
+
end
|
2018
|
+
|
2019
|
+
end
|
2020
|
+
end
|