aws-sdk-iotsitewise 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-iotsitewise.rb +51 -0
- data/lib/aws-sdk-iotsitewise/client.rb +3364 -0
- data/lib/aws-sdk-iotsitewise/client_api.rb +2041 -0
- data/lib/aws-sdk-iotsitewise/customizations.rb +0 -0
- data/lib/aws-sdk-iotsitewise/errors.rb +205 -0
- data/lib/aws-sdk-iotsitewise/resource.rb +24 -0
- data/lib/aws-sdk-iotsitewise/types.rb +4958 -0
- data/lib/aws-sdk-iotsitewise/waiters.rb +308 -0
- metadata +89 -0
@@ -0,0 +1,2041 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::IoTSiteWise
|
9
|
+
# @api private
|
10
|
+
module ClientApi
|
11
|
+
|
12
|
+
include Seahorse::Model
|
13
|
+
|
14
|
+
ARN = Shapes::StringShape.new(name: 'ARN')
|
15
|
+
AccessPolicySummaries = Shapes::ListShape.new(name: 'AccessPolicySummaries')
|
16
|
+
AccessPolicySummary = Shapes::StructureShape.new(name: 'AccessPolicySummary')
|
17
|
+
AggregateType = Shapes::StringShape.new(name: 'AggregateType')
|
18
|
+
AggregateTypes = Shapes::ListShape.new(name: 'AggregateTypes')
|
19
|
+
AggregatedDoubleValue = Shapes::FloatShape.new(name: 'AggregatedDoubleValue')
|
20
|
+
AggregatedValue = Shapes::StructureShape.new(name: 'AggregatedValue')
|
21
|
+
AggregatedValues = Shapes::ListShape.new(name: 'AggregatedValues')
|
22
|
+
Aggregates = Shapes::StructureShape.new(name: 'Aggregates')
|
23
|
+
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
24
|
+
AssetErrorCode = Shapes::StringShape.new(name: 'AssetErrorCode')
|
25
|
+
AssetErrorDetails = Shapes::StructureShape.new(name: 'AssetErrorDetails')
|
26
|
+
AssetErrorMessage = Shapes::StringShape.new(name: 'AssetErrorMessage')
|
27
|
+
AssetHierarchies = Shapes::ListShape.new(name: 'AssetHierarchies')
|
28
|
+
AssetHierarchy = Shapes::StructureShape.new(name: 'AssetHierarchy')
|
29
|
+
AssetIDs = Shapes::ListShape.new(name: 'AssetIDs')
|
30
|
+
AssetModelHierarchies = Shapes::ListShape.new(name: 'AssetModelHierarchies')
|
31
|
+
AssetModelHierarchy = Shapes::StructureShape.new(name: 'AssetModelHierarchy')
|
32
|
+
AssetModelHierarchyDefinition = Shapes::StructureShape.new(name: 'AssetModelHierarchyDefinition')
|
33
|
+
AssetModelHierarchyDefinitions = Shapes::ListShape.new(name: 'AssetModelHierarchyDefinitions')
|
34
|
+
AssetModelProperties = Shapes::ListShape.new(name: 'AssetModelProperties')
|
35
|
+
AssetModelProperty = Shapes::StructureShape.new(name: 'AssetModelProperty')
|
36
|
+
AssetModelPropertyDefinition = Shapes::StructureShape.new(name: 'AssetModelPropertyDefinition')
|
37
|
+
AssetModelPropertyDefinitions = Shapes::ListShape.new(name: 'AssetModelPropertyDefinitions')
|
38
|
+
AssetModelState = Shapes::StringShape.new(name: 'AssetModelState')
|
39
|
+
AssetModelStatus = Shapes::StructureShape.new(name: 'AssetModelStatus')
|
40
|
+
AssetModelSummaries = Shapes::ListShape.new(name: 'AssetModelSummaries')
|
41
|
+
AssetModelSummary = Shapes::StructureShape.new(name: 'AssetModelSummary')
|
42
|
+
AssetProperties = Shapes::ListShape.new(name: 'AssetProperties')
|
43
|
+
AssetProperty = Shapes::StructureShape.new(name: 'AssetProperty')
|
44
|
+
AssetPropertyAlias = Shapes::StringShape.new(name: 'AssetPropertyAlias')
|
45
|
+
AssetPropertyValue = Shapes::StructureShape.new(name: 'AssetPropertyValue')
|
46
|
+
AssetPropertyValueHistory = Shapes::ListShape.new(name: 'AssetPropertyValueHistory')
|
47
|
+
AssetPropertyValues = Shapes::ListShape.new(name: 'AssetPropertyValues')
|
48
|
+
AssetState = Shapes::StringShape.new(name: 'AssetState')
|
49
|
+
AssetStatus = Shapes::StructureShape.new(name: 'AssetStatus')
|
50
|
+
AssetSummaries = Shapes::ListShape.new(name: 'AssetSummaries')
|
51
|
+
AssetSummary = Shapes::StructureShape.new(name: 'AssetSummary')
|
52
|
+
AssociateAssetsRequest = Shapes::StructureShape.new(name: 'AssociateAssetsRequest')
|
53
|
+
AssociatedAssetsSummaries = Shapes::ListShape.new(name: 'AssociatedAssetsSummaries')
|
54
|
+
AssociatedAssetsSummary = Shapes::StructureShape.new(name: 'AssociatedAssetsSummary')
|
55
|
+
Attribute = Shapes::StructureShape.new(name: 'Attribute')
|
56
|
+
BatchAssociateProjectAssetsErrors = Shapes::ListShape.new(name: 'BatchAssociateProjectAssetsErrors')
|
57
|
+
BatchAssociateProjectAssetsRequest = Shapes::StructureShape.new(name: 'BatchAssociateProjectAssetsRequest')
|
58
|
+
BatchAssociateProjectAssetsResponse = Shapes::StructureShape.new(name: 'BatchAssociateProjectAssetsResponse')
|
59
|
+
BatchDisassociateProjectAssetsErrors = Shapes::ListShape.new(name: 'BatchDisassociateProjectAssetsErrors')
|
60
|
+
BatchDisassociateProjectAssetsRequest = Shapes::StructureShape.new(name: 'BatchDisassociateProjectAssetsRequest')
|
61
|
+
BatchDisassociateProjectAssetsResponse = Shapes::StructureShape.new(name: 'BatchDisassociateProjectAssetsResponse')
|
62
|
+
BatchPutAssetPropertyError = Shapes::StructureShape.new(name: 'BatchPutAssetPropertyError')
|
63
|
+
BatchPutAssetPropertyErrorEntries = Shapes::ListShape.new(name: 'BatchPutAssetPropertyErrorEntries')
|
64
|
+
BatchPutAssetPropertyErrorEntry = Shapes::StructureShape.new(name: 'BatchPutAssetPropertyErrorEntry')
|
65
|
+
BatchPutAssetPropertyErrors = Shapes::ListShape.new(name: 'BatchPutAssetPropertyErrors')
|
66
|
+
BatchPutAssetPropertyValueErrorCode = Shapes::StringShape.new(name: 'BatchPutAssetPropertyValueErrorCode')
|
67
|
+
BatchPutAssetPropertyValueRequest = Shapes::StructureShape.new(name: 'BatchPutAssetPropertyValueRequest')
|
68
|
+
BatchPutAssetPropertyValueResponse = Shapes::StructureShape.new(name: 'BatchPutAssetPropertyValueResponse')
|
69
|
+
CapabilityConfiguration = Shapes::StringShape.new(name: 'CapabilityConfiguration')
|
70
|
+
CapabilityNamespace = Shapes::StringShape.new(name: 'CapabilityNamespace')
|
71
|
+
CapabilitySyncStatus = Shapes::StringShape.new(name: 'CapabilitySyncStatus')
|
72
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
73
|
+
ConflictingOperationException = Shapes::StructureShape.new(name: 'ConflictingOperationException')
|
74
|
+
CreateAccessPolicyRequest = Shapes::StructureShape.new(name: 'CreateAccessPolicyRequest')
|
75
|
+
CreateAccessPolicyResponse = Shapes::StructureShape.new(name: 'CreateAccessPolicyResponse')
|
76
|
+
CreateAssetModelRequest = Shapes::StructureShape.new(name: 'CreateAssetModelRequest')
|
77
|
+
CreateAssetModelResponse = Shapes::StructureShape.new(name: 'CreateAssetModelResponse')
|
78
|
+
CreateAssetRequest = Shapes::StructureShape.new(name: 'CreateAssetRequest')
|
79
|
+
CreateAssetResponse = Shapes::StructureShape.new(name: 'CreateAssetResponse')
|
80
|
+
CreateDashboardRequest = Shapes::StructureShape.new(name: 'CreateDashboardRequest')
|
81
|
+
CreateDashboardResponse = Shapes::StructureShape.new(name: 'CreateDashboardResponse')
|
82
|
+
CreateGatewayRequest = Shapes::StructureShape.new(name: 'CreateGatewayRequest')
|
83
|
+
CreateGatewayResponse = Shapes::StructureShape.new(name: 'CreateGatewayResponse')
|
84
|
+
CreatePortalRequest = Shapes::StructureShape.new(name: 'CreatePortalRequest')
|
85
|
+
CreatePortalResponse = Shapes::StructureShape.new(name: 'CreatePortalResponse')
|
86
|
+
CreateProjectRequest = Shapes::StructureShape.new(name: 'CreateProjectRequest')
|
87
|
+
CreateProjectResponse = Shapes::StructureShape.new(name: 'CreateProjectResponse')
|
88
|
+
DashboardDefinition = Shapes::StringShape.new(name: 'DashboardDefinition')
|
89
|
+
DashboardSummaries = Shapes::ListShape.new(name: 'DashboardSummaries')
|
90
|
+
DashboardSummary = Shapes::StructureShape.new(name: 'DashboardSummary')
|
91
|
+
DefaultValue = Shapes::StringShape.new(name: 'DefaultValue')
|
92
|
+
DeleteAccessPolicyRequest = Shapes::StructureShape.new(name: 'DeleteAccessPolicyRequest')
|
93
|
+
DeleteAccessPolicyResponse = Shapes::StructureShape.new(name: 'DeleteAccessPolicyResponse')
|
94
|
+
DeleteAssetModelRequest = Shapes::StructureShape.new(name: 'DeleteAssetModelRequest')
|
95
|
+
DeleteAssetModelResponse = Shapes::StructureShape.new(name: 'DeleteAssetModelResponse')
|
96
|
+
DeleteAssetRequest = Shapes::StructureShape.new(name: 'DeleteAssetRequest')
|
97
|
+
DeleteAssetResponse = Shapes::StructureShape.new(name: 'DeleteAssetResponse')
|
98
|
+
DeleteDashboardRequest = Shapes::StructureShape.new(name: 'DeleteDashboardRequest')
|
99
|
+
DeleteDashboardResponse = Shapes::StructureShape.new(name: 'DeleteDashboardResponse')
|
100
|
+
DeleteGatewayRequest = Shapes::StructureShape.new(name: 'DeleteGatewayRequest')
|
101
|
+
DeletePortalRequest = Shapes::StructureShape.new(name: 'DeletePortalRequest')
|
102
|
+
DeletePortalResponse = Shapes::StructureShape.new(name: 'DeletePortalResponse')
|
103
|
+
DeleteProjectRequest = Shapes::StructureShape.new(name: 'DeleteProjectRequest')
|
104
|
+
DeleteProjectResponse = Shapes::StructureShape.new(name: 'DeleteProjectResponse')
|
105
|
+
DescribeAccessPolicyRequest = Shapes::StructureShape.new(name: 'DescribeAccessPolicyRequest')
|
106
|
+
DescribeAccessPolicyResponse = Shapes::StructureShape.new(name: 'DescribeAccessPolicyResponse')
|
107
|
+
DescribeAssetModelRequest = Shapes::StructureShape.new(name: 'DescribeAssetModelRequest')
|
108
|
+
DescribeAssetModelResponse = Shapes::StructureShape.new(name: 'DescribeAssetModelResponse')
|
109
|
+
DescribeAssetPropertyRequest = Shapes::StructureShape.new(name: 'DescribeAssetPropertyRequest')
|
110
|
+
DescribeAssetPropertyResponse = Shapes::StructureShape.new(name: 'DescribeAssetPropertyResponse')
|
111
|
+
DescribeAssetRequest = Shapes::StructureShape.new(name: 'DescribeAssetRequest')
|
112
|
+
DescribeAssetResponse = Shapes::StructureShape.new(name: 'DescribeAssetResponse')
|
113
|
+
DescribeDashboardRequest = Shapes::StructureShape.new(name: 'DescribeDashboardRequest')
|
114
|
+
DescribeDashboardResponse = Shapes::StructureShape.new(name: 'DescribeDashboardResponse')
|
115
|
+
DescribeGatewayCapabilityConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeGatewayCapabilityConfigurationRequest')
|
116
|
+
DescribeGatewayCapabilityConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeGatewayCapabilityConfigurationResponse')
|
117
|
+
DescribeGatewayRequest = Shapes::StructureShape.new(name: 'DescribeGatewayRequest')
|
118
|
+
DescribeGatewayResponse = Shapes::StructureShape.new(name: 'DescribeGatewayResponse')
|
119
|
+
DescribeLoggingOptionsRequest = Shapes::StructureShape.new(name: 'DescribeLoggingOptionsRequest')
|
120
|
+
DescribeLoggingOptionsResponse = Shapes::StructureShape.new(name: 'DescribeLoggingOptionsResponse')
|
121
|
+
DescribePortalRequest = Shapes::StructureShape.new(name: 'DescribePortalRequest')
|
122
|
+
DescribePortalResponse = Shapes::StructureShape.new(name: 'DescribePortalResponse')
|
123
|
+
DescribeProjectRequest = Shapes::StructureShape.new(name: 'DescribeProjectRequest')
|
124
|
+
DescribeProjectResponse = Shapes::StructureShape.new(name: 'DescribeProjectResponse')
|
125
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
126
|
+
DisassociateAssetsRequest = Shapes::StructureShape.new(name: 'DisassociateAssetsRequest')
|
127
|
+
Email = Shapes::StringShape.new(name: 'Email')
|
128
|
+
EntryId = Shapes::StringShape.new(name: 'EntryId')
|
129
|
+
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
130
|
+
ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
|
131
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
132
|
+
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
133
|
+
Expression = Shapes::StringShape.new(name: 'Expression')
|
134
|
+
ExpressionVariable = Shapes::StructureShape.new(name: 'ExpressionVariable')
|
135
|
+
ExpressionVariables = Shapes::ListShape.new(name: 'ExpressionVariables')
|
136
|
+
GatewayCapabilitySummaries = Shapes::ListShape.new(name: 'GatewayCapabilitySummaries')
|
137
|
+
GatewayCapabilitySummary = Shapes::StructureShape.new(name: 'GatewayCapabilitySummary')
|
138
|
+
GatewayPlatform = Shapes::StructureShape.new(name: 'GatewayPlatform')
|
139
|
+
GatewaySummaries = Shapes::ListShape.new(name: 'GatewaySummaries')
|
140
|
+
GatewaySummary = Shapes::StructureShape.new(name: 'GatewaySummary')
|
141
|
+
GetAssetPropertyAggregatesRequest = Shapes::StructureShape.new(name: 'GetAssetPropertyAggregatesRequest')
|
142
|
+
GetAssetPropertyAggregatesResponse = Shapes::StructureShape.new(name: 'GetAssetPropertyAggregatesResponse')
|
143
|
+
GetAssetPropertyValueHistoryRequest = Shapes::StructureShape.new(name: 'GetAssetPropertyValueHistoryRequest')
|
144
|
+
GetAssetPropertyValueHistoryResponse = Shapes::StructureShape.new(name: 'GetAssetPropertyValueHistoryResponse')
|
145
|
+
GetAssetPropertyValueRequest = Shapes::StructureShape.new(name: 'GetAssetPropertyValueRequest')
|
146
|
+
GetAssetPropertyValueResponse = Shapes::StructureShape.new(name: 'GetAssetPropertyValueResponse')
|
147
|
+
Greengrass = Shapes::StructureShape.new(name: 'Greengrass')
|
148
|
+
GroupIdentity = Shapes::StructureShape.new(name: 'GroupIdentity')
|
149
|
+
ID = Shapes::StringShape.new(name: 'ID')
|
150
|
+
IDs = Shapes::ListShape.new(name: 'IDs')
|
151
|
+
Identity = Shapes::StructureShape.new(name: 'Identity')
|
152
|
+
IdentityId = Shapes::StringShape.new(name: 'IdentityId')
|
153
|
+
IdentityType = Shapes::StringShape.new(name: 'IdentityType')
|
154
|
+
Image = Shapes::StructureShape.new(name: 'Image')
|
155
|
+
ImageFile = Shapes::StructureShape.new(name: 'ImageFile')
|
156
|
+
ImageFileData = Shapes::BlobShape.new(name: 'ImageFileData')
|
157
|
+
ImageFileType = Shapes::StringShape.new(name: 'ImageFileType')
|
158
|
+
InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
|
159
|
+
Interval = Shapes::StringShape.new(name: 'Interval')
|
160
|
+
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
161
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
162
|
+
ListAccessPoliciesRequest = Shapes::StructureShape.new(name: 'ListAccessPoliciesRequest')
|
163
|
+
ListAccessPoliciesResponse = Shapes::StructureShape.new(name: 'ListAccessPoliciesResponse')
|
164
|
+
ListAssetModelsRequest = Shapes::StructureShape.new(name: 'ListAssetModelsRequest')
|
165
|
+
ListAssetModelsResponse = Shapes::StructureShape.new(name: 'ListAssetModelsResponse')
|
166
|
+
ListAssetsFilter = Shapes::StringShape.new(name: 'ListAssetsFilter')
|
167
|
+
ListAssetsRequest = Shapes::StructureShape.new(name: 'ListAssetsRequest')
|
168
|
+
ListAssetsResponse = Shapes::StructureShape.new(name: 'ListAssetsResponse')
|
169
|
+
ListAssociatedAssetsRequest = Shapes::StructureShape.new(name: 'ListAssociatedAssetsRequest')
|
170
|
+
ListAssociatedAssetsResponse = Shapes::StructureShape.new(name: 'ListAssociatedAssetsResponse')
|
171
|
+
ListDashboardsRequest = Shapes::StructureShape.new(name: 'ListDashboardsRequest')
|
172
|
+
ListDashboardsResponse = Shapes::StructureShape.new(name: 'ListDashboardsResponse')
|
173
|
+
ListGatewaysRequest = Shapes::StructureShape.new(name: 'ListGatewaysRequest')
|
174
|
+
ListGatewaysResponse = Shapes::StructureShape.new(name: 'ListGatewaysResponse')
|
175
|
+
ListPortalsRequest = Shapes::StructureShape.new(name: 'ListPortalsRequest')
|
176
|
+
ListPortalsResponse = Shapes::StructureShape.new(name: 'ListPortalsResponse')
|
177
|
+
ListProjectAssetsRequest = Shapes::StructureShape.new(name: 'ListProjectAssetsRequest')
|
178
|
+
ListProjectAssetsResponse = Shapes::StructureShape.new(name: 'ListProjectAssetsResponse')
|
179
|
+
ListProjectsRequest = Shapes::StructureShape.new(name: 'ListProjectsRequest')
|
180
|
+
ListProjectsResponse = Shapes::StructureShape.new(name: 'ListProjectsResponse')
|
181
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
182
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
183
|
+
LoggingLevel = Shapes::StringShape.new(name: 'LoggingLevel')
|
184
|
+
LoggingOptions = Shapes::StructureShape.new(name: 'LoggingOptions')
|
185
|
+
Macro = Shapes::StringShape.new(name: 'Macro')
|
186
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
187
|
+
Measurement = Shapes::StructureShape.new(name: 'Measurement')
|
188
|
+
Metric = Shapes::StructureShape.new(name: 'Metric')
|
189
|
+
MetricWindow = Shapes::StructureShape.new(name: 'MetricWindow')
|
190
|
+
MonitorErrorCode = Shapes::StringShape.new(name: 'MonitorErrorCode')
|
191
|
+
MonitorErrorDetails = Shapes::StructureShape.new(name: 'MonitorErrorDetails')
|
192
|
+
MonitorErrorMessage = Shapes::StringShape.new(name: 'MonitorErrorMessage')
|
193
|
+
Name = Shapes::StringShape.new(name: 'Name')
|
194
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
195
|
+
OffsetInNanos = Shapes::IntegerShape.new(name: 'OffsetInNanos')
|
196
|
+
Permission = Shapes::StringShape.new(name: 'Permission')
|
197
|
+
PortalClientId = Shapes::StringShape.new(name: 'PortalClientId')
|
198
|
+
PortalResource = Shapes::StructureShape.new(name: 'PortalResource')
|
199
|
+
PortalState = Shapes::StringShape.new(name: 'PortalState')
|
200
|
+
PortalStatus = Shapes::StructureShape.new(name: 'PortalStatus')
|
201
|
+
PortalSummaries = Shapes::ListShape.new(name: 'PortalSummaries')
|
202
|
+
PortalSummary = Shapes::StructureShape.new(name: 'PortalSummary')
|
203
|
+
ProjectResource = Shapes::StructureShape.new(name: 'ProjectResource')
|
204
|
+
ProjectSummaries = Shapes::ListShape.new(name: 'ProjectSummaries')
|
205
|
+
ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
|
206
|
+
Property = Shapes::StructureShape.new(name: 'Property')
|
207
|
+
PropertyAlias = Shapes::StringShape.new(name: 'PropertyAlias')
|
208
|
+
PropertyDataType = Shapes::StringShape.new(name: 'PropertyDataType')
|
209
|
+
PropertyNotification = Shapes::StructureShape.new(name: 'PropertyNotification')
|
210
|
+
PropertyNotificationState = Shapes::StringShape.new(name: 'PropertyNotificationState')
|
211
|
+
PropertyNotificationTopic = Shapes::StringShape.new(name: 'PropertyNotificationTopic')
|
212
|
+
PropertyType = Shapes::StructureShape.new(name: 'PropertyType')
|
213
|
+
PropertyUnit = Shapes::StringShape.new(name: 'PropertyUnit')
|
214
|
+
PropertyValueBooleanValue = Shapes::BooleanShape.new(name: 'PropertyValueBooleanValue')
|
215
|
+
PropertyValueDoubleValue = Shapes::FloatShape.new(name: 'PropertyValueDoubleValue')
|
216
|
+
PropertyValueIntegerValue = Shapes::IntegerShape.new(name: 'PropertyValueIntegerValue')
|
217
|
+
PropertyValueStringValue = Shapes::StringShape.new(name: 'PropertyValueStringValue')
|
218
|
+
PutAssetPropertyValueEntries = Shapes::ListShape.new(name: 'PutAssetPropertyValueEntries')
|
219
|
+
PutAssetPropertyValueEntry = Shapes::StructureShape.new(name: 'PutAssetPropertyValueEntry')
|
220
|
+
PutLoggingOptionsRequest = Shapes::StructureShape.new(name: 'PutLoggingOptionsRequest')
|
221
|
+
PutLoggingOptionsResponse = Shapes::StructureShape.new(name: 'PutLoggingOptionsResponse')
|
222
|
+
Qualities = Shapes::ListShape.new(name: 'Qualities')
|
223
|
+
Quality = Shapes::StringShape.new(name: 'Quality')
|
224
|
+
Resolution = Shapes::StringShape.new(name: 'Resolution')
|
225
|
+
Resource = Shapes::StructureShape.new(name: 'Resource')
|
226
|
+
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
227
|
+
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
228
|
+
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
229
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
230
|
+
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
231
|
+
SSOApplicationId = Shapes::StringShape.new(name: 'SSOApplicationId')
|
232
|
+
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
233
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
234
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
235
|
+
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
236
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
237
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
238
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
239
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
240
|
+
TimeInNanos = Shapes::StructureShape.new(name: 'TimeInNanos')
|
241
|
+
TimeInSeconds = Shapes::IntegerShape.new(name: 'TimeInSeconds')
|
242
|
+
TimeOrdering = Shapes::StringShape.new(name: 'TimeOrdering')
|
243
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
244
|
+
Timestamps = Shapes::ListShape.new(name: 'Timestamps')
|
245
|
+
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
246
|
+
Transform = Shapes::StructureShape.new(name: 'Transform')
|
247
|
+
TumblingWindow = Shapes::StructureShape.new(name: 'TumblingWindow')
|
248
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
249
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
250
|
+
UpdateAccessPolicyRequest = Shapes::StructureShape.new(name: 'UpdateAccessPolicyRequest')
|
251
|
+
UpdateAccessPolicyResponse = Shapes::StructureShape.new(name: 'UpdateAccessPolicyResponse')
|
252
|
+
UpdateAssetModelRequest = Shapes::StructureShape.new(name: 'UpdateAssetModelRequest')
|
253
|
+
UpdateAssetModelResponse = Shapes::StructureShape.new(name: 'UpdateAssetModelResponse')
|
254
|
+
UpdateAssetPropertyRequest = Shapes::StructureShape.new(name: 'UpdateAssetPropertyRequest')
|
255
|
+
UpdateAssetRequest = Shapes::StructureShape.new(name: 'UpdateAssetRequest')
|
256
|
+
UpdateAssetResponse = Shapes::StructureShape.new(name: 'UpdateAssetResponse')
|
257
|
+
UpdateDashboardRequest = Shapes::StructureShape.new(name: 'UpdateDashboardRequest')
|
258
|
+
UpdateDashboardResponse = Shapes::StructureShape.new(name: 'UpdateDashboardResponse')
|
259
|
+
UpdateGatewayCapabilityConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateGatewayCapabilityConfigurationRequest')
|
260
|
+
UpdateGatewayCapabilityConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateGatewayCapabilityConfigurationResponse')
|
261
|
+
UpdateGatewayRequest = Shapes::StructureShape.new(name: 'UpdateGatewayRequest')
|
262
|
+
UpdatePortalRequest = Shapes::StructureShape.new(name: 'UpdatePortalRequest')
|
263
|
+
UpdatePortalResponse = Shapes::StructureShape.new(name: 'UpdatePortalResponse')
|
264
|
+
UpdateProjectRequest = Shapes::StructureShape.new(name: 'UpdateProjectRequest')
|
265
|
+
UpdateProjectResponse = Shapes::StructureShape.new(name: 'UpdateProjectResponse')
|
266
|
+
Url = Shapes::StringShape.new(name: 'Url')
|
267
|
+
UserIdentity = Shapes::StructureShape.new(name: 'UserIdentity')
|
268
|
+
VariableName = Shapes::StringShape.new(name: 'VariableName')
|
269
|
+
VariableValue = Shapes::StructureShape.new(name: 'VariableValue')
|
270
|
+
Variant = Shapes::StructureShape.new(name: 'Variant')
|
271
|
+
|
272
|
+
AccessPolicySummaries.member = Shapes::ShapeRef.new(shape: AccessPolicySummary)
|
273
|
+
|
274
|
+
AccessPolicySummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
275
|
+
AccessPolicySummary.add_member(:identity, Shapes::ShapeRef.new(shape: Identity, required: true, location_name: "identity"))
|
276
|
+
AccessPolicySummary.add_member(:resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "resource"))
|
277
|
+
AccessPolicySummary.add_member(:permission, Shapes::ShapeRef.new(shape: Permission, required: true, location_name: "permission"))
|
278
|
+
AccessPolicySummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
279
|
+
AccessPolicySummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateDate"))
|
280
|
+
AccessPolicySummary.struct_class = Types::AccessPolicySummary
|
281
|
+
|
282
|
+
AggregateTypes.member = Shapes::ShapeRef.new(shape: AggregateType)
|
283
|
+
|
284
|
+
AggregatedValue.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "timestamp"))
|
285
|
+
AggregatedValue.add_member(:quality, Shapes::ShapeRef.new(shape: Quality, location_name: "quality"))
|
286
|
+
AggregatedValue.add_member(:value, Shapes::ShapeRef.new(shape: Aggregates, required: true, location_name: "value"))
|
287
|
+
AggregatedValue.struct_class = Types::AggregatedValue
|
288
|
+
|
289
|
+
AggregatedValues.member = Shapes::ShapeRef.new(shape: AggregatedValue)
|
290
|
+
|
291
|
+
Aggregates.add_member(:average, Shapes::ShapeRef.new(shape: AggregatedDoubleValue, location_name: "average"))
|
292
|
+
Aggregates.add_member(:count, Shapes::ShapeRef.new(shape: AggregatedDoubleValue, location_name: "count"))
|
293
|
+
Aggregates.add_member(:maximum, Shapes::ShapeRef.new(shape: AggregatedDoubleValue, location_name: "maximum"))
|
294
|
+
Aggregates.add_member(:minimum, Shapes::ShapeRef.new(shape: AggregatedDoubleValue, location_name: "minimum"))
|
295
|
+
Aggregates.add_member(:sum, Shapes::ShapeRef.new(shape: AggregatedDoubleValue, location_name: "sum"))
|
296
|
+
Aggregates.struct_class = Types::Aggregates
|
297
|
+
|
298
|
+
AssetErrorDetails.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
299
|
+
AssetErrorDetails.add_member(:code, Shapes::ShapeRef.new(shape: AssetErrorCode, required: true, location_name: "code"))
|
300
|
+
AssetErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: AssetErrorMessage, required: true, location_name: "message"))
|
301
|
+
AssetErrorDetails.struct_class = Types::AssetErrorDetails
|
302
|
+
|
303
|
+
AssetHierarchies.member = Shapes::ShapeRef.new(shape: AssetHierarchy)
|
304
|
+
|
305
|
+
AssetHierarchy.add_member(:id, Shapes::ShapeRef.new(shape: ID, location_name: "id"))
|
306
|
+
AssetHierarchy.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
307
|
+
AssetHierarchy.struct_class = Types::AssetHierarchy
|
308
|
+
|
309
|
+
AssetIDs.member = Shapes::ShapeRef.new(shape: ID)
|
310
|
+
|
311
|
+
AssetModelHierarchies.member = Shapes::ShapeRef.new(shape: AssetModelHierarchy)
|
312
|
+
|
313
|
+
AssetModelHierarchy.add_member(:id, Shapes::ShapeRef.new(shape: ID, location_name: "id"))
|
314
|
+
AssetModelHierarchy.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
315
|
+
AssetModelHierarchy.add_member(:child_asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "childAssetModelId"))
|
316
|
+
AssetModelHierarchy.struct_class = Types::AssetModelHierarchy
|
317
|
+
|
318
|
+
AssetModelHierarchyDefinition.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
319
|
+
AssetModelHierarchyDefinition.add_member(:child_asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "childAssetModelId"))
|
320
|
+
AssetModelHierarchyDefinition.struct_class = Types::AssetModelHierarchyDefinition
|
321
|
+
|
322
|
+
AssetModelHierarchyDefinitions.member = Shapes::ShapeRef.new(shape: AssetModelHierarchyDefinition)
|
323
|
+
|
324
|
+
AssetModelProperties.member = Shapes::ShapeRef.new(shape: AssetModelProperty)
|
325
|
+
|
326
|
+
AssetModelProperty.add_member(:id, Shapes::ShapeRef.new(shape: ID, location_name: "id"))
|
327
|
+
AssetModelProperty.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
328
|
+
AssetModelProperty.add_member(:data_type, Shapes::ShapeRef.new(shape: PropertyDataType, required: true, location_name: "dataType"))
|
329
|
+
AssetModelProperty.add_member(:unit, Shapes::ShapeRef.new(shape: PropertyUnit, location_name: "unit"))
|
330
|
+
AssetModelProperty.add_member(:type, Shapes::ShapeRef.new(shape: PropertyType, required: true, location_name: "type"))
|
331
|
+
AssetModelProperty.struct_class = Types::AssetModelProperty
|
332
|
+
|
333
|
+
AssetModelPropertyDefinition.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
334
|
+
AssetModelPropertyDefinition.add_member(:data_type, Shapes::ShapeRef.new(shape: PropertyDataType, required: true, location_name: "dataType"))
|
335
|
+
AssetModelPropertyDefinition.add_member(:unit, Shapes::ShapeRef.new(shape: PropertyUnit, location_name: "unit"))
|
336
|
+
AssetModelPropertyDefinition.add_member(:type, Shapes::ShapeRef.new(shape: PropertyType, required: true, location_name: "type"))
|
337
|
+
AssetModelPropertyDefinition.struct_class = Types::AssetModelPropertyDefinition
|
338
|
+
|
339
|
+
AssetModelPropertyDefinitions.member = Shapes::ShapeRef.new(shape: AssetModelPropertyDefinition)
|
340
|
+
|
341
|
+
AssetModelStatus.add_member(:state, Shapes::ShapeRef.new(shape: AssetModelState, required: true, location_name: "state"))
|
342
|
+
AssetModelStatus.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
|
343
|
+
AssetModelStatus.struct_class = Types::AssetModelStatus
|
344
|
+
|
345
|
+
AssetModelSummaries.member = Shapes::ShapeRef.new(shape: AssetModelSummary)
|
346
|
+
|
347
|
+
AssetModelSummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
348
|
+
AssetModelSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "arn"))
|
349
|
+
AssetModelSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
350
|
+
AssetModelSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
351
|
+
AssetModelSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDate"))
|
352
|
+
AssetModelSummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateDate"))
|
353
|
+
AssetModelSummary.add_member(:status, Shapes::ShapeRef.new(shape: AssetModelStatus, required: true, location_name: "status"))
|
354
|
+
AssetModelSummary.struct_class = Types::AssetModelSummary
|
355
|
+
|
356
|
+
AssetProperties.member = Shapes::ShapeRef.new(shape: AssetProperty)
|
357
|
+
|
358
|
+
AssetProperty.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
359
|
+
AssetProperty.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
360
|
+
AssetProperty.add_member(:alias, Shapes::ShapeRef.new(shape: PropertyAlias, location_name: "alias"))
|
361
|
+
AssetProperty.add_member(:notification, Shapes::ShapeRef.new(shape: PropertyNotification, location_name: "notification"))
|
362
|
+
AssetProperty.add_member(:data_type, Shapes::ShapeRef.new(shape: PropertyDataType, required: true, location_name: "dataType"))
|
363
|
+
AssetProperty.add_member(:unit, Shapes::ShapeRef.new(shape: PropertyUnit, location_name: "unit"))
|
364
|
+
AssetProperty.struct_class = Types::AssetProperty
|
365
|
+
|
366
|
+
AssetPropertyValue.add_member(:value, Shapes::ShapeRef.new(shape: Variant, required: true, location_name: "value"))
|
367
|
+
AssetPropertyValue.add_member(:timestamp, Shapes::ShapeRef.new(shape: TimeInNanos, required: true, location_name: "timestamp"))
|
368
|
+
AssetPropertyValue.add_member(:quality, Shapes::ShapeRef.new(shape: Quality, location_name: "quality"))
|
369
|
+
AssetPropertyValue.struct_class = Types::AssetPropertyValue
|
370
|
+
|
371
|
+
AssetPropertyValueHistory.member = Shapes::ShapeRef.new(shape: AssetPropertyValue)
|
372
|
+
|
373
|
+
AssetPropertyValues.member = Shapes::ShapeRef.new(shape: AssetPropertyValue)
|
374
|
+
|
375
|
+
AssetStatus.add_member(:state, Shapes::ShapeRef.new(shape: AssetState, required: true, location_name: "state"))
|
376
|
+
AssetStatus.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
|
377
|
+
AssetStatus.struct_class = Types::AssetStatus
|
378
|
+
|
379
|
+
AssetSummaries.member = Shapes::ShapeRef.new(shape: AssetSummary)
|
380
|
+
|
381
|
+
AssetSummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
382
|
+
AssetSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "arn"))
|
383
|
+
AssetSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
384
|
+
AssetSummary.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
385
|
+
AssetSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDate"))
|
386
|
+
AssetSummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateDate"))
|
387
|
+
AssetSummary.add_member(:status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "status"))
|
388
|
+
AssetSummary.add_member(:hierarchies, Shapes::ShapeRef.new(shape: AssetHierarchies, required: true, location_name: "hierarchies"))
|
389
|
+
AssetSummary.struct_class = Types::AssetSummary
|
390
|
+
|
391
|
+
AssociateAssetsRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
|
392
|
+
AssociateAssetsRequest.add_member(:hierarchy_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "hierarchyId"))
|
393
|
+
AssociateAssetsRequest.add_member(:child_asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "childAssetId"))
|
394
|
+
AssociateAssetsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
395
|
+
AssociateAssetsRequest.struct_class = Types::AssociateAssetsRequest
|
396
|
+
|
397
|
+
AssociatedAssetsSummaries.member = Shapes::ShapeRef.new(shape: AssociatedAssetsSummary)
|
398
|
+
|
399
|
+
AssociatedAssetsSummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
400
|
+
AssociatedAssetsSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "arn"))
|
401
|
+
AssociatedAssetsSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
402
|
+
AssociatedAssetsSummary.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
403
|
+
AssociatedAssetsSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDate"))
|
404
|
+
AssociatedAssetsSummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateDate"))
|
405
|
+
AssociatedAssetsSummary.add_member(:status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "status"))
|
406
|
+
AssociatedAssetsSummary.add_member(:hierarchies, Shapes::ShapeRef.new(shape: AssetHierarchies, required: true, location_name: "hierarchies"))
|
407
|
+
AssociatedAssetsSummary.struct_class = Types::AssociatedAssetsSummary
|
408
|
+
|
409
|
+
Attribute.add_member(:default_value, Shapes::ShapeRef.new(shape: DefaultValue, location_name: "defaultValue"))
|
410
|
+
Attribute.struct_class = Types::Attribute
|
411
|
+
|
412
|
+
BatchAssociateProjectAssetsErrors.member = Shapes::ShapeRef.new(shape: AssetErrorDetails)
|
413
|
+
|
414
|
+
BatchAssociateProjectAssetsRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "projectId"))
|
415
|
+
BatchAssociateProjectAssetsRequest.add_member(:asset_ids, Shapes::ShapeRef.new(shape: IDs, required: true, location_name: "assetIds"))
|
416
|
+
BatchAssociateProjectAssetsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
417
|
+
BatchAssociateProjectAssetsRequest.struct_class = Types::BatchAssociateProjectAssetsRequest
|
418
|
+
|
419
|
+
BatchAssociateProjectAssetsResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchAssociateProjectAssetsErrors, location_name: "errors"))
|
420
|
+
BatchAssociateProjectAssetsResponse.struct_class = Types::BatchAssociateProjectAssetsResponse
|
421
|
+
|
422
|
+
BatchDisassociateProjectAssetsErrors.member = Shapes::ShapeRef.new(shape: AssetErrorDetails)
|
423
|
+
|
424
|
+
BatchDisassociateProjectAssetsRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "projectId"))
|
425
|
+
BatchDisassociateProjectAssetsRequest.add_member(:asset_ids, Shapes::ShapeRef.new(shape: IDs, required: true, location_name: "assetIds"))
|
426
|
+
BatchDisassociateProjectAssetsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
427
|
+
BatchDisassociateProjectAssetsRequest.struct_class = Types::BatchDisassociateProjectAssetsRequest
|
428
|
+
|
429
|
+
BatchDisassociateProjectAssetsResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchDisassociateProjectAssetsErrors, location_name: "errors"))
|
430
|
+
BatchDisassociateProjectAssetsResponse.struct_class = Types::BatchDisassociateProjectAssetsResponse
|
431
|
+
|
432
|
+
BatchPutAssetPropertyError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchPutAssetPropertyValueErrorCode, required: true, location_name: "errorCode"))
|
433
|
+
BatchPutAssetPropertyError.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "errorMessage"))
|
434
|
+
BatchPutAssetPropertyError.add_member(:timestamps, Shapes::ShapeRef.new(shape: Timestamps, required: true, location_name: "timestamps"))
|
435
|
+
BatchPutAssetPropertyError.struct_class = Types::BatchPutAssetPropertyError
|
436
|
+
|
437
|
+
BatchPutAssetPropertyErrorEntries.member = Shapes::ShapeRef.new(shape: BatchPutAssetPropertyErrorEntry)
|
438
|
+
|
439
|
+
BatchPutAssetPropertyErrorEntry.add_member(:entry_id, Shapes::ShapeRef.new(shape: EntryId, required: true, location_name: "entryId"))
|
440
|
+
BatchPutAssetPropertyErrorEntry.add_member(:errors, Shapes::ShapeRef.new(shape: BatchPutAssetPropertyErrors, required: true, location_name: "errors"))
|
441
|
+
BatchPutAssetPropertyErrorEntry.struct_class = Types::BatchPutAssetPropertyErrorEntry
|
442
|
+
|
443
|
+
BatchPutAssetPropertyErrors.member = Shapes::ShapeRef.new(shape: BatchPutAssetPropertyError)
|
444
|
+
|
445
|
+
BatchPutAssetPropertyValueRequest.add_member(:entries, Shapes::ShapeRef.new(shape: PutAssetPropertyValueEntries, required: true, location_name: "entries"))
|
446
|
+
BatchPutAssetPropertyValueRequest.struct_class = Types::BatchPutAssetPropertyValueRequest
|
447
|
+
|
448
|
+
BatchPutAssetPropertyValueResponse.add_member(:error_entries, Shapes::ShapeRef.new(shape: BatchPutAssetPropertyErrorEntries, required: true, location_name: "errorEntries"))
|
449
|
+
BatchPutAssetPropertyValueResponse.struct_class = Types::BatchPutAssetPropertyValueResponse
|
450
|
+
|
451
|
+
ConflictingOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
452
|
+
ConflictingOperationException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
|
453
|
+
ConflictingOperationException.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
454
|
+
ConflictingOperationException.struct_class = Types::ConflictingOperationException
|
455
|
+
|
456
|
+
CreateAccessPolicyRequest.add_member(:access_policy_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location_name: "accessPolicyIdentity"))
|
457
|
+
CreateAccessPolicyRequest.add_member(:access_policy_resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "accessPolicyResource"))
|
458
|
+
CreateAccessPolicyRequest.add_member(:access_policy_permission, Shapes::ShapeRef.new(shape: Permission, required: true, location_name: "accessPolicyPermission"))
|
459
|
+
CreateAccessPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
460
|
+
CreateAccessPolicyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
461
|
+
CreateAccessPolicyRequest.struct_class = Types::CreateAccessPolicyRequest
|
462
|
+
|
463
|
+
CreateAccessPolicyResponse.add_member(:access_policy_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "accessPolicyId"))
|
464
|
+
CreateAccessPolicyResponse.add_member(:access_policy_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "accessPolicyArn"))
|
465
|
+
CreateAccessPolicyResponse.struct_class = Types::CreateAccessPolicyResponse
|
466
|
+
|
467
|
+
CreateAssetModelRequest.add_member(:asset_model_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetModelName"))
|
468
|
+
CreateAssetModelRequest.add_member(:asset_model_description, Shapes::ShapeRef.new(shape: Description, location_name: "assetModelDescription"))
|
469
|
+
CreateAssetModelRequest.add_member(:asset_model_properties, Shapes::ShapeRef.new(shape: AssetModelPropertyDefinitions, location_name: "assetModelProperties"))
|
470
|
+
CreateAssetModelRequest.add_member(:asset_model_hierarchies, Shapes::ShapeRef.new(shape: AssetModelHierarchyDefinitions, location_name: "assetModelHierarchies"))
|
471
|
+
CreateAssetModelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
472
|
+
CreateAssetModelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
473
|
+
CreateAssetModelRequest.struct_class = Types::CreateAssetModelRequest
|
474
|
+
|
475
|
+
CreateAssetModelResponse.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
476
|
+
CreateAssetModelResponse.add_member(:asset_model_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "assetModelArn"))
|
477
|
+
CreateAssetModelResponse.add_member(:asset_model_status, Shapes::ShapeRef.new(shape: AssetModelStatus, required: true, location_name: "assetModelStatus"))
|
478
|
+
CreateAssetModelResponse.struct_class = Types::CreateAssetModelResponse
|
479
|
+
|
480
|
+
CreateAssetRequest.add_member(:asset_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetName"))
|
481
|
+
CreateAssetRequest.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
482
|
+
CreateAssetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
483
|
+
CreateAssetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
484
|
+
CreateAssetRequest.struct_class = Types::CreateAssetRequest
|
485
|
+
|
486
|
+
CreateAssetResponse.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
487
|
+
CreateAssetResponse.add_member(:asset_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "assetArn"))
|
488
|
+
CreateAssetResponse.add_member(:asset_status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "assetStatus"))
|
489
|
+
CreateAssetResponse.struct_class = Types::CreateAssetResponse
|
490
|
+
|
491
|
+
CreateDashboardRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "projectId"))
|
492
|
+
CreateDashboardRequest.add_member(:dashboard_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "dashboardName"))
|
493
|
+
CreateDashboardRequest.add_member(:dashboard_description, Shapes::ShapeRef.new(shape: Description, location_name: "dashboardDescription"))
|
494
|
+
CreateDashboardRequest.add_member(:dashboard_definition, Shapes::ShapeRef.new(shape: DashboardDefinition, required: true, location_name: "dashboardDefinition"))
|
495
|
+
CreateDashboardRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
496
|
+
CreateDashboardRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
497
|
+
CreateDashboardRequest.struct_class = Types::CreateDashboardRequest
|
498
|
+
|
499
|
+
CreateDashboardResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "dashboardId"))
|
500
|
+
CreateDashboardResponse.add_member(:dashboard_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "dashboardArn"))
|
501
|
+
CreateDashboardResponse.struct_class = Types::CreateDashboardResponse
|
502
|
+
|
503
|
+
CreateGatewayRequest.add_member(:gateway_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "gatewayName"))
|
504
|
+
CreateGatewayRequest.add_member(:gateway_platform, Shapes::ShapeRef.new(shape: GatewayPlatform, required: true, location_name: "gatewayPlatform"))
|
505
|
+
CreateGatewayRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
506
|
+
CreateGatewayRequest.struct_class = Types::CreateGatewayRequest
|
507
|
+
|
508
|
+
CreateGatewayResponse.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "gatewayId"))
|
509
|
+
CreateGatewayResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "gatewayArn"))
|
510
|
+
CreateGatewayResponse.struct_class = Types::CreateGatewayResponse
|
511
|
+
|
512
|
+
CreatePortalRequest.add_member(:portal_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "portalName"))
|
513
|
+
CreatePortalRequest.add_member(:portal_description, Shapes::ShapeRef.new(shape: Description, location_name: "portalDescription"))
|
514
|
+
CreatePortalRequest.add_member(:portal_contact_email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "portalContactEmail"))
|
515
|
+
CreatePortalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
516
|
+
CreatePortalRequest.add_member(:portal_logo_image_file, Shapes::ShapeRef.new(shape: ImageFile, location_name: "portalLogoImageFile"))
|
517
|
+
CreatePortalRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "roleArn"))
|
518
|
+
CreatePortalRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
519
|
+
CreatePortalRequest.struct_class = Types::CreatePortalRequest
|
520
|
+
|
521
|
+
CreatePortalResponse.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "portalId"))
|
522
|
+
CreatePortalResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
523
|
+
CreatePortalResponse.add_member(:portal_start_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "portalStartUrl"))
|
524
|
+
CreatePortalResponse.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, required: true, location_name: "portalStatus"))
|
525
|
+
CreatePortalResponse.add_member(:sso_application_id, Shapes::ShapeRef.new(shape: SSOApplicationId, required: true, location_name: "ssoApplicationId"))
|
526
|
+
CreatePortalResponse.struct_class = Types::CreatePortalResponse
|
527
|
+
|
528
|
+
CreateProjectRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "portalId"))
|
529
|
+
CreateProjectRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "projectName"))
|
530
|
+
CreateProjectRequest.add_member(:project_description, Shapes::ShapeRef.new(shape: Description, location_name: "projectDescription"))
|
531
|
+
CreateProjectRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
532
|
+
CreateProjectRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
533
|
+
CreateProjectRequest.struct_class = Types::CreateProjectRequest
|
534
|
+
|
535
|
+
CreateProjectResponse.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "projectId"))
|
536
|
+
CreateProjectResponse.add_member(:project_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "projectArn"))
|
537
|
+
CreateProjectResponse.struct_class = Types::CreateProjectResponse
|
538
|
+
|
539
|
+
DashboardSummaries.member = Shapes::ShapeRef.new(shape: DashboardSummary)
|
540
|
+
|
541
|
+
DashboardSummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
542
|
+
DashboardSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
543
|
+
DashboardSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
544
|
+
DashboardSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
545
|
+
DashboardSummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateDate"))
|
546
|
+
DashboardSummary.struct_class = Types::DashboardSummary
|
547
|
+
|
548
|
+
DeleteAccessPolicyRequest.add_member(:access_policy_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "accessPolicyId"))
|
549
|
+
DeleteAccessPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
550
|
+
DeleteAccessPolicyRequest.struct_class = Types::DeleteAccessPolicyRequest
|
551
|
+
|
552
|
+
DeleteAccessPolicyResponse.struct_class = Types::DeleteAccessPolicyResponse
|
553
|
+
|
554
|
+
DeleteAssetModelRequest.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetModelId"))
|
555
|
+
DeleteAssetModelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
556
|
+
DeleteAssetModelRequest.struct_class = Types::DeleteAssetModelRequest
|
557
|
+
|
558
|
+
DeleteAssetModelResponse.add_member(:asset_model_status, Shapes::ShapeRef.new(shape: AssetModelStatus, required: true, location_name: "assetModelStatus"))
|
559
|
+
DeleteAssetModelResponse.struct_class = Types::DeleteAssetModelResponse
|
560
|
+
|
561
|
+
DeleteAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
|
562
|
+
DeleteAssetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
563
|
+
DeleteAssetRequest.struct_class = Types::DeleteAssetRequest
|
564
|
+
|
565
|
+
DeleteAssetResponse.add_member(:asset_status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "assetStatus"))
|
566
|
+
DeleteAssetResponse.struct_class = Types::DeleteAssetResponse
|
567
|
+
|
568
|
+
DeleteDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "dashboardId"))
|
569
|
+
DeleteDashboardRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
570
|
+
DeleteDashboardRequest.struct_class = Types::DeleteDashboardRequest
|
571
|
+
|
572
|
+
DeleteDashboardResponse.struct_class = Types::DeleteDashboardResponse
|
573
|
+
|
574
|
+
DeleteGatewayRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "gatewayId"))
|
575
|
+
DeleteGatewayRequest.struct_class = Types::DeleteGatewayRequest
|
576
|
+
|
577
|
+
DeletePortalRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "portalId"))
|
578
|
+
DeletePortalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
579
|
+
DeletePortalRequest.struct_class = Types::DeletePortalRequest
|
580
|
+
|
581
|
+
DeletePortalResponse.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, required: true, location_name: "portalStatus"))
|
582
|
+
DeletePortalResponse.struct_class = Types::DeletePortalResponse
|
583
|
+
|
584
|
+
DeleteProjectRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "projectId"))
|
585
|
+
DeleteProjectRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
586
|
+
DeleteProjectRequest.struct_class = Types::DeleteProjectRequest
|
587
|
+
|
588
|
+
DeleteProjectResponse.struct_class = Types::DeleteProjectResponse
|
589
|
+
|
590
|
+
DescribeAccessPolicyRequest.add_member(:access_policy_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "accessPolicyId"))
|
591
|
+
DescribeAccessPolicyRequest.struct_class = Types::DescribeAccessPolicyRequest
|
592
|
+
|
593
|
+
DescribeAccessPolicyResponse.add_member(:access_policy_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "accessPolicyId"))
|
594
|
+
DescribeAccessPolicyResponse.add_member(:access_policy_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "accessPolicyArn"))
|
595
|
+
DescribeAccessPolicyResponse.add_member(:access_policy_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location_name: "accessPolicyIdentity"))
|
596
|
+
DescribeAccessPolicyResponse.add_member(:access_policy_resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "accessPolicyResource"))
|
597
|
+
DescribeAccessPolicyResponse.add_member(:access_policy_permission, Shapes::ShapeRef.new(shape: Permission, required: true, location_name: "accessPolicyPermission"))
|
598
|
+
DescribeAccessPolicyResponse.add_member(:access_policy_creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "accessPolicyCreationDate"))
|
599
|
+
DescribeAccessPolicyResponse.add_member(:access_policy_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "accessPolicyLastUpdateDate"))
|
600
|
+
DescribeAccessPolicyResponse.struct_class = Types::DescribeAccessPolicyResponse
|
601
|
+
|
602
|
+
DescribeAssetModelRequest.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetModelId"))
|
603
|
+
DescribeAssetModelRequest.struct_class = Types::DescribeAssetModelRequest
|
604
|
+
|
605
|
+
DescribeAssetModelResponse.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
606
|
+
DescribeAssetModelResponse.add_member(:asset_model_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "assetModelArn"))
|
607
|
+
DescribeAssetModelResponse.add_member(:asset_model_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetModelName"))
|
608
|
+
DescribeAssetModelResponse.add_member(:asset_model_description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "assetModelDescription"))
|
609
|
+
DescribeAssetModelResponse.add_member(:asset_model_properties, Shapes::ShapeRef.new(shape: AssetModelProperties, required: true, location_name: "assetModelProperties"))
|
610
|
+
DescribeAssetModelResponse.add_member(:asset_model_hierarchies, Shapes::ShapeRef.new(shape: AssetModelHierarchies, required: true, location_name: "assetModelHierarchies"))
|
611
|
+
DescribeAssetModelResponse.add_member(:asset_model_creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "assetModelCreationDate"))
|
612
|
+
DescribeAssetModelResponse.add_member(:asset_model_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "assetModelLastUpdateDate"))
|
613
|
+
DescribeAssetModelResponse.add_member(:asset_model_status, Shapes::ShapeRef.new(shape: AssetModelStatus, required: true, location_name: "assetModelStatus"))
|
614
|
+
DescribeAssetModelResponse.struct_class = Types::DescribeAssetModelResponse
|
615
|
+
|
616
|
+
DescribeAssetPropertyRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
|
617
|
+
DescribeAssetPropertyRequest.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "propertyId"))
|
618
|
+
DescribeAssetPropertyRequest.struct_class = Types::DescribeAssetPropertyRequest
|
619
|
+
|
620
|
+
DescribeAssetPropertyResponse.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
621
|
+
DescribeAssetPropertyResponse.add_member(:asset_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetName"))
|
622
|
+
DescribeAssetPropertyResponse.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
623
|
+
DescribeAssetPropertyResponse.add_member(:asset_property, Shapes::ShapeRef.new(shape: Property, required: true, location_name: "assetProperty"))
|
624
|
+
DescribeAssetPropertyResponse.struct_class = Types::DescribeAssetPropertyResponse
|
625
|
+
|
626
|
+
DescribeAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
|
627
|
+
DescribeAssetRequest.struct_class = Types::DescribeAssetRequest
|
628
|
+
|
629
|
+
DescribeAssetResponse.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
630
|
+
DescribeAssetResponse.add_member(:asset_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "assetArn"))
|
631
|
+
DescribeAssetResponse.add_member(:asset_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetName"))
|
632
|
+
DescribeAssetResponse.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
633
|
+
DescribeAssetResponse.add_member(:asset_properties, Shapes::ShapeRef.new(shape: AssetProperties, required: true, location_name: "assetProperties"))
|
634
|
+
DescribeAssetResponse.add_member(:asset_hierarchies, Shapes::ShapeRef.new(shape: AssetHierarchies, required: true, location_name: "assetHierarchies"))
|
635
|
+
DescribeAssetResponse.add_member(:asset_creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "assetCreationDate"))
|
636
|
+
DescribeAssetResponse.add_member(:asset_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "assetLastUpdateDate"))
|
637
|
+
DescribeAssetResponse.add_member(:asset_status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "assetStatus"))
|
638
|
+
DescribeAssetResponse.struct_class = Types::DescribeAssetResponse
|
639
|
+
|
640
|
+
DescribeDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "dashboardId"))
|
641
|
+
DescribeDashboardRequest.struct_class = Types::DescribeDashboardRequest
|
642
|
+
|
643
|
+
DescribeDashboardResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "dashboardId"))
|
644
|
+
DescribeDashboardResponse.add_member(:dashboard_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "dashboardArn"))
|
645
|
+
DescribeDashboardResponse.add_member(:dashboard_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "dashboardName"))
|
646
|
+
DescribeDashboardResponse.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "projectId"))
|
647
|
+
DescribeDashboardResponse.add_member(:dashboard_description, Shapes::ShapeRef.new(shape: Description, location_name: "dashboardDescription"))
|
648
|
+
DescribeDashboardResponse.add_member(:dashboard_definition, Shapes::ShapeRef.new(shape: DashboardDefinition, required: true, location_name: "dashboardDefinition"))
|
649
|
+
DescribeDashboardResponse.add_member(:dashboard_creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "dashboardCreationDate"))
|
650
|
+
DescribeDashboardResponse.add_member(:dashboard_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "dashboardLastUpdateDate"))
|
651
|
+
DescribeDashboardResponse.struct_class = Types::DescribeDashboardResponse
|
652
|
+
|
653
|
+
DescribeGatewayCapabilityConfigurationRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "gatewayId"))
|
654
|
+
DescribeGatewayCapabilityConfigurationRequest.add_member(:capability_namespace, Shapes::ShapeRef.new(shape: CapabilityNamespace, required: true, location: "uri", location_name: "capabilityNamespace"))
|
655
|
+
DescribeGatewayCapabilityConfigurationRequest.struct_class = Types::DescribeGatewayCapabilityConfigurationRequest
|
656
|
+
|
657
|
+
DescribeGatewayCapabilityConfigurationResponse.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "gatewayId"))
|
658
|
+
DescribeGatewayCapabilityConfigurationResponse.add_member(:capability_namespace, Shapes::ShapeRef.new(shape: CapabilityNamespace, required: true, location_name: "capabilityNamespace"))
|
659
|
+
DescribeGatewayCapabilityConfigurationResponse.add_member(:capability_configuration, Shapes::ShapeRef.new(shape: CapabilityConfiguration, required: true, location_name: "capabilityConfiguration"))
|
660
|
+
DescribeGatewayCapabilityConfigurationResponse.add_member(:capability_sync_status, Shapes::ShapeRef.new(shape: CapabilitySyncStatus, required: true, location_name: "capabilitySyncStatus"))
|
661
|
+
DescribeGatewayCapabilityConfigurationResponse.struct_class = Types::DescribeGatewayCapabilityConfigurationResponse
|
662
|
+
|
663
|
+
DescribeGatewayRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "gatewayId"))
|
664
|
+
DescribeGatewayRequest.struct_class = Types::DescribeGatewayRequest
|
665
|
+
|
666
|
+
DescribeGatewayResponse.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "gatewayId"))
|
667
|
+
DescribeGatewayResponse.add_member(:gateway_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "gatewayName"))
|
668
|
+
DescribeGatewayResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "gatewayArn"))
|
669
|
+
DescribeGatewayResponse.add_member(:gateway_platform, Shapes::ShapeRef.new(shape: GatewayPlatform, location_name: "gatewayPlatform"))
|
670
|
+
DescribeGatewayResponse.add_member(:gateway_capability_summaries, Shapes::ShapeRef.new(shape: GatewayCapabilitySummaries, required: true, location_name: "gatewayCapabilitySummaries"))
|
671
|
+
DescribeGatewayResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDate"))
|
672
|
+
DescribeGatewayResponse.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateDate"))
|
673
|
+
DescribeGatewayResponse.struct_class = Types::DescribeGatewayResponse
|
674
|
+
|
675
|
+
DescribeLoggingOptionsRequest.struct_class = Types::DescribeLoggingOptionsRequest
|
676
|
+
|
677
|
+
DescribeLoggingOptionsResponse.add_member(:logging_options, Shapes::ShapeRef.new(shape: LoggingOptions, required: true, location_name: "loggingOptions"))
|
678
|
+
DescribeLoggingOptionsResponse.struct_class = Types::DescribeLoggingOptionsResponse
|
679
|
+
|
680
|
+
DescribePortalRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "portalId"))
|
681
|
+
DescribePortalRequest.struct_class = Types::DescribePortalRequest
|
682
|
+
|
683
|
+
DescribePortalResponse.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "portalId"))
|
684
|
+
DescribePortalResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
|
685
|
+
DescribePortalResponse.add_member(:portal_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "portalName"))
|
686
|
+
DescribePortalResponse.add_member(:portal_description, Shapes::ShapeRef.new(shape: Description, location_name: "portalDescription"))
|
687
|
+
DescribePortalResponse.add_member(:portal_client_id, Shapes::ShapeRef.new(shape: PortalClientId, required: true, location_name: "portalClientId"))
|
688
|
+
DescribePortalResponse.add_member(:portal_start_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "portalStartUrl"))
|
689
|
+
DescribePortalResponse.add_member(:portal_contact_email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "portalContactEmail"))
|
690
|
+
DescribePortalResponse.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, required: true, location_name: "portalStatus"))
|
691
|
+
DescribePortalResponse.add_member(:portal_creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "portalCreationDate"))
|
692
|
+
DescribePortalResponse.add_member(:portal_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "portalLastUpdateDate"))
|
693
|
+
DescribePortalResponse.add_member(:portal_logo_image, Shapes::ShapeRef.new(shape: Image, location_name: "portalLogoImage"))
|
694
|
+
DescribePortalResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "roleArn"))
|
695
|
+
DescribePortalResponse.struct_class = Types::DescribePortalResponse
|
696
|
+
|
697
|
+
DescribeProjectRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "projectId"))
|
698
|
+
DescribeProjectRequest.struct_class = Types::DescribeProjectRequest
|
699
|
+
|
700
|
+
DescribeProjectResponse.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "projectId"))
|
701
|
+
DescribeProjectResponse.add_member(:project_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "projectArn"))
|
702
|
+
DescribeProjectResponse.add_member(:project_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "projectName"))
|
703
|
+
DescribeProjectResponse.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "portalId"))
|
704
|
+
DescribeProjectResponse.add_member(:project_description, Shapes::ShapeRef.new(shape: Description, location_name: "projectDescription"))
|
705
|
+
DescribeProjectResponse.add_member(:project_creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "projectCreationDate"))
|
706
|
+
DescribeProjectResponse.add_member(:project_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "projectLastUpdateDate"))
|
707
|
+
DescribeProjectResponse.struct_class = Types::DescribeProjectResponse
|
708
|
+
|
709
|
+
DisassociateAssetsRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
|
710
|
+
DisassociateAssetsRequest.add_member(:hierarchy_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "hierarchyId"))
|
711
|
+
DisassociateAssetsRequest.add_member(:child_asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "childAssetId"))
|
712
|
+
DisassociateAssetsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
713
|
+
DisassociateAssetsRequest.struct_class = Types::DisassociateAssetsRequest
|
714
|
+
|
715
|
+
ErrorDetails.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, required: true, location_name: "code"))
|
716
|
+
ErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
717
|
+
ErrorDetails.struct_class = Types::ErrorDetails
|
718
|
+
|
719
|
+
ExpressionVariable.add_member(:name, Shapes::ShapeRef.new(shape: VariableName, required: true, location_name: "name"))
|
720
|
+
ExpressionVariable.add_member(:value, Shapes::ShapeRef.new(shape: VariableValue, required: true, location_name: "value"))
|
721
|
+
ExpressionVariable.struct_class = Types::ExpressionVariable
|
722
|
+
|
723
|
+
ExpressionVariables.member = Shapes::ShapeRef.new(shape: ExpressionVariable)
|
724
|
+
|
725
|
+
GatewayCapabilitySummaries.member = Shapes::ShapeRef.new(shape: GatewayCapabilitySummary)
|
726
|
+
|
727
|
+
GatewayCapabilitySummary.add_member(:capability_namespace, Shapes::ShapeRef.new(shape: CapabilityNamespace, required: true, location_name: "capabilityNamespace"))
|
728
|
+
GatewayCapabilitySummary.add_member(:capability_sync_status, Shapes::ShapeRef.new(shape: CapabilitySyncStatus, required: true, location_name: "capabilitySyncStatus"))
|
729
|
+
GatewayCapabilitySummary.struct_class = Types::GatewayCapabilitySummary
|
730
|
+
|
731
|
+
GatewayPlatform.add_member(:greengrass, Shapes::ShapeRef.new(shape: Greengrass, required: true, location_name: "greengrass"))
|
732
|
+
GatewayPlatform.struct_class = Types::GatewayPlatform
|
733
|
+
|
734
|
+
GatewaySummaries.member = Shapes::ShapeRef.new(shape: GatewaySummary)
|
735
|
+
|
736
|
+
GatewaySummary.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "gatewayId"))
|
737
|
+
GatewaySummary.add_member(:gateway_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "gatewayName"))
|
738
|
+
GatewaySummary.add_member(:gateway_capability_summaries, Shapes::ShapeRef.new(shape: GatewayCapabilitySummaries, location_name: "gatewayCapabilitySummaries"))
|
739
|
+
GatewaySummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDate"))
|
740
|
+
GatewaySummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateDate"))
|
741
|
+
GatewaySummary.struct_class = Types::GatewaySummary
|
742
|
+
|
743
|
+
GetAssetPropertyAggregatesRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "assetId"))
|
744
|
+
GetAssetPropertyAggregatesRequest.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "propertyId"))
|
745
|
+
GetAssetPropertyAggregatesRequest.add_member(:property_alias, Shapes::ShapeRef.new(shape: AssetPropertyAlias, location: "querystring", location_name: "propertyAlias"))
|
746
|
+
GetAssetPropertyAggregatesRequest.add_member(:aggregate_types, Shapes::ShapeRef.new(shape: AggregateTypes, required: true, location: "querystring", location_name: "aggregateTypes"))
|
747
|
+
GetAssetPropertyAggregatesRequest.add_member(:resolution, Shapes::ShapeRef.new(shape: Resolution, required: true, location: "querystring", location_name: "resolution"))
|
748
|
+
GetAssetPropertyAggregatesRequest.add_member(:qualities, Shapes::ShapeRef.new(shape: Qualities, location: "querystring", location_name: "qualities"))
|
749
|
+
GetAssetPropertyAggregatesRequest.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "startDate"))
|
750
|
+
GetAssetPropertyAggregatesRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "endDate"))
|
751
|
+
GetAssetPropertyAggregatesRequest.add_member(:time_ordering, Shapes::ShapeRef.new(shape: TimeOrdering, location: "querystring", location_name: "timeOrdering"))
|
752
|
+
GetAssetPropertyAggregatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
753
|
+
GetAssetPropertyAggregatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
754
|
+
GetAssetPropertyAggregatesRequest.struct_class = Types::GetAssetPropertyAggregatesRequest
|
755
|
+
|
756
|
+
GetAssetPropertyAggregatesResponse.add_member(:aggregated_values, Shapes::ShapeRef.new(shape: AggregatedValues, required: true, location_name: "aggregatedValues"))
|
757
|
+
GetAssetPropertyAggregatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
758
|
+
GetAssetPropertyAggregatesResponse.struct_class = Types::GetAssetPropertyAggregatesResponse
|
759
|
+
|
760
|
+
GetAssetPropertyValueHistoryRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "assetId"))
|
761
|
+
GetAssetPropertyValueHistoryRequest.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "propertyId"))
|
762
|
+
GetAssetPropertyValueHistoryRequest.add_member(:property_alias, Shapes::ShapeRef.new(shape: AssetPropertyAlias, location: "querystring", location_name: "propertyAlias"))
|
763
|
+
GetAssetPropertyValueHistoryRequest.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "startDate"))
|
764
|
+
GetAssetPropertyValueHistoryRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "endDate"))
|
765
|
+
GetAssetPropertyValueHistoryRequest.add_member(:qualities, Shapes::ShapeRef.new(shape: Qualities, location: "querystring", location_name: "qualities"))
|
766
|
+
GetAssetPropertyValueHistoryRequest.add_member(:time_ordering, Shapes::ShapeRef.new(shape: TimeOrdering, location: "querystring", location_name: "timeOrdering"))
|
767
|
+
GetAssetPropertyValueHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
768
|
+
GetAssetPropertyValueHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
769
|
+
GetAssetPropertyValueHistoryRequest.struct_class = Types::GetAssetPropertyValueHistoryRequest
|
770
|
+
|
771
|
+
GetAssetPropertyValueHistoryResponse.add_member(:asset_property_value_history, Shapes::ShapeRef.new(shape: AssetPropertyValueHistory, required: true, location_name: "assetPropertyValueHistory"))
|
772
|
+
GetAssetPropertyValueHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
773
|
+
GetAssetPropertyValueHistoryResponse.struct_class = Types::GetAssetPropertyValueHistoryResponse
|
774
|
+
|
775
|
+
GetAssetPropertyValueRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "assetId"))
|
776
|
+
GetAssetPropertyValueRequest.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "propertyId"))
|
777
|
+
GetAssetPropertyValueRequest.add_member(:property_alias, Shapes::ShapeRef.new(shape: AssetPropertyAlias, location: "querystring", location_name: "propertyAlias"))
|
778
|
+
GetAssetPropertyValueRequest.struct_class = Types::GetAssetPropertyValueRequest
|
779
|
+
|
780
|
+
GetAssetPropertyValueResponse.add_member(:property_value, Shapes::ShapeRef.new(shape: AssetPropertyValue, location_name: "propertyValue"))
|
781
|
+
GetAssetPropertyValueResponse.struct_class = Types::GetAssetPropertyValueResponse
|
782
|
+
|
783
|
+
Greengrass.add_member(:group_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "groupArn"))
|
784
|
+
Greengrass.struct_class = Types::Greengrass
|
785
|
+
|
786
|
+
GroupIdentity.add_member(:id, Shapes::ShapeRef.new(shape: IdentityId, required: true, location_name: "id"))
|
787
|
+
GroupIdentity.struct_class = Types::GroupIdentity
|
788
|
+
|
789
|
+
IDs.member = Shapes::ShapeRef.new(shape: ID)
|
790
|
+
|
791
|
+
Identity.add_member(:user, Shapes::ShapeRef.new(shape: UserIdentity, location_name: "user"))
|
792
|
+
Identity.add_member(:group, Shapes::ShapeRef.new(shape: GroupIdentity, location_name: "group"))
|
793
|
+
Identity.struct_class = Types::Identity
|
794
|
+
|
795
|
+
Image.add_member(:location_url, Shapes::ShapeRef.new(shape: Url, location_name: "locationUrl"))
|
796
|
+
Image.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateDate"))
|
797
|
+
Image.struct_class = Types::Image
|
798
|
+
|
799
|
+
ImageFile.add_member(:encoded_string, Shapes::ShapeRef.new(shape: ImageFileData, required: true, location_name: "encodedString"))
|
800
|
+
ImageFile.add_member(:file_type, Shapes::ShapeRef.new(shape: ImageFileType, required: true, location_name: "fileType"))
|
801
|
+
ImageFile.struct_class = Types::ImageFile
|
802
|
+
|
803
|
+
InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
804
|
+
InternalFailureException.struct_class = Types::InternalFailureException
|
805
|
+
|
806
|
+
InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
807
|
+
InvalidRequestException.struct_class = Types::InvalidRequestException
|
808
|
+
|
809
|
+
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
810
|
+
LimitExceededException.struct_class = Types::LimitExceededException
|
811
|
+
|
812
|
+
ListAccessPoliciesRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, location: "querystring", location_name: "identityType"))
|
813
|
+
ListAccessPoliciesRequest.add_member(:identity_id, Shapes::ShapeRef.new(shape: IdentityId, location: "querystring", location_name: "identityId"))
|
814
|
+
ListAccessPoliciesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location: "querystring", location_name: "resourceType"))
|
815
|
+
ListAccessPoliciesRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "resourceId"))
|
816
|
+
ListAccessPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
817
|
+
ListAccessPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
818
|
+
ListAccessPoliciesRequest.struct_class = Types::ListAccessPoliciesRequest
|
819
|
+
|
820
|
+
ListAccessPoliciesResponse.add_member(:access_policy_summaries, Shapes::ShapeRef.new(shape: AccessPolicySummaries, required: true, location_name: "accessPolicySummaries"))
|
821
|
+
ListAccessPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
822
|
+
ListAccessPoliciesResponse.struct_class = Types::ListAccessPoliciesResponse
|
823
|
+
|
824
|
+
ListAssetModelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
825
|
+
ListAssetModelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
826
|
+
ListAssetModelsRequest.struct_class = Types::ListAssetModelsRequest
|
827
|
+
|
828
|
+
ListAssetModelsResponse.add_member(:asset_model_summaries, Shapes::ShapeRef.new(shape: AssetModelSummaries, required: true, location_name: "assetModelSummaries"))
|
829
|
+
ListAssetModelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
830
|
+
ListAssetModelsResponse.struct_class = Types::ListAssetModelsResponse
|
831
|
+
|
832
|
+
ListAssetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
833
|
+
ListAssetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
834
|
+
ListAssetsRequest.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "assetModelId"))
|
835
|
+
ListAssetsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListAssetsFilter, location: "querystring", location_name: "filter"))
|
836
|
+
ListAssetsRequest.struct_class = Types::ListAssetsRequest
|
837
|
+
|
838
|
+
ListAssetsResponse.add_member(:asset_summaries, Shapes::ShapeRef.new(shape: AssetSummaries, required: true, location_name: "assetSummaries"))
|
839
|
+
ListAssetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
840
|
+
ListAssetsResponse.struct_class = Types::ListAssetsResponse
|
841
|
+
|
842
|
+
ListAssociatedAssetsRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
|
843
|
+
ListAssociatedAssetsRequest.add_member(:hierarchy_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "querystring", location_name: "hierarchyId"))
|
844
|
+
ListAssociatedAssetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
845
|
+
ListAssociatedAssetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
846
|
+
ListAssociatedAssetsRequest.struct_class = Types::ListAssociatedAssetsRequest
|
847
|
+
|
848
|
+
ListAssociatedAssetsResponse.add_member(:asset_summaries, Shapes::ShapeRef.new(shape: AssociatedAssetsSummaries, required: true, location_name: "assetSummaries"))
|
849
|
+
ListAssociatedAssetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
850
|
+
ListAssociatedAssetsResponse.struct_class = Types::ListAssociatedAssetsResponse
|
851
|
+
|
852
|
+
ListDashboardsRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "querystring", location_name: "projectId"))
|
853
|
+
ListDashboardsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
854
|
+
ListDashboardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
855
|
+
ListDashboardsRequest.struct_class = Types::ListDashboardsRequest
|
856
|
+
|
857
|
+
ListDashboardsResponse.add_member(:dashboard_summaries, Shapes::ShapeRef.new(shape: DashboardSummaries, required: true, location_name: "dashboardSummaries"))
|
858
|
+
ListDashboardsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
859
|
+
ListDashboardsResponse.struct_class = Types::ListDashboardsResponse
|
860
|
+
|
861
|
+
ListGatewaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
862
|
+
ListGatewaysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
863
|
+
ListGatewaysRequest.struct_class = Types::ListGatewaysRequest
|
864
|
+
|
865
|
+
ListGatewaysResponse.add_member(:gateway_summaries, Shapes::ShapeRef.new(shape: GatewaySummaries, required: true, location_name: "gatewaySummaries"))
|
866
|
+
ListGatewaysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
867
|
+
ListGatewaysResponse.struct_class = Types::ListGatewaysResponse
|
868
|
+
|
869
|
+
ListPortalsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
870
|
+
ListPortalsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
871
|
+
ListPortalsRequest.struct_class = Types::ListPortalsRequest
|
872
|
+
|
873
|
+
ListPortalsResponse.add_member(:portal_summaries, Shapes::ShapeRef.new(shape: PortalSummaries, location_name: "portalSummaries"))
|
874
|
+
ListPortalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
875
|
+
ListPortalsResponse.struct_class = Types::ListPortalsResponse
|
876
|
+
|
877
|
+
ListProjectAssetsRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "projectId"))
|
878
|
+
ListProjectAssetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
879
|
+
ListProjectAssetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
880
|
+
ListProjectAssetsRequest.struct_class = Types::ListProjectAssetsRequest
|
881
|
+
|
882
|
+
ListProjectAssetsResponse.add_member(:asset_ids, Shapes::ShapeRef.new(shape: AssetIDs, required: true, location_name: "assetIds"))
|
883
|
+
ListProjectAssetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
884
|
+
ListProjectAssetsResponse.struct_class = Types::ListProjectAssetsResponse
|
885
|
+
|
886
|
+
ListProjectsRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "querystring", location_name: "portalId"))
|
887
|
+
ListProjectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
888
|
+
ListProjectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
889
|
+
ListProjectsRequest.struct_class = Types::ListProjectsRequest
|
890
|
+
|
891
|
+
ListProjectsResponse.add_member(:project_summaries, Shapes::ShapeRef.new(shape: ProjectSummaries, required: true, location_name: "projectSummaries"))
|
892
|
+
ListProjectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
893
|
+
ListProjectsResponse.struct_class = Types::ListProjectsResponse
|
894
|
+
|
895
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "querystring", location_name: "resourceArn"))
|
896
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
897
|
+
|
898
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
899
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
900
|
+
|
901
|
+
LoggingOptions.add_member(:level, Shapes::ShapeRef.new(shape: LoggingLevel, required: true, location_name: "level"))
|
902
|
+
LoggingOptions.struct_class = Types::LoggingOptions
|
903
|
+
|
904
|
+
Measurement.struct_class = Types::Measurement
|
905
|
+
|
906
|
+
Metric.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "expression"))
|
907
|
+
Metric.add_member(:variables, Shapes::ShapeRef.new(shape: ExpressionVariables, required: true, location_name: "variables"))
|
908
|
+
Metric.add_member(:window, Shapes::ShapeRef.new(shape: MetricWindow, required: true, location_name: "window"))
|
909
|
+
Metric.struct_class = Types::Metric
|
910
|
+
|
911
|
+
MetricWindow.add_member(:tumbling, Shapes::ShapeRef.new(shape: TumblingWindow, location_name: "tumbling"))
|
912
|
+
MetricWindow.struct_class = Types::MetricWindow
|
913
|
+
|
914
|
+
MonitorErrorDetails.add_member(:code, Shapes::ShapeRef.new(shape: MonitorErrorCode, location_name: "code"))
|
915
|
+
MonitorErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: MonitorErrorMessage, location_name: "message"))
|
916
|
+
MonitorErrorDetails.struct_class = Types::MonitorErrorDetails
|
917
|
+
|
918
|
+
PortalResource.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
919
|
+
PortalResource.struct_class = Types::PortalResource
|
920
|
+
|
921
|
+
PortalStatus.add_member(:state, Shapes::ShapeRef.new(shape: PortalState, required: true, location_name: "state"))
|
922
|
+
PortalStatus.add_member(:error, Shapes::ShapeRef.new(shape: MonitorErrorDetails, location_name: "error"))
|
923
|
+
PortalStatus.struct_class = Types::PortalStatus
|
924
|
+
|
925
|
+
PortalSummaries.member = Shapes::ShapeRef.new(shape: PortalSummary)
|
926
|
+
|
927
|
+
PortalSummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
928
|
+
PortalSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
929
|
+
PortalSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
930
|
+
PortalSummary.add_member(:start_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "startUrl"))
|
931
|
+
PortalSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
932
|
+
PortalSummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateDate"))
|
933
|
+
PortalSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "roleArn"))
|
934
|
+
PortalSummary.struct_class = Types::PortalSummary
|
935
|
+
|
936
|
+
ProjectResource.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
937
|
+
ProjectResource.struct_class = Types::ProjectResource
|
938
|
+
|
939
|
+
ProjectSummaries.member = Shapes::ShapeRef.new(shape: ProjectSummary)
|
940
|
+
|
941
|
+
ProjectSummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
942
|
+
ProjectSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
943
|
+
ProjectSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
944
|
+
ProjectSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
945
|
+
ProjectSummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateDate"))
|
946
|
+
ProjectSummary.struct_class = Types::ProjectSummary
|
947
|
+
|
948
|
+
Property.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
949
|
+
Property.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
950
|
+
Property.add_member(:alias, Shapes::ShapeRef.new(shape: PropertyAlias, location_name: "alias"))
|
951
|
+
Property.add_member(:notification, Shapes::ShapeRef.new(shape: PropertyNotification, location_name: "notification"))
|
952
|
+
Property.add_member(:data_type, Shapes::ShapeRef.new(shape: PropertyDataType, required: true, location_name: "dataType"))
|
953
|
+
Property.add_member(:unit, Shapes::ShapeRef.new(shape: PropertyUnit, location_name: "unit"))
|
954
|
+
Property.add_member(:type, Shapes::ShapeRef.new(shape: PropertyType, location_name: "type"))
|
955
|
+
Property.struct_class = Types::Property
|
956
|
+
|
957
|
+
PropertyNotification.add_member(:topic, Shapes::ShapeRef.new(shape: PropertyNotificationTopic, required: true, location_name: "topic"))
|
958
|
+
PropertyNotification.add_member(:state, Shapes::ShapeRef.new(shape: PropertyNotificationState, required: true, location_name: "state"))
|
959
|
+
PropertyNotification.struct_class = Types::PropertyNotification
|
960
|
+
|
961
|
+
PropertyType.add_member(:attribute, Shapes::ShapeRef.new(shape: Attribute, location_name: "attribute"))
|
962
|
+
PropertyType.add_member(:measurement, Shapes::ShapeRef.new(shape: Measurement, location_name: "measurement"))
|
963
|
+
PropertyType.add_member(:transform, Shapes::ShapeRef.new(shape: Transform, location_name: "transform"))
|
964
|
+
PropertyType.add_member(:metric, Shapes::ShapeRef.new(shape: Metric, location_name: "metric"))
|
965
|
+
PropertyType.struct_class = Types::PropertyType
|
966
|
+
|
967
|
+
PutAssetPropertyValueEntries.member = Shapes::ShapeRef.new(shape: PutAssetPropertyValueEntry)
|
968
|
+
|
969
|
+
PutAssetPropertyValueEntry.add_member(:entry_id, Shapes::ShapeRef.new(shape: EntryId, required: true, location_name: "entryId"))
|
970
|
+
PutAssetPropertyValueEntry.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, location_name: "assetId"))
|
971
|
+
PutAssetPropertyValueEntry.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, location_name: "propertyId"))
|
972
|
+
PutAssetPropertyValueEntry.add_member(:property_alias, Shapes::ShapeRef.new(shape: AssetPropertyAlias, location_name: "propertyAlias"))
|
973
|
+
PutAssetPropertyValueEntry.add_member(:property_values, Shapes::ShapeRef.new(shape: AssetPropertyValues, required: true, location_name: "propertyValues"))
|
974
|
+
PutAssetPropertyValueEntry.struct_class = Types::PutAssetPropertyValueEntry
|
975
|
+
|
976
|
+
PutLoggingOptionsRequest.add_member(:logging_options, Shapes::ShapeRef.new(shape: LoggingOptions, required: true, location_name: "loggingOptions"))
|
977
|
+
PutLoggingOptionsRequest.struct_class = Types::PutLoggingOptionsRequest
|
978
|
+
|
979
|
+
PutLoggingOptionsResponse.struct_class = Types::PutLoggingOptionsResponse
|
980
|
+
|
981
|
+
Qualities.member = Shapes::ShapeRef.new(shape: Quality)
|
982
|
+
|
983
|
+
Resource.add_member(:portal, Shapes::ShapeRef.new(shape: PortalResource, location_name: "portal"))
|
984
|
+
Resource.add_member(:project, Shapes::ShapeRef.new(shape: ProjectResource, location_name: "project"))
|
985
|
+
Resource.struct_class = Types::Resource
|
986
|
+
|
987
|
+
ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
988
|
+
ResourceAlreadyExistsException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
|
989
|
+
ResourceAlreadyExistsException.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
990
|
+
ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
|
991
|
+
|
992
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
993
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
994
|
+
|
995
|
+
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
996
|
+
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
997
|
+
|
998
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
999
|
+
|
1000
|
+
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
1001
|
+
TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
1002
|
+
|
1003
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "querystring", location_name: "resourceArn"))
|
1004
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
1005
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
1006
|
+
|
1007
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
1008
|
+
|
1009
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
1010
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
1011
|
+
|
1012
|
+
TimeInNanos.add_member(:time_in_seconds, Shapes::ShapeRef.new(shape: TimeInSeconds, required: true, location_name: "timeInSeconds"))
|
1013
|
+
TimeInNanos.add_member(:offset_in_nanos, Shapes::ShapeRef.new(shape: OffsetInNanos, location_name: "offsetInNanos"))
|
1014
|
+
TimeInNanos.struct_class = Types::TimeInNanos
|
1015
|
+
|
1016
|
+
Timestamps.member = Shapes::ShapeRef.new(shape: TimeInNanos)
|
1017
|
+
|
1018
|
+
TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
1019
|
+
TooManyTagsException.add_member(:resource_name, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "resourceName"))
|
1020
|
+
TooManyTagsException.struct_class = Types::TooManyTagsException
|
1021
|
+
|
1022
|
+
Transform.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "expression"))
|
1023
|
+
Transform.add_member(:variables, Shapes::ShapeRef.new(shape: ExpressionVariables, required: true, location_name: "variables"))
|
1024
|
+
Transform.struct_class = Types::Transform
|
1025
|
+
|
1026
|
+
TumblingWindow.add_member(:interval, Shapes::ShapeRef.new(shape: Interval, required: true, location_name: "interval"))
|
1027
|
+
TumblingWindow.struct_class = Types::TumblingWindow
|
1028
|
+
|
1029
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "querystring", location_name: "resourceArn"))
|
1030
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
1031
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
1032
|
+
|
1033
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1034
|
+
|
1035
|
+
UpdateAccessPolicyRequest.add_member(:access_policy_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "accessPolicyId"))
|
1036
|
+
UpdateAccessPolicyRequest.add_member(:access_policy_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location_name: "accessPolicyIdentity"))
|
1037
|
+
UpdateAccessPolicyRequest.add_member(:access_policy_resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "accessPolicyResource"))
|
1038
|
+
UpdateAccessPolicyRequest.add_member(:access_policy_permission, Shapes::ShapeRef.new(shape: Permission, required: true, location_name: "accessPolicyPermission"))
|
1039
|
+
UpdateAccessPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1040
|
+
UpdateAccessPolicyRequest.struct_class = Types::UpdateAccessPolicyRequest
|
1041
|
+
|
1042
|
+
UpdateAccessPolicyResponse.struct_class = Types::UpdateAccessPolicyResponse
|
1043
|
+
|
1044
|
+
UpdateAssetModelRequest.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetModelId"))
|
1045
|
+
UpdateAssetModelRequest.add_member(:asset_model_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetModelName"))
|
1046
|
+
UpdateAssetModelRequest.add_member(:asset_model_description, Shapes::ShapeRef.new(shape: Description, location_name: "assetModelDescription"))
|
1047
|
+
UpdateAssetModelRequest.add_member(:asset_model_properties, Shapes::ShapeRef.new(shape: AssetModelProperties, location_name: "assetModelProperties"))
|
1048
|
+
UpdateAssetModelRequest.add_member(:asset_model_hierarchies, Shapes::ShapeRef.new(shape: AssetModelHierarchies, location_name: "assetModelHierarchies"))
|
1049
|
+
UpdateAssetModelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1050
|
+
UpdateAssetModelRequest.struct_class = Types::UpdateAssetModelRequest
|
1051
|
+
|
1052
|
+
UpdateAssetModelResponse.add_member(:asset_model_status, Shapes::ShapeRef.new(shape: AssetModelStatus, required: true, location_name: "assetModelStatus"))
|
1053
|
+
UpdateAssetModelResponse.struct_class = Types::UpdateAssetModelResponse
|
1054
|
+
|
1055
|
+
UpdateAssetPropertyRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
|
1056
|
+
UpdateAssetPropertyRequest.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "propertyId"))
|
1057
|
+
UpdateAssetPropertyRequest.add_member(:property_alias, Shapes::ShapeRef.new(shape: PropertyAlias, location_name: "propertyAlias"))
|
1058
|
+
UpdateAssetPropertyRequest.add_member(:property_notification_state, Shapes::ShapeRef.new(shape: PropertyNotificationState, location_name: "propertyNotificationState"))
|
1059
|
+
UpdateAssetPropertyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1060
|
+
UpdateAssetPropertyRequest.struct_class = Types::UpdateAssetPropertyRequest
|
1061
|
+
|
1062
|
+
UpdateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
|
1063
|
+
UpdateAssetRequest.add_member(:asset_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetName"))
|
1064
|
+
UpdateAssetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1065
|
+
UpdateAssetRequest.struct_class = Types::UpdateAssetRequest
|
1066
|
+
|
1067
|
+
UpdateAssetResponse.add_member(:asset_status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "assetStatus"))
|
1068
|
+
UpdateAssetResponse.struct_class = Types::UpdateAssetResponse
|
1069
|
+
|
1070
|
+
UpdateDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "dashboardId"))
|
1071
|
+
UpdateDashboardRequest.add_member(:dashboard_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "dashboardName"))
|
1072
|
+
UpdateDashboardRequest.add_member(:dashboard_description, Shapes::ShapeRef.new(shape: Description, location_name: "dashboardDescription"))
|
1073
|
+
UpdateDashboardRequest.add_member(:dashboard_definition, Shapes::ShapeRef.new(shape: DashboardDefinition, required: true, location_name: "dashboardDefinition"))
|
1074
|
+
UpdateDashboardRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1075
|
+
UpdateDashboardRequest.struct_class = Types::UpdateDashboardRequest
|
1076
|
+
|
1077
|
+
UpdateDashboardResponse.struct_class = Types::UpdateDashboardResponse
|
1078
|
+
|
1079
|
+
UpdateGatewayCapabilityConfigurationRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "gatewayId"))
|
1080
|
+
UpdateGatewayCapabilityConfigurationRequest.add_member(:capability_namespace, Shapes::ShapeRef.new(shape: CapabilityNamespace, required: true, location_name: "capabilityNamespace"))
|
1081
|
+
UpdateGatewayCapabilityConfigurationRequest.add_member(:capability_configuration, Shapes::ShapeRef.new(shape: CapabilityConfiguration, required: true, location_name: "capabilityConfiguration"))
|
1082
|
+
UpdateGatewayCapabilityConfigurationRequest.struct_class = Types::UpdateGatewayCapabilityConfigurationRequest
|
1083
|
+
|
1084
|
+
UpdateGatewayCapabilityConfigurationResponse.add_member(:capability_namespace, Shapes::ShapeRef.new(shape: CapabilityNamespace, required: true, location_name: "capabilityNamespace"))
|
1085
|
+
UpdateGatewayCapabilityConfigurationResponse.add_member(:capability_sync_status, Shapes::ShapeRef.new(shape: CapabilitySyncStatus, required: true, location_name: "capabilitySyncStatus"))
|
1086
|
+
UpdateGatewayCapabilityConfigurationResponse.struct_class = Types::UpdateGatewayCapabilityConfigurationResponse
|
1087
|
+
|
1088
|
+
UpdateGatewayRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "gatewayId"))
|
1089
|
+
UpdateGatewayRequest.add_member(:gateway_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "gatewayName"))
|
1090
|
+
UpdateGatewayRequest.struct_class = Types::UpdateGatewayRequest
|
1091
|
+
|
1092
|
+
UpdatePortalRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "portalId"))
|
1093
|
+
UpdatePortalRequest.add_member(:portal_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "portalName"))
|
1094
|
+
UpdatePortalRequest.add_member(:portal_description, Shapes::ShapeRef.new(shape: Description, location_name: "portalDescription"))
|
1095
|
+
UpdatePortalRequest.add_member(:portal_contact_email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "portalContactEmail"))
|
1096
|
+
UpdatePortalRequest.add_member(:portal_logo_image_file, Shapes::ShapeRef.new(shape: ImageFile, location_name: "portalLogoImageFile"))
|
1097
|
+
UpdatePortalRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "roleArn"))
|
1098
|
+
UpdatePortalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1099
|
+
UpdatePortalRequest.struct_class = Types::UpdatePortalRequest
|
1100
|
+
|
1101
|
+
UpdatePortalResponse.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, required: true, location_name: "portalStatus"))
|
1102
|
+
UpdatePortalResponse.struct_class = Types::UpdatePortalResponse
|
1103
|
+
|
1104
|
+
UpdateProjectRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "projectId"))
|
1105
|
+
UpdateProjectRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "projectName"))
|
1106
|
+
UpdateProjectRequest.add_member(:project_description, Shapes::ShapeRef.new(shape: Description, location_name: "projectDescription"))
|
1107
|
+
UpdateProjectRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1108
|
+
UpdateProjectRequest.struct_class = Types::UpdateProjectRequest
|
1109
|
+
|
1110
|
+
UpdateProjectResponse.struct_class = Types::UpdateProjectResponse
|
1111
|
+
|
1112
|
+
UserIdentity.add_member(:id, Shapes::ShapeRef.new(shape: IdentityId, required: true, location_name: "id"))
|
1113
|
+
UserIdentity.struct_class = Types::UserIdentity
|
1114
|
+
|
1115
|
+
VariableValue.add_member(:property_id, Shapes::ShapeRef.new(shape: Macro, required: true, location_name: "propertyId"))
|
1116
|
+
VariableValue.add_member(:hierarchy_id, Shapes::ShapeRef.new(shape: Macro, location_name: "hierarchyId"))
|
1117
|
+
VariableValue.struct_class = Types::VariableValue
|
1118
|
+
|
1119
|
+
Variant.add_member(:string_value, Shapes::ShapeRef.new(shape: PropertyValueStringValue, location_name: "stringValue"))
|
1120
|
+
Variant.add_member(:integer_value, Shapes::ShapeRef.new(shape: PropertyValueIntegerValue, location_name: "integerValue"))
|
1121
|
+
Variant.add_member(:double_value, Shapes::ShapeRef.new(shape: PropertyValueDoubleValue, location_name: "doubleValue"))
|
1122
|
+
Variant.add_member(:boolean_value, Shapes::ShapeRef.new(shape: PropertyValueBooleanValue, location_name: "booleanValue"))
|
1123
|
+
Variant.struct_class = Types::Variant
|
1124
|
+
|
1125
|
+
|
1126
|
+
# @api private
|
1127
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
1128
|
+
|
1129
|
+
api.version = "2019-12-02"
|
1130
|
+
|
1131
|
+
api.metadata = {
|
1132
|
+
"apiVersion" => "2019-12-02",
|
1133
|
+
"endpointPrefix" => "iotsitewise",
|
1134
|
+
"jsonVersion" => "1.1",
|
1135
|
+
"protocol" => "rest-json",
|
1136
|
+
"serviceFullName" => "AWS IoT SiteWise",
|
1137
|
+
"serviceId" => "IoTSiteWise",
|
1138
|
+
"signatureVersion" => "v4",
|
1139
|
+
"signingName" => "iotsitewise",
|
1140
|
+
"uid" => "iotsitewise-2019-12-02",
|
1141
|
+
}
|
1142
|
+
|
1143
|
+
api.add_operation(:associate_assets, Seahorse::Model::Operation.new.tap do |o|
|
1144
|
+
o.name = "AssociateAssets"
|
1145
|
+
o.http_method = "POST"
|
1146
|
+
o.http_request_uri = "/assets/{assetId}/associate"
|
1147
|
+
o.endpoint_pattern = {
|
1148
|
+
"hostPrefix" => "model.",
|
1149
|
+
}
|
1150
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateAssetsRequest)
|
1151
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1152
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1153
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1154
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1156
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1157
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1158
|
+
end)
|
1159
|
+
|
1160
|
+
api.add_operation(:batch_associate_project_assets, Seahorse::Model::Operation.new.tap do |o|
|
1161
|
+
o.name = "BatchAssociateProjectAssets"
|
1162
|
+
o.http_method = "POST"
|
1163
|
+
o.http_request_uri = "/projects/{projectId}/assets/associate"
|
1164
|
+
o.endpoint_pattern = {
|
1165
|
+
"hostPrefix" => "monitor.",
|
1166
|
+
}
|
1167
|
+
o.input = Shapes::ShapeRef.new(shape: BatchAssociateProjectAssetsRequest)
|
1168
|
+
o.output = Shapes::ShapeRef.new(shape: BatchAssociateProjectAssetsResponse)
|
1169
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1170
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1171
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1172
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1173
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1174
|
+
end)
|
1175
|
+
|
1176
|
+
api.add_operation(:batch_disassociate_project_assets, Seahorse::Model::Operation.new.tap do |o|
|
1177
|
+
o.name = "BatchDisassociateProjectAssets"
|
1178
|
+
o.http_method = "POST"
|
1179
|
+
o.http_request_uri = "/projects/{projectId}/assets/disassociate"
|
1180
|
+
o.endpoint_pattern = {
|
1181
|
+
"hostPrefix" => "monitor.",
|
1182
|
+
}
|
1183
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDisassociateProjectAssetsRequest)
|
1184
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDisassociateProjectAssetsResponse)
|
1185
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1186
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1187
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1188
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1189
|
+
end)
|
1190
|
+
|
1191
|
+
api.add_operation(:batch_put_asset_property_value, Seahorse::Model::Operation.new.tap do |o|
|
1192
|
+
o.name = "BatchPutAssetPropertyValue"
|
1193
|
+
o.http_method = "POST"
|
1194
|
+
o.http_request_uri = "/properties"
|
1195
|
+
o.endpoint_pattern = {
|
1196
|
+
"hostPrefix" => "data.",
|
1197
|
+
}
|
1198
|
+
o.input = Shapes::ShapeRef.new(shape: BatchPutAssetPropertyValueRequest)
|
1199
|
+
o.output = Shapes::ShapeRef.new(shape: BatchPutAssetPropertyValueResponse)
|
1200
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1201
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1202
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1203
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1204
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1205
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1206
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1207
|
+
end)
|
1208
|
+
|
1209
|
+
api.add_operation(:create_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
1210
|
+
o.name = "CreateAccessPolicy"
|
1211
|
+
o.http_method = "POST"
|
1212
|
+
o.http_request_uri = "/access-policies"
|
1213
|
+
o.endpoint_pattern = {
|
1214
|
+
"hostPrefix" => "monitor.",
|
1215
|
+
}
|
1216
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAccessPolicyRequest)
|
1217
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAccessPolicyResponse)
|
1218
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1219
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1220
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1221
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1222
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1223
|
+
end)
|
1224
|
+
|
1225
|
+
api.add_operation(:create_asset, Seahorse::Model::Operation.new.tap do |o|
|
1226
|
+
o.name = "CreateAsset"
|
1227
|
+
o.http_method = "POST"
|
1228
|
+
o.http_request_uri = "/assets"
|
1229
|
+
o.endpoint_pattern = {
|
1230
|
+
"hostPrefix" => "model.",
|
1231
|
+
}
|
1232
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAssetRequest)
|
1233
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAssetResponse)
|
1234
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1235
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1236
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1237
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1238
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1239
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1240
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1241
|
+
end)
|
1242
|
+
|
1243
|
+
api.add_operation(:create_asset_model, Seahorse::Model::Operation.new.tap do |o|
|
1244
|
+
o.name = "CreateAssetModel"
|
1245
|
+
o.http_method = "POST"
|
1246
|
+
o.http_request_uri = "/asset-models"
|
1247
|
+
o.endpoint_pattern = {
|
1248
|
+
"hostPrefix" => "model.",
|
1249
|
+
}
|
1250
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAssetModelRequest)
|
1251
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAssetModelResponse)
|
1252
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1253
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1254
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1255
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1256
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1257
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1258
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1259
|
+
end)
|
1260
|
+
|
1261
|
+
api.add_operation(:create_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
1262
|
+
o.name = "CreateDashboard"
|
1263
|
+
o.http_method = "POST"
|
1264
|
+
o.http_request_uri = "/dashboards"
|
1265
|
+
o.endpoint_pattern = {
|
1266
|
+
"hostPrefix" => "monitor.",
|
1267
|
+
}
|
1268
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDashboardRequest)
|
1269
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDashboardResponse)
|
1270
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1271
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1272
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1273
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1274
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1275
|
+
end)
|
1276
|
+
|
1277
|
+
api.add_operation(:create_gateway, Seahorse::Model::Operation.new.tap do |o|
|
1278
|
+
o.name = "CreateGateway"
|
1279
|
+
o.http_method = "POST"
|
1280
|
+
o.http_request_uri = "/20200301/gateways"
|
1281
|
+
o.endpoint_pattern = {
|
1282
|
+
"hostPrefix" => "edge.",
|
1283
|
+
}
|
1284
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGatewayRequest)
|
1285
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGatewayResponse)
|
1286
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1287
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1288
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1289
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1290
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1291
|
+
end)
|
1292
|
+
|
1293
|
+
api.add_operation(:create_portal, Seahorse::Model::Operation.new.tap do |o|
|
1294
|
+
o.name = "CreatePortal"
|
1295
|
+
o.http_method = "POST"
|
1296
|
+
o.http_request_uri = "/portals"
|
1297
|
+
o.endpoint_pattern = {
|
1298
|
+
"hostPrefix" => "monitor.",
|
1299
|
+
}
|
1300
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePortalRequest)
|
1301
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePortalResponse)
|
1302
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1303
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1304
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1305
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1306
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1307
|
+
end)
|
1308
|
+
|
1309
|
+
api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
|
1310
|
+
o.name = "CreateProject"
|
1311
|
+
o.http_method = "POST"
|
1312
|
+
o.http_request_uri = "/projects"
|
1313
|
+
o.endpoint_pattern = {
|
1314
|
+
"hostPrefix" => "monitor.",
|
1315
|
+
}
|
1316
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProjectRequest)
|
1317
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProjectResponse)
|
1318
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1319
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1320
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1321
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1322
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1323
|
+
end)
|
1324
|
+
|
1325
|
+
api.add_operation(:delete_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
1326
|
+
o.name = "DeleteAccessPolicy"
|
1327
|
+
o.http_method = "DELETE"
|
1328
|
+
o.http_request_uri = "/access-policies/{accessPolicyId}"
|
1329
|
+
o.endpoint_pattern = {
|
1330
|
+
"hostPrefix" => "monitor.",
|
1331
|
+
}
|
1332
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPolicyRequest)
|
1333
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAccessPolicyResponse)
|
1334
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1335
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1336
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1337
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1338
|
+
end)
|
1339
|
+
|
1340
|
+
api.add_operation(:delete_asset, Seahorse::Model::Operation.new.tap do |o|
|
1341
|
+
o.name = "DeleteAsset"
|
1342
|
+
o.http_method = "DELETE"
|
1343
|
+
o.http_request_uri = "/assets/{assetId}"
|
1344
|
+
o.endpoint_pattern = {
|
1345
|
+
"hostPrefix" => "model.",
|
1346
|
+
}
|
1347
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAssetRequest)
|
1348
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAssetResponse)
|
1349
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1350
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1351
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1353
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1354
|
+
end)
|
1355
|
+
|
1356
|
+
api.add_operation(:delete_asset_model, Seahorse::Model::Operation.new.tap do |o|
|
1357
|
+
o.name = "DeleteAssetModel"
|
1358
|
+
o.http_method = "DELETE"
|
1359
|
+
o.http_request_uri = "/asset-models/{assetModelId}"
|
1360
|
+
o.endpoint_pattern = {
|
1361
|
+
"hostPrefix" => "model.",
|
1362
|
+
}
|
1363
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAssetModelRequest)
|
1364
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAssetModelResponse)
|
1365
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1366
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1367
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1368
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1369
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1370
|
+
end)
|
1371
|
+
|
1372
|
+
api.add_operation(:delete_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
1373
|
+
o.name = "DeleteDashboard"
|
1374
|
+
o.http_method = "DELETE"
|
1375
|
+
o.http_request_uri = "/dashboards/{dashboardId}"
|
1376
|
+
o.endpoint_pattern = {
|
1377
|
+
"hostPrefix" => "monitor.",
|
1378
|
+
}
|
1379
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDashboardRequest)
|
1380
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDashboardResponse)
|
1381
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1382
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1383
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1384
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1385
|
+
end)
|
1386
|
+
|
1387
|
+
api.add_operation(:delete_gateway, Seahorse::Model::Operation.new.tap do |o|
|
1388
|
+
o.name = "DeleteGateway"
|
1389
|
+
o.http_method = "DELETE"
|
1390
|
+
o.http_request_uri = "/20200301/gateways/{gatewayId}"
|
1391
|
+
o.endpoint_pattern = {
|
1392
|
+
"hostPrefix" => "edge.",
|
1393
|
+
}
|
1394
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGatewayRequest)
|
1395
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1396
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1397
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1398
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1399
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1400
|
+
end)
|
1401
|
+
|
1402
|
+
api.add_operation(:delete_portal, Seahorse::Model::Operation.new.tap do |o|
|
1403
|
+
o.name = "DeletePortal"
|
1404
|
+
o.http_method = "DELETE"
|
1405
|
+
o.http_request_uri = "/portals/{portalId}"
|
1406
|
+
o.endpoint_pattern = {
|
1407
|
+
"hostPrefix" => "monitor.",
|
1408
|
+
}
|
1409
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePortalRequest)
|
1410
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePortalResponse)
|
1411
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1412
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1413
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1414
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1415
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1416
|
+
end)
|
1417
|
+
|
1418
|
+
api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
|
1419
|
+
o.name = "DeleteProject"
|
1420
|
+
o.http_method = "DELETE"
|
1421
|
+
o.http_request_uri = "/projects/{projectId}"
|
1422
|
+
o.endpoint_pattern = {
|
1423
|
+
"hostPrefix" => "monitor.",
|
1424
|
+
}
|
1425
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProjectRequest)
|
1426
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProjectResponse)
|
1427
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1428
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1429
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1430
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1431
|
+
end)
|
1432
|
+
|
1433
|
+
api.add_operation(:describe_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
1434
|
+
o.name = "DescribeAccessPolicy"
|
1435
|
+
o.http_method = "GET"
|
1436
|
+
o.http_request_uri = "/access-policies/{accessPolicyId}"
|
1437
|
+
o.endpoint_pattern = {
|
1438
|
+
"hostPrefix" => "monitor.",
|
1439
|
+
}
|
1440
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAccessPolicyRequest)
|
1441
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAccessPolicyResponse)
|
1442
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1443
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1444
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1445
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1446
|
+
end)
|
1447
|
+
|
1448
|
+
api.add_operation(:describe_asset, Seahorse::Model::Operation.new.tap do |o|
|
1449
|
+
o.name = "DescribeAsset"
|
1450
|
+
o.http_method = "GET"
|
1451
|
+
o.http_request_uri = "/assets/{assetId}"
|
1452
|
+
o.endpoint_pattern = {
|
1453
|
+
"hostPrefix" => "model.",
|
1454
|
+
}
|
1455
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAssetRequest)
|
1456
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAssetResponse)
|
1457
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1458
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1459
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1460
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1461
|
+
end)
|
1462
|
+
|
1463
|
+
api.add_operation(:describe_asset_model, Seahorse::Model::Operation.new.tap do |o|
|
1464
|
+
o.name = "DescribeAssetModel"
|
1465
|
+
o.http_method = "GET"
|
1466
|
+
o.http_request_uri = "/asset-models/{assetModelId}"
|
1467
|
+
o.endpoint_pattern = {
|
1468
|
+
"hostPrefix" => "model.",
|
1469
|
+
}
|
1470
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAssetModelRequest)
|
1471
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAssetModelResponse)
|
1472
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1473
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1474
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1475
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1476
|
+
end)
|
1477
|
+
|
1478
|
+
api.add_operation(:describe_asset_property, Seahorse::Model::Operation.new.tap do |o|
|
1479
|
+
o.name = "DescribeAssetProperty"
|
1480
|
+
o.http_method = "GET"
|
1481
|
+
o.http_request_uri = "/assets/{assetId}/properties/{propertyId}"
|
1482
|
+
o.endpoint_pattern = {
|
1483
|
+
"hostPrefix" => "model.",
|
1484
|
+
}
|
1485
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAssetPropertyRequest)
|
1486
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAssetPropertyResponse)
|
1487
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1488
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1489
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1490
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1491
|
+
end)
|
1492
|
+
|
1493
|
+
api.add_operation(:describe_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
1494
|
+
o.name = "DescribeDashboard"
|
1495
|
+
o.http_method = "GET"
|
1496
|
+
o.http_request_uri = "/dashboards/{dashboardId}"
|
1497
|
+
o.endpoint_pattern = {
|
1498
|
+
"hostPrefix" => "monitor.",
|
1499
|
+
}
|
1500
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDashboardRequest)
|
1501
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDashboardResponse)
|
1502
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1503
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1504
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1505
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1506
|
+
end)
|
1507
|
+
|
1508
|
+
api.add_operation(:describe_gateway, Seahorse::Model::Operation.new.tap do |o|
|
1509
|
+
o.name = "DescribeGateway"
|
1510
|
+
o.http_method = "GET"
|
1511
|
+
o.http_request_uri = "/20200301/gateways/{gatewayId}"
|
1512
|
+
o.endpoint_pattern = {
|
1513
|
+
"hostPrefix" => "edge.",
|
1514
|
+
}
|
1515
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeGatewayRequest)
|
1516
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeGatewayResponse)
|
1517
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1518
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1519
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1520
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1521
|
+
end)
|
1522
|
+
|
1523
|
+
api.add_operation(:describe_gateway_capability_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1524
|
+
o.name = "DescribeGatewayCapabilityConfiguration"
|
1525
|
+
o.http_method = "GET"
|
1526
|
+
o.http_request_uri = "/20200301/gateways/{gatewayId}/capability/{capabilityNamespace}"
|
1527
|
+
o.endpoint_pattern = {
|
1528
|
+
"hostPrefix" => "edge.",
|
1529
|
+
}
|
1530
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeGatewayCapabilityConfigurationRequest)
|
1531
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeGatewayCapabilityConfigurationResponse)
|
1532
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1533
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1534
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1535
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1536
|
+
end)
|
1537
|
+
|
1538
|
+
api.add_operation(:describe_logging_options, Seahorse::Model::Operation.new.tap do |o|
|
1539
|
+
o.name = "DescribeLoggingOptions"
|
1540
|
+
o.http_method = "GET"
|
1541
|
+
o.http_request_uri = "/logging"
|
1542
|
+
o.endpoint_pattern = {
|
1543
|
+
"hostPrefix" => "model.",
|
1544
|
+
}
|
1545
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeLoggingOptionsRequest)
|
1546
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeLoggingOptionsResponse)
|
1547
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1548
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1549
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1550
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1551
|
+
end)
|
1552
|
+
|
1553
|
+
api.add_operation(:describe_portal, Seahorse::Model::Operation.new.tap do |o|
|
1554
|
+
o.name = "DescribePortal"
|
1555
|
+
o.http_method = "GET"
|
1556
|
+
o.http_request_uri = "/portals/{portalId}"
|
1557
|
+
o.endpoint_pattern = {
|
1558
|
+
"hostPrefix" => "monitor.",
|
1559
|
+
}
|
1560
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePortalRequest)
|
1561
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePortalResponse)
|
1562
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1563
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1564
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1565
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1566
|
+
end)
|
1567
|
+
|
1568
|
+
api.add_operation(:describe_project, Seahorse::Model::Operation.new.tap do |o|
|
1569
|
+
o.name = "DescribeProject"
|
1570
|
+
o.http_method = "GET"
|
1571
|
+
o.http_request_uri = "/projects/{projectId}"
|
1572
|
+
o.endpoint_pattern = {
|
1573
|
+
"hostPrefix" => "monitor.",
|
1574
|
+
}
|
1575
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProjectRequest)
|
1576
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProjectResponse)
|
1577
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1578
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1579
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1580
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1581
|
+
end)
|
1582
|
+
|
1583
|
+
api.add_operation(:disassociate_assets, Seahorse::Model::Operation.new.tap do |o|
|
1584
|
+
o.name = "DisassociateAssets"
|
1585
|
+
o.http_method = "POST"
|
1586
|
+
o.http_request_uri = "/assets/{assetId}/disassociate"
|
1587
|
+
o.endpoint_pattern = {
|
1588
|
+
"hostPrefix" => "model.",
|
1589
|
+
}
|
1590
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateAssetsRequest)
|
1591
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1592
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1593
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1594
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1595
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1596
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1597
|
+
end)
|
1598
|
+
|
1599
|
+
api.add_operation(:get_asset_property_aggregates, Seahorse::Model::Operation.new.tap do |o|
|
1600
|
+
o.name = "GetAssetPropertyAggregates"
|
1601
|
+
o.http_method = "GET"
|
1602
|
+
o.http_request_uri = "/properties/aggregates"
|
1603
|
+
o.endpoint_pattern = {
|
1604
|
+
"hostPrefix" => "data.",
|
1605
|
+
}
|
1606
|
+
o.input = Shapes::ShapeRef.new(shape: GetAssetPropertyAggregatesRequest)
|
1607
|
+
o.output = Shapes::ShapeRef.new(shape: GetAssetPropertyAggregatesResponse)
|
1608
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1609
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1610
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1611
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1612
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1613
|
+
o[:pager] = Aws::Pager.new(
|
1614
|
+
limit_key: "max_results",
|
1615
|
+
tokens: {
|
1616
|
+
"next_token" => "next_token"
|
1617
|
+
}
|
1618
|
+
)
|
1619
|
+
end)
|
1620
|
+
|
1621
|
+
api.add_operation(:get_asset_property_value, Seahorse::Model::Operation.new.tap do |o|
|
1622
|
+
o.name = "GetAssetPropertyValue"
|
1623
|
+
o.http_method = "GET"
|
1624
|
+
o.http_request_uri = "/properties/latest"
|
1625
|
+
o.endpoint_pattern = {
|
1626
|
+
"hostPrefix" => "data.",
|
1627
|
+
}
|
1628
|
+
o.input = Shapes::ShapeRef.new(shape: GetAssetPropertyValueRequest)
|
1629
|
+
o.output = Shapes::ShapeRef.new(shape: GetAssetPropertyValueResponse)
|
1630
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1631
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1632
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1633
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1634
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1635
|
+
end)
|
1636
|
+
|
1637
|
+
api.add_operation(:get_asset_property_value_history, Seahorse::Model::Operation.new.tap do |o|
|
1638
|
+
o.name = "GetAssetPropertyValueHistory"
|
1639
|
+
o.http_method = "GET"
|
1640
|
+
o.http_request_uri = "/properties/history"
|
1641
|
+
o.endpoint_pattern = {
|
1642
|
+
"hostPrefix" => "data.",
|
1643
|
+
}
|
1644
|
+
o.input = Shapes::ShapeRef.new(shape: GetAssetPropertyValueHistoryRequest)
|
1645
|
+
o.output = Shapes::ShapeRef.new(shape: GetAssetPropertyValueHistoryResponse)
|
1646
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1647
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1648
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1649
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1650
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1651
|
+
o[:pager] = Aws::Pager.new(
|
1652
|
+
limit_key: "max_results",
|
1653
|
+
tokens: {
|
1654
|
+
"next_token" => "next_token"
|
1655
|
+
}
|
1656
|
+
)
|
1657
|
+
end)
|
1658
|
+
|
1659
|
+
api.add_operation(:list_access_policies, Seahorse::Model::Operation.new.tap do |o|
|
1660
|
+
o.name = "ListAccessPolicies"
|
1661
|
+
o.http_method = "GET"
|
1662
|
+
o.http_request_uri = "/access-policies"
|
1663
|
+
o.endpoint_pattern = {
|
1664
|
+
"hostPrefix" => "monitor.",
|
1665
|
+
}
|
1666
|
+
o.input = Shapes::ShapeRef.new(shape: ListAccessPoliciesRequest)
|
1667
|
+
o.output = Shapes::ShapeRef.new(shape: ListAccessPoliciesResponse)
|
1668
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1669
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
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_asset_models, Seahorse::Model::Operation.new.tap do |o|
|
1680
|
+
o.name = "ListAssetModels"
|
1681
|
+
o.http_method = "GET"
|
1682
|
+
o.http_request_uri = "/asset-models"
|
1683
|
+
o.endpoint_pattern = {
|
1684
|
+
"hostPrefix" => "model.",
|
1685
|
+
}
|
1686
|
+
o.input = Shapes::ShapeRef.new(shape: ListAssetModelsRequest)
|
1687
|
+
o.output = Shapes::ShapeRef.new(shape: ListAssetModelsResponse)
|
1688
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1689
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1690
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1691
|
+
o[:pager] = Aws::Pager.new(
|
1692
|
+
limit_key: "max_results",
|
1693
|
+
tokens: {
|
1694
|
+
"next_token" => "next_token"
|
1695
|
+
}
|
1696
|
+
)
|
1697
|
+
end)
|
1698
|
+
|
1699
|
+
api.add_operation(:list_assets, Seahorse::Model::Operation.new.tap do |o|
|
1700
|
+
o.name = "ListAssets"
|
1701
|
+
o.http_method = "GET"
|
1702
|
+
o.http_request_uri = "/assets"
|
1703
|
+
o.endpoint_pattern = {
|
1704
|
+
"hostPrefix" => "model.",
|
1705
|
+
}
|
1706
|
+
o.input = Shapes::ShapeRef.new(shape: ListAssetsRequest)
|
1707
|
+
o.output = Shapes::ShapeRef.new(shape: ListAssetsResponse)
|
1708
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1709
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1710
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1711
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1712
|
+
o[:pager] = Aws::Pager.new(
|
1713
|
+
limit_key: "max_results",
|
1714
|
+
tokens: {
|
1715
|
+
"next_token" => "next_token"
|
1716
|
+
}
|
1717
|
+
)
|
1718
|
+
end)
|
1719
|
+
|
1720
|
+
api.add_operation(:list_associated_assets, Seahorse::Model::Operation.new.tap do |o|
|
1721
|
+
o.name = "ListAssociatedAssets"
|
1722
|
+
o.http_method = "GET"
|
1723
|
+
o.http_request_uri = "/assets/{assetId}/hierarchies"
|
1724
|
+
o.endpoint_pattern = {
|
1725
|
+
"hostPrefix" => "model.",
|
1726
|
+
}
|
1727
|
+
o.input = Shapes::ShapeRef.new(shape: ListAssociatedAssetsRequest)
|
1728
|
+
o.output = Shapes::ShapeRef.new(shape: ListAssociatedAssetsResponse)
|
1729
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1730
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1731
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1732
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1733
|
+
o[:pager] = Aws::Pager.new(
|
1734
|
+
limit_key: "max_results",
|
1735
|
+
tokens: {
|
1736
|
+
"next_token" => "next_token"
|
1737
|
+
}
|
1738
|
+
)
|
1739
|
+
end)
|
1740
|
+
|
1741
|
+
api.add_operation(:list_dashboards, Seahorse::Model::Operation.new.tap do |o|
|
1742
|
+
o.name = "ListDashboards"
|
1743
|
+
o.http_method = "GET"
|
1744
|
+
o.http_request_uri = "/dashboards"
|
1745
|
+
o.endpoint_pattern = {
|
1746
|
+
"hostPrefix" => "monitor.",
|
1747
|
+
}
|
1748
|
+
o.input = Shapes::ShapeRef.new(shape: ListDashboardsRequest)
|
1749
|
+
o.output = Shapes::ShapeRef.new(shape: ListDashboardsResponse)
|
1750
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1751
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1752
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1753
|
+
o[:pager] = Aws::Pager.new(
|
1754
|
+
limit_key: "max_results",
|
1755
|
+
tokens: {
|
1756
|
+
"next_token" => "next_token"
|
1757
|
+
}
|
1758
|
+
)
|
1759
|
+
end)
|
1760
|
+
|
1761
|
+
api.add_operation(:list_gateways, Seahorse::Model::Operation.new.tap do |o|
|
1762
|
+
o.name = "ListGateways"
|
1763
|
+
o.http_method = "GET"
|
1764
|
+
o.http_request_uri = "/20200301/gateways"
|
1765
|
+
o.endpoint_pattern = {
|
1766
|
+
"hostPrefix" => "edge.",
|
1767
|
+
}
|
1768
|
+
o.input = Shapes::ShapeRef.new(shape: ListGatewaysRequest)
|
1769
|
+
o.output = Shapes::ShapeRef.new(shape: ListGatewaysResponse)
|
1770
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1771
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1772
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1773
|
+
o[:pager] = Aws::Pager.new(
|
1774
|
+
limit_key: "max_results",
|
1775
|
+
tokens: {
|
1776
|
+
"next_token" => "next_token"
|
1777
|
+
}
|
1778
|
+
)
|
1779
|
+
end)
|
1780
|
+
|
1781
|
+
api.add_operation(:list_portals, Seahorse::Model::Operation.new.tap do |o|
|
1782
|
+
o.name = "ListPortals"
|
1783
|
+
o.http_method = "GET"
|
1784
|
+
o.http_request_uri = "/portals"
|
1785
|
+
o.endpoint_pattern = {
|
1786
|
+
"hostPrefix" => "monitor.",
|
1787
|
+
}
|
1788
|
+
o.input = Shapes::ShapeRef.new(shape: ListPortalsRequest)
|
1789
|
+
o.output = Shapes::ShapeRef.new(shape: ListPortalsResponse)
|
1790
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1791
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1792
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1793
|
+
o[:pager] = Aws::Pager.new(
|
1794
|
+
limit_key: "max_results",
|
1795
|
+
tokens: {
|
1796
|
+
"next_token" => "next_token"
|
1797
|
+
}
|
1798
|
+
)
|
1799
|
+
end)
|
1800
|
+
|
1801
|
+
api.add_operation(:list_project_assets, Seahorse::Model::Operation.new.tap do |o|
|
1802
|
+
o.name = "ListProjectAssets"
|
1803
|
+
o.http_method = "GET"
|
1804
|
+
o.http_request_uri = "/projects/{projectId}/assets"
|
1805
|
+
o.endpoint_pattern = {
|
1806
|
+
"hostPrefix" => "monitor.",
|
1807
|
+
}
|
1808
|
+
o.input = Shapes::ShapeRef.new(shape: ListProjectAssetsRequest)
|
1809
|
+
o.output = Shapes::ShapeRef.new(shape: ListProjectAssetsResponse)
|
1810
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1811
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1813
|
+
o[:pager] = Aws::Pager.new(
|
1814
|
+
limit_key: "max_results",
|
1815
|
+
tokens: {
|
1816
|
+
"next_token" => "next_token"
|
1817
|
+
}
|
1818
|
+
)
|
1819
|
+
end)
|
1820
|
+
|
1821
|
+
api.add_operation(:list_projects, Seahorse::Model::Operation.new.tap do |o|
|
1822
|
+
o.name = "ListProjects"
|
1823
|
+
o.http_method = "GET"
|
1824
|
+
o.http_request_uri = "/projects"
|
1825
|
+
o.endpoint_pattern = {
|
1826
|
+
"hostPrefix" => "monitor.",
|
1827
|
+
}
|
1828
|
+
o.input = Shapes::ShapeRef.new(shape: ListProjectsRequest)
|
1829
|
+
o.output = Shapes::ShapeRef.new(shape: ListProjectsResponse)
|
1830
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1831
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1832
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1833
|
+
o[:pager] = Aws::Pager.new(
|
1834
|
+
limit_key: "max_results",
|
1835
|
+
tokens: {
|
1836
|
+
"next_token" => "next_token"
|
1837
|
+
}
|
1838
|
+
)
|
1839
|
+
end)
|
1840
|
+
|
1841
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1842
|
+
o.name = "ListTagsForResource"
|
1843
|
+
o.http_method = "GET"
|
1844
|
+
o.http_request_uri = "/tags"
|
1845
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1846
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
1847
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1848
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1849
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1850
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1851
|
+
end)
|
1852
|
+
|
1853
|
+
api.add_operation(:put_logging_options, Seahorse::Model::Operation.new.tap do |o|
|
1854
|
+
o.name = "PutLoggingOptions"
|
1855
|
+
o.http_method = "PUT"
|
1856
|
+
o.http_request_uri = "/logging"
|
1857
|
+
o.endpoint_pattern = {
|
1858
|
+
"hostPrefix" => "model.",
|
1859
|
+
}
|
1860
|
+
o.input = Shapes::ShapeRef.new(shape: PutLoggingOptionsRequest)
|
1861
|
+
o.output = Shapes::ShapeRef.new(shape: PutLoggingOptionsResponse)
|
1862
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1863
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1864
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1865
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1866
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1867
|
+
end)
|
1868
|
+
|
1869
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1870
|
+
o.name = "TagResource"
|
1871
|
+
o.http_method = "POST"
|
1872
|
+
o.http_request_uri = "/tags"
|
1873
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1874
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
1875
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1876
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1877
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1878
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1879
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
1880
|
+
end)
|
1881
|
+
|
1882
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1883
|
+
o.name = "UntagResource"
|
1884
|
+
o.http_method = "DELETE"
|
1885
|
+
o.http_request_uri = "/tags"
|
1886
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1887
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
1888
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1889
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1890
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1891
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1892
|
+
end)
|
1893
|
+
|
1894
|
+
api.add_operation(:update_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
1895
|
+
o.name = "UpdateAccessPolicy"
|
1896
|
+
o.http_method = "PUT"
|
1897
|
+
o.http_request_uri = "/access-policies/{accessPolicyId}"
|
1898
|
+
o.endpoint_pattern = {
|
1899
|
+
"hostPrefix" => "monitor.",
|
1900
|
+
}
|
1901
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAccessPolicyRequest)
|
1902
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAccessPolicyResponse)
|
1903
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1904
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1905
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1906
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1907
|
+
end)
|
1908
|
+
|
1909
|
+
api.add_operation(:update_asset, Seahorse::Model::Operation.new.tap do |o|
|
1910
|
+
o.name = "UpdateAsset"
|
1911
|
+
o.http_method = "PUT"
|
1912
|
+
o.http_request_uri = "/assets/{assetId}"
|
1913
|
+
o.endpoint_pattern = {
|
1914
|
+
"hostPrefix" => "model.",
|
1915
|
+
}
|
1916
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAssetRequest)
|
1917
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAssetResponse)
|
1918
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1919
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1920
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1921
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1922
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1923
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1924
|
+
end)
|
1925
|
+
|
1926
|
+
api.add_operation(:update_asset_model, Seahorse::Model::Operation.new.tap do |o|
|
1927
|
+
o.name = "UpdateAssetModel"
|
1928
|
+
o.http_method = "PUT"
|
1929
|
+
o.http_request_uri = "/asset-models/{assetModelId}"
|
1930
|
+
o.endpoint_pattern = {
|
1931
|
+
"hostPrefix" => "model.",
|
1932
|
+
}
|
1933
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAssetModelRequest)
|
1934
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAssetModelResponse)
|
1935
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1936
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1937
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1938
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1939
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1940
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1942
|
+
end)
|
1943
|
+
|
1944
|
+
api.add_operation(:update_asset_property, Seahorse::Model::Operation.new.tap do |o|
|
1945
|
+
o.name = "UpdateAssetProperty"
|
1946
|
+
o.http_method = "PUT"
|
1947
|
+
o.http_request_uri = "/assets/{assetId}/properties/{propertyId}"
|
1948
|
+
o.endpoint_pattern = {
|
1949
|
+
"hostPrefix" => "model.",
|
1950
|
+
}
|
1951
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAssetPropertyRequest)
|
1952
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1953
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1954
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1955
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1956
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1957
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1958
|
+
end)
|
1959
|
+
|
1960
|
+
api.add_operation(:update_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
1961
|
+
o.name = "UpdateDashboard"
|
1962
|
+
o.http_method = "PUT"
|
1963
|
+
o.http_request_uri = "/dashboards/{dashboardId}"
|
1964
|
+
o.endpoint_pattern = {
|
1965
|
+
"hostPrefix" => "monitor.",
|
1966
|
+
}
|
1967
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDashboardRequest)
|
1968
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDashboardResponse)
|
1969
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1970
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1971
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1972
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1973
|
+
end)
|
1974
|
+
|
1975
|
+
api.add_operation(:update_gateway, Seahorse::Model::Operation.new.tap do |o|
|
1976
|
+
o.name = "UpdateGateway"
|
1977
|
+
o.http_method = "PUT"
|
1978
|
+
o.http_request_uri = "/20200301/gateways/{gatewayId}"
|
1979
|
+
o.endpoint_pattern = {
|
1980
|
+
"hostPrefix" => "edge.",
|
1981
|
+
}
|
1982
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRequest)
|
1983
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1984
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1985
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1986
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1987
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1988
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1989
|
+
end)
|
1990
|
+
|
1991
|
+
api.add_operation(:update_gateway_capability_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1992
|
+
o.name = "UpdateGatewayCapabilityConfiguration"
|
1993
|
+
o.http_method = "POST"
|
1994
|
+
o.http_request_uri = "/20200301/gateways/{gatewayId}/capability"
|
1995
|
+
o.endpoint_pattern = {
|
1996
|
+
"hostPrefix" => "edge.",
|
1997
|
+
}
|
1998
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayCapabilityConfigurationRequest)
|
1999
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGatewayCapabilityConfigurationResponse)
|
2000
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2001
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2002
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
2003
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2004
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2005
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2006
|
+
end)
|
2007
|
+
|
2008
|
+
api.add_operation(:update_portal, Seahorse::Model::Operation.new.tap do |o|
|
2009
|
+
o.name = "UpdatePortal"
|
2010
|
+
o.http_method = "PUT"
|
2011
|
+
o.http_request_uri = "/portals/{portalId}"
|
2012
|
+
o.endpoint_pattern = {
|
2013
|
+
"hostPrefix" => "monitor.",
|
2014
|
+
}
|
2015
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePortalRequest)
|
2016
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePortalResponse)
|
2017
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2018
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2019
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2020
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2021
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
2022
|
+
end)
|
2023
|
+
|
2024
|
+
api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
|
2025
|
+
o.name = "UpdateProject"
|
2026
|
+
o.http_method = "PUT"
|
2027
|
+
o.http_request_uri = "/projects/{projectId}"
|
2028
|
+
o.endpoint_pattern = {
|
2029
|
+
"hostPrefix" => "monitor.",
|
2030
|
+
}
|
2031
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProjectRequest)
|
2032
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProjectResponse)
|
2033
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2034
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2035
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2036
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2037
|
+
end)
|
2038
|
+
end
|
2039
|
+
|
2040
|
+
end
|
2041
|
+
end
|