aws-sdk-greengrass 1.0.0.rc1
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-greengrass.rb +47 -0
- data/lib/aws-sdk-greengrass/client.rb +2585 -0
- data/lib/aws-sdk-greengrass/client_api.rb +1523 -0
- data/lib/aws-sdk-greengrass/customizations.rb +0 -0
- data/lib/aws-sdk-greengrass/errors.rb +14 -0
- data/lib/aws-sdk-greengrass/resource.rb +23 -0
- data/lib/aws-sdk-greengrass/types.rb +3534 -0
- metadata +80 -0
@@ -0,0 +1,1523 @@
|
|
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::Greengrass
|
9
|
+
# @api private
|
10
|
+
module ClientApi
|
11
|
+
|
12
|
+
include Seahorse::Model
|
13
|
+
|
14
|
+
AssociateRoleToGroupRequest = Shapes::StructureShape.new(name: 'AssociateRoleToGroupRequest')
|
15
|
+
AssociateRoleToGroupResponse = Shapes::StructureShape.new(name: 'AssociateRoleToGroupResponse')
|
16
|
+
AssociateServiceRoleToAccountRequest = Shapes::StructureShape.new(name: 'AssociateServiceRoleToAccountRequest')
|
17
|
+
AssociateServiceRoleToAccountResponse = Shapes::StructureShape.new(name: 'AssociateServiceRoleToAccountResponse')
|
18
|
+
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
19
|
+
ConnectivityInfo = Shapes::StructureShape.new(name: 'ConnectivityInfo')
|
20
|
+
Core = Shapes::StructureShape.new(name: 'Core')
|
21
|
+
CoreDefinitionVersion = Shapes::StructureShape.new(name: 'CoreDefinitionVersion')
|
22
|
+
CreateCoreDefinitionRequest = Shapes::StructureShape.new(name: 'CreateCoreDefinitionRequest')
|
23
|
+
CreateCoreDefinitionResponse = Shapes::StructureShape.new(name: 'CreateCoreDefinitionResponse')
|
24
|
+
CreateCoreDefinitionVersionRequest = Shapes::StructureShape.new(name: 'CreateCoreDefinitionVersionRequest')
|
25
|
+
CreateCoreDefinitionVersionResponse = Shapes::StructureShape.new(name: 'CreateCoreDefinitionVersionResponse')
|
26
|
+
CreateDeploymentRequest = Shapes::StructureShape.new(name: 'CreateDeploymentRequest')
|
27
|
+
CreateDeploymentResponse = Shapes::StructureShape.new(name: 'CreateDeploymentResponse')
|
28
|
+
CreateDeviceDefinitionRequest = Shapes::StructureShape.new(name: 'CreateDeviceDefinitionRequest')
|
29
|
+
CreateDeviceDefinitionResponse = Shapes::StructureShape.new(name: 'CreateDeviceDefinitionResponse')
|
30
|
+
CreateDeviceDefinitionVersionRequest = Shapes::StructureShape.new(name: 'CreateDeviceDefinitionVersionRequest')
|
31
|
+
CreateDeviceDefinitionVersionResponse = Shapes::StructureShape.new(name: 'CreateDeviceDefinitionVersionResponse')
|
32
|
+
CreateFunctionDefinitionRequest = Shapes::StructureShape.new(name: 'CreateFunctionDefinitionRequest')
|
33
|
+
CreateFunctionDefinitionResponse = Shapes::StructureShape.new(name: 'CreateFunctionDefinitionResponse')
|
34
|
+
CreateFunctionDefinitionVersionRequest = Shapes::StructureShape.new(name: 'CreateFunctionDefinitionVersionRequest')
|
35
|
+
CreateFunctionDefinitionVersionResponse = Shapes::StructureShape.new(name: 'CreateFunctionDefinitionVersionResponse')
|
36
|
+
CreateGroupCertificateAuthorityRequest = Shapes::StructureShape.new(name: 'CreateGroupCertificateAuthorityRequest')
|
37
|
+
CreateGroupCertificateAuthorityResponse = Shapes::StructureShape.new(name: 'CreateGroupCertificateAuthorityResponse')
|
38
|
+
CreateGroupRequest = Shapes::StructureShape.new(name: 'CreateGroupRequest')
|
39
|
+
CreateGroupResponse = Shapes::StructureShape.new(name: 'CreateGroupResponse')
|
40
|
+
CreateGroupVersionRequest = Shapes::StructureShape.new(name: 'CreateGroupVersionRequest')
|
41
|
+
CreateGroupVersionResponse = Shapes::StructureShape.new(name: 'CreateGroupVersionResponse')
|
42
|
+
CreateLoggerDefinitionRequest = Shapes::StructureShape.new(name: 'CreateLoggerDefinitionRequest')
|
43
|
+
CreateLoggerDefinitionResponse = Shapes::StructureShape.new(name: 'CreateLoggerDefinitionResponse')
|
44
|
+
CreateLoggerDefinitionVersionRequest = Shapes::StructureShape.new(name: 'CreateLoggerDefinitionVersionRequest')
|
45
|
+
CreateLoggerDefinitionVersionResponse = Shapes::StructureShape.new(name: 'CreateLoggerDefinitionVersionResponse')
|
46
|
+
CreateSubscriptionDefinitionRequest = Shapes::StructureShape.new(name: 'CreateSubscriptionDefinitionRequest')
|
47
|
+
CreateSubscriptionDefinitionResponse = Shapes::StructureShape.new(name: 'CreateSubscriptionDefinitionResponse')
|
48
|
+
CreateSubscriptionDefinitionVersionRequest = Shapes::StructureShape.new(name: 'CreateSubscriptionDefinitionVersionRequest')
|
49
|
+
CreateSubscriptionDefinitionVersionResponse = Shapes::StructureShape.new(name: 'CreateSubscriptionDefinitionVersionResponse')
|
50
|
+
DefinitionInformation = Shapes::StructureShape.new(name: 'DefinitionInformation')
|
51
|
+
DeleteCoreDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteCoreDefinitionRequest')
|
52
|
+
DeleteCoreDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteCoreDefinitionResponse')
|
53
|
+
DeleteDeviceDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteDeviceDefinitionRequest')
|
54
|
+
DeleteDeviceDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteDeviceDefinitionResponse')
|
55
|
+
DeleteFunctionDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteFunctionDefinitionRequest')
|
56
|
+
DeleteFunctionDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteFunctionDefinitionResponse')
|
57
|
+
DeleteGroupRequest = Shapes::StructureShape.new(name: 'DeleteGroupRequest')
|
58
|
+
DeleteGroupResponse = Shapes::StructureShape.new(name: 'DeleteGroupResponse')
|
59
|
+
DeleteLoggerDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteLoggerDefinitionRequest')
|
60
|
+
DeleteLoggerDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteLoggerDefinitionResponse')
|
61
|
+
DeleteSubscriptionDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteSubscriptionDefinitionRequest')
|
62
|
+
DeleteSubscriptionDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteSubscriptionDefinitionResponse')
|
63
|
+
Deployment = Shapes::StructureShape.new(name: 'Deployment')
|
64
|
+
DeploymentType = Shapes::StringShape.new(name: 'DeploymentType')
|
65
|
+
Deployments = Shapes::ListShape.new(name: 'Deployments')
|
66
|
+
Device = Shapes::StructureShape.new(name: 'Device')
|
67
|
+
DeviceDefinitionVersion = Shapes::StructureShape.new(name: 'DeviceDefinitionVersion')
|
68
|
+
DisassociateRoleFromGroupRequest = Shapes::StructureShape.new(name: 'DisassociateRoleFromGroupRequest')
|
69
|
+
DisassociateRoleFromGroupResponse = Shapes::StructureShape.new(name: 'DisassociateRoleFromGroupResponse')
|
70
|
+
DisassociateServiceRoleFromAccountRequest = Shapes::StructureShape.new(name: 'DisassociateServiceRoleFromAccountRequest')
|
71
|
+
DisassociateServiceRoleFromAccountResponse = Shapes::StructureShape.new(name: 'DisassociateServiceRoleFromAccountResponse')
|
72
|
+
Empty = Shapes::StructureShape.new(name: 'Empty')
|
73
|
+
ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
|
74
|
+
ErrorDetails = Shapes::ListShape.new(name: 'ErrorDetails')
|
75
|
+
Function = Shapes::StructureShape.new(name: 'Function')
|
76
|
+
FunctionConfiguration = Shapes::StructureShape.new(name: 'FunctionConfiguration')
|
77
|
+
FunctionConfigurationEnvironment = Shapes::StructureShape.new(name: 'FunctionConfigurationEnvironment')
|
78
|
+
FunctionDefinitionVersion = Shapes::StructureShape.new(name: 'FunctionDefinitionVersion')
|
79
|
+
GeneralError = Shapes::StructureShape.new(name: 'GeneralError')
|
80
|
+
GetAssociatedRoleRequest = Shapes::StructureShape.new(name: 'GetAssociatedRoleRequest')
|
81
|
+
GetAssociatedRoleResponse = Shapes::StructureShape.new(name: 'GetAssociatedRoleResponse')
|
82
|
+
GetConnectivityInfoRequest = Shapes::StructureShape.new(name: 'GetConnectivityInfoRequest')
|
83
|
+
GetConnectivityInfoResponse = Shapes::StructureShape.new(name: 'GetConnectivityInfoResponse')
|
84
|
+
GetCoreDefinitionRequest = Shapes::StructureShape.new(name: 'GetCoreDefinitionRequest')
|
85
|
+
GetCoreDefinitionResponse = Shapes::StructureShape.new(name: 'GetCoreDefinitionResponse')
|
86
|
+
GetCoreDefinitionVersionRequest = Shapes::StructureShape.new(name: 'GetCoreDefinitionVersionRequest')
|
87
|
+
GetCoreDefinitionVersionResponse = Shapes::StructureShape.new(name: 'GetCoreDefinitionVersionResponse')
|
88
|
+
GetDeploymentStatusRequest = Shapes::StructureShape.new(name: 'GetDeploymentStatusRequest')
|
89
|
+
GetDeploymentStatusResponse = Shapes::StructureShape.new(name: 'GetDeploymentStatusResponse')
|
90
|
+
GetDeviceDefinitionRequest = Shapes::StructureShape.new(name: 'GetDeviceDefinitionRequest')
|
91
|
+
GetDeviceDefinitionResponse = Shapes::StructureShape.new(name: 'GetDeviceDefinitionResponse')
|
92
|
+
GetDeviceDefinitionVersionRequest = Shapes::StructureShape.new(name: 'GetDeviceDefinitionVersionRequest')
|
93
|
+
GetDeviceDefinitionVersionResponse = Shapes::StructureShape.new(name: 'GetDeviceDefinitionVersionResponse')
|
94
|
+
GetFunctionDefinitionRequest = Shapes::StructureShape.new(name: 'GetFunctionDefinitionRequest')
|
95
|
+
GetFunctionDefinitionResponse = Shapes::StructureShape.new(name: 'GetFunctionDefinitionResponse')
|
96
|
+
GetFunctionDefinitionVersionRequest = Shapes::StructureShape.new(name: 'GetFunctionDefinitionVersionRequest')
|
97
|
+
GetFunctionDefinitionVersionResponse = Shapes::StructureShape.new(name: 'GetFunctionDefinitionVersionResponse')
|
98
|
+
GetGroupCertificateAuthorityRequest = Shapes::StructureShape.new(name: 'GetGroupCertificateAuthorityRequest')
|
99
|
+
GetGroupCertificateAuthorityResponse = Shapes::StructureShape.new(name: 'GetGroupCertificateAuthorityResponse')
|
100
|
+
GetGroupCertificateConfigurationRequest = Shapes::StructureShape.new(name: 'GetGroupCertificateConfigurationRequest')
|
101
|
+
GetGroupCertificateConfigurationResponse = Shapes::StructureShape.new(name: 'GetGroupCertificateConfigurationResponse')
|
102
|
+
GetGroupRequest = Shapes::StructureShape.new(name: 'GetGroupRequest')
|
103
|
+
GetGroupResponse = Shapes::StructureShape.new(name: 'GetGroupResponse')
|
104
|
+
GetGroupVersionRequest = Shapes::StructureShape.new(name: 'GetGroupVersionRequest')
|
105
|
+
GetGroupVersionResponse = Shapes::StructureShape.new(name: 'GetGroupVersionResponse')
|
106
|
+
GetLoggerDefinitionRequest = Shapes::StructureShape.new(name: 'GetLoggerDefinitionRequest')
|
107
|
+
GetLoggerDefinitionResponse = Shapes::StructureShape.new(name: 'GetLoggerDefinitionResponse')
|
108
|
+
GetLoggerDefinitionVersionRequest = Shapes::StructureShape.new(name: 'GetLoggerDefinitionVersionRequest')
|
109
|
+
GetLoggerDefinitionVersionResponse = Shapes::StructureShape.new(name: 'GetLoggerDefinitionVersionResponse')
|
110
|
+
GetServiceRoleForAccountRequest = Shapes::StructureShape.new(name: 'GetServiceRoleForAccountRequest')
|
111
|
+
GetServiceRoleForAccountResponse = Shapes::StructureShape.new(name: 'GetServiceRoleForAccountResponse')
|
112
|
+
GetSubscriptionDefinitionRequest = Shapes::StructureShape.new(name: 'GetSubscriptionDefinitionRequest')
|
113
|
+
GetSubscriptionDefinitionResponse = Shapes::StructureShape.new(name: 'GetSubscriptionDefinitionResponse')
|
114
|
+
GetSubscriptionDefinitionVersionRequest = Shapes::StructureShape.new(name: 'GetSubscriptionDefinitionVersionRequest')
|
115
|
+
GetSubscriptionDefinitionVersionResponse = Shapes::StructureShape.new(name: 'GetSubscriptionDefinitionVersionResponse')
|
116
|
+
GroupCertificateAuthorityProperties = Shapes::StructureShape.new(name: 'GroupCertificateAuthorityProperties')
|
117
|
+
GroupCertificateConfiguration = Shapes::StructureShape.new(name: 'GroupCertificateConfiguration')
|
118
|
+
GroupInformation = Shapes::StructureShape.new(name: 'GroupInformation')
|
119
|
+
GroupVersion = Shapes::StructureShape.new(name: 'GroupVersion')
|
120
|
+
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
121
|
+
ListCoreDefinitionVersionsRequest = Shapes::StructureShape.new(name: 'ListCoreDefinitionVersionsRequest')
|
122
|
+
ListCoreDefinitionVersionsResponse = Shapes::StructureShape.new(name: 'ListCoreDefinitionVersionsResponse')
|
123
|
+
ListCoreDefinitionsRequest = Shapes::StructureShape.new(name: 'ListCoreDefinitionsRequest')
|
124
|
+
ListCoreDefinitionsResponse = Shapes::StructureShape.new(name: 'ListCoreDefinitionsResponse')
|
125
|
+
ListDefinitionsResponse = Shapes::StructureShape.new(name: 'ListDefinitionsResponse')
|
126
|
+
ListDeploymentsRequest = Shapes::StructureShape.new(name: 'ListDeploymentsRequest')
|
127
|
+
ListDeploymentsResponse = Shapes::StructureShape.new(name: 'ListDeploymentsResponse')
|
128
|
+
ListDeviceDefinitionVersionsRequest = Shapes::StructureShape.new(name: 'ListDeviceDefinitionVersionsRequest')
|
129
|
+
ListDeviceDefinitionVersionsResponse = Shapes::StructureShape.new(name: 'ListDeviceDefinitionVersionsResponse')
|
130
|
+
ListDeviceDefinitionsRequest = Shapes::StructureShape.new(name: 'ListDeviceDefinitionsRequest')
|
131
|
+
ListDeviceDefinitionsResponse = Shapes::StructureShape.new(name: 'ListDeviceDefinitionsResponse')
|
132
|
+
ListFunctionDefinitionVersionsRequest = Shapes::StructureShape.new(name: 'ListFunctionDefinitionVersionsRequest')
|
133
|
+
ListFunctionDefinitionVersionsResponse = Shapes::StructureShape.new(name: 'ListFunctionDefinitionVersionsResponse')
|
134
|
+
ListFunctionDefinitionsRequest = Shapes::StructureShape.new(name: 'ListFunctionDefinitionsRequest')
|
135
|
+
ListFunctionDefinitionsResponse = Shapes::StructureShape.new(name: 'ListFunctionDefinitionsResponse')
|
136
|
+
ListGroupCertificateAuthoritiesRequest = Shapes::StructureShape.new(name: 'ListGroupCertificateAuthoritiesRequest')
|
137
|
+
ListGroupCertificateAuthoritiesResponse = Shapes::StructureShape.new(name: 'ListGroupCertificateAuthoritiesResponse')
|
138
|
+
ListGroupVersionsRequest = Shapes::StructureShape.new(name: 'ListGroupVersionsRequest')
|
139
|
+
ListGroupVersionsResponse = Shapes::StructureShape.new(name: 'ListGroupVersionsResponse')
|
140
|
+
ListGroupsRequest = Shapes::StructureShape.new(name: 'ListGroupsRequest')
|
141
|
+
ListGroupsResponse = Shapes::StructureShape.new(name: 'ListGroupsResponse')
|
142
|
+
ListLoggerDefinitionVersionsRequest = Shapes::StructureShape.new(name: 'ListLoggerDefinitionVersionsRequest')
|
143
|
+
ListLoggerDefinitionVersionsResponse = Shapes::StructureShape.new(name: 'ListLoggerDefinitionVersionsResponse')
|
144
|
+
ListLoggerDefinitionsRequest = Shapes::StructureShape.new(name: 'ListLoggerDefinitionsRequest')
|
145
|
+
ListLoggerDefinitionsResponse = Shapes::StructureShape.new(name: 'ListLoggerDefinitionsResponse')
|
146
|
+
ListOfConnectivityInfo = Shapes::ListShape.new(name: 'ListOfConnectivityInfo')
|
147
|
+
ListOfCore = Shapes::ListShape.new(name: 'ListOfCore')
|
148
|
+
ListOfDefinitionInformation = Shapes::ListShape.new(name: 'ListOfDefinitionInformation')
|
149
|
+
ListOfDevice = Shapes::ListShape.new(name: 'ListOfDevice')
|
150
|
+
ListOfFunction = Shapes::ListShape.new(name: 'ListOfFunction')
|
151
|
+
ListOfGroupCertificateAuthorityProperties = Shapes::ListShape.new(name: 'ListOfGroupCertificateAuthorityProperties')
|
152
|
+
ListOfGroupInformation = Shapes::ListShape.new(name: 'ListOfGroupInformation')
|
153
|
+
ListOfLogger = Shapes::ListShape.new(name: 'ListOfLogger')
|
154
|
+
ListOfSubscription = Shapes::ListShape.new(name: 'ListOfSubscription')
|
155
|
+
ListOfVersionInformation = Shapes::ListShape.new(name: 'ListOfVersionInformation')
|
156
|
+
ListSubscriptionDefinitionVersionsRequest = Shapes::StructureShape.new(name: 'ListSubscriptionDefinitionVersionsRequest')
|
157
|
+
ListSubscriptionDefinitionVersionsResponse = Shapes::StructureShape.new(name: 'ListSubscriptionDefinitionVersionsResponse')
|
158
|
+
ListSubscriptionDefinitionsRequest = Shapes::StructureShape.new(name: 'ListSubscriptionDefinitionsRequest')
|
159
|
+
ListSubscriptionDefinitionsResponse = Shapes::StructureShape.new(name: 'ListSubscriptionDefinitionsResponse')
|
160
|
+
ListVersionsResponse = Shapes::StructureShape.new(name: 'ListVersionsResponse')
|
161
|
+
Logger = Shapes::StructureShape.new(name: 'Logger')
|
162
|
+
LoggerComponent = Shapes::StringShape.new(name: 'LoggerComponent')
|
163
|
+
LoggerDefinitionVersion = Shapes::StructureShape.new(name: 'LoggerDefinitionVersion')
|
164
|
+
LoggerLevel = Shapes::StringShape.new(name: 'LoggerLevel')
|
165
|
+
LoggerType = Shapes::StringShape.new(name: 'LoggerType')
|
166
|
+
MapOf__string = Shapes::MapShape.new(name: 'MapOf__string')
|
167
|
+
Subscription = Shapes::StructureShape.new(name: 'Subscription')
|
168
|
+
SubscriptionDefinitionVersion = Shapes::StructureShape.new(name: 'SubscriptionDefinitionVersion')
|
169
|
+
UpdateConnectivityInfoRequest = Shapes::StructureShape.new(name: 'UpdateConnectivityInfoRequest')
|
170
|
+
UpdateConnectivityInfoResponse = Shapes::StructureShape.new(name: 'UpdateConnectivityInfoResponse')
|
171
|
+
UpdateCoreDefinitionRequest = Shapes::StructureShape.new(name: 'UpdateCoreDefinitionRequest')
|
172
|
+
UpdateCoreDefinitionResponse = Shapes::StructureShape.new(name: 'UpdateCoreDefinitionResponse')
|
173
|
+
UpdateDeviceDefinitionRequest = Shapes::StructureShape.new(name: 'UpdateDeviceDefinitionRequest')
|
174
|
+
UpdateDeviceDefinitionResponse = Shapes::StructureShape.new(name: 'UpdateDeviceDefinitionResponse')
|
175
|
+
UpdateFunctionDefinitionRequest = Shapes::StructureShape.new(name: 'UpdateFunctionDefinitionRequest')
|
176
|
+
UpdateFunctionDefinitionResponse = Shapes::StructureShape.new(name: 'UpdateFunctionDefinitionResponse')
|
177
|
+
UpdateGroupCertificateConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateGroupCertificateConfigurationRequest')
|
178
|
+
UpdateGroupCertificateConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateGroupCertificateConfigurationResponse')
|
179
|
+
UpdateGroupRequest = Shapes::StructureShape.new(name: 'UpdateGroupRequest')
|
180
|
+
UpdateGroupResponse = Shapes::StructureShape.new(name: 'UpdateGroupResponse')
|
181
|
+
UpdateLoggerDefinitionRequest = Shapes::StructureShape.new(name: 'UpdateLoggerDefinitionRequest')
|
182
|
+
UpdateLoggerDefinitionResponse = Shapes::StructureShape.new(name: 'UpdateLoggerDefinitionResponse')
|
183
|
+
UpdateSubscriptionDefinitionRequest = Shapes::StructureShape.new(name: 'UpdateSubscriptionDefinitionRequest')
|
184
|
+
UpdateSubscriptionDefinitionResponse = Shapes::StructureShape.new(name: 'UpdateSubscriptionDefinitionResponse')
|
185
|
+
VersionInformation = Shapes::StructureShape.new(name: 'VersionInformation')
|
186
|
+
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
187
|
+
__double = Shapes::FloatShape.new(name: '__double')
|
188
|
+
__integer = Shapes::IntegerShape.new(name: '__integer')
|
189
|
+
__string = Shapes::StringShape.new(name: '__string')
|
190
|
+
__timestamp = Shapes::TimestampShape.new(name: '__timestamp')
|
191
|
+
|
192
|
+
AssociateRoleToGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
193
|
+
AssociateRoleToGroupRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "RoleArn"))
|
194
|
+
AssociateRoleToGroupRequest.struct_class = Types::AssociateRoleToGroupRequest
|
195
|
+
|
196
|
+
AssociateRoleToGroupResponse.add_member(:associated_at, Shapes::ShapeRef.new(shape: __string, location_name: "AssociatedAt"))
|
197
|
+
AssociateRoleToGroupResponse.struct_class = Types::AssociateRoleToGroupResponse
|
198
|
+
|
199
|
+
AssociateServiceRoleToAccountRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "RoleArn"))
|
200
|
+
AssociateServiceRoleToAccountRequest.struct_class = Types::AssociateServiceRoleToAccountRequest
|
201
|
+
|
202
|
+
AssociateServiceRoleToAccountResponse.add_member(:associated_at, Shapes::ShapeRef.new(shape: __string, location_name: "AssociatedAt"))
|
203
|
+
AssociateServiceRoleToAccountResponse.struct_class = Types::AssociateServiceRoleToAccountResponse
|
204
|
+
|
205
|
+
ConnectivityInfo.add_member(:host_address, Shapes::ShapeRef.new(shape: __string, location_name: "HostAddress"))
|
206
|
+
ConnectivityInfo.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
207
|
+
ConnectivityInfo.add_member(:metadata, Shapes::ShapeRef.new(shape: __string, location_name: "Metadata"))
|
208
|
+
ConnectivityInfo.add_member(:port_number, Shapes::ShapeRef.new(shape: __integer, location_name: "PortNumber"))
|
209
|
+
ConnectivityInfo.struct_class = Types::ConnectivityInfo
|
210
|
+
|
211
|
+
Core.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __string, location_name: "CertificateArn"))
|
212
|
+
Core.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
213
|
+
Core.add_member(:sync_shadow, Shapes::ShapeRef.new(shape: __boolean, location_name: "SyncShadow"))
|
214
|
+
Core.add_member(:thing_arn, Shapes::ShapeRef.new(shape: __string, location_name: "ThingArn"))
|
215
|
+
Core.struct_class = Types::Core
|
216
|
+
|
217
|
+
CoreDefinitionVersion.add_member(:cores, Shapes::ShapeRef.new(shape: ListOfCore, location_name: "Cores"))
|
218
|
+
CoreDefinitionVersion.struct_class = Types::CoreDefinitionVersion
|
219
|
+
|
220
|
+
CreateCoreDefinitionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
221
|
+
CreateCoreDefinitionRequest.add_member(:initial_version, Shapes::ShapeRef.new(shape: CoreDefinitionVersion, location_name: "InitialVersion"))
|
222
|
+
CreateCoreDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
223
|
+
CreateCoreDefinitionRequest.struct_class = Types::CreateCoreDefinitionRequest
|
224
|
+
|
225
|
+
CreateCoreDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
226
|
+
CreateCoreDefinitionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
227
|
+
CreateCoreDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
228
|
+
CreateCoreDefinitionResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
229
|
+
CreateCoreDefinitionResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
230
|
+
CreateCoreDefinitionResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
231
|
+
CreateCoreDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
232
|
+
CreateCoreDefinitionResponse.struct_class = Types::CreateCoreDefinitionResponse
|
233
|
+
|
234
|
+
CreateCoreDefinitionVersionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
235
|
+
CreateCoreDefinitionVersionRequest.add_member(:core_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "CoreDefinitionId"))
|
236
|
+
CreateCoreDefinitionVersionRequest.add_member(:cores, Shapes::ShapeRef.new(shape: ListOfCore, location_name: "Cores"))
|
237
|
+
CreateCoreDefinitionVersionRequest.struct_class = Types::CreateCoreDefinitionVersionRequest
|
238
|
+
|
239
|
+
CreateCoreDefinitionVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
240
|
+
CreateCoreDefinitionVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
241
|
+
CreateCoreDefinitionVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
242
|
+
CreateCoreDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
243
|
+
CreateCoreDefinitionVersionResponse.struct_class = Types::CreateCoreDefinitionVersionResponse
|
244
|
+
|
245
|
+
CreateDeploymentRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
246
|
+
CreateDeploymentRequest.add_member(:deployment_id, Shapes::ShapeRef.new(shape: __string, location_name: "DeploymentId"))
|
247
|
+
CreateDeploymentRequest.add_member(:deployment_type, Shapes::ShapeRef.new(shape: DeploymentType, location_name: "DeploymentType"))
|
248
|
+
CreateDeploymentRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
249
|
+
CreateDeploymentRequest.add_member(:group_version_id, Shapes::ShapeRef.new(shape: __string, location_name: "GroupVersionId"))
|
250
|
+
CreateDeploymentRequest.struct_class = Types::CreateDeploymentRequest
|
251
|
+
|
252
|
+
CreateDeploymentResponse.add_member(:deployment_arn, Shapes::ShapeRef.new(shape: __string, location_name: "DeploymentArn"))
|
253
|
+
CreateDeploymentResponse.add_member(:deployment_id, Shapes::ShapeRef.new(shape: __string, location_name: "DeploymentId"))
|
254
|
+
CreateDeploymentResponse.struct_class = Types::CreateDeploymentResponse
|
255
|
+
|
256
|
+
CreateDeviceDefinitionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
257
|
+
CreateDeviceDefinitionRequest.add_member(:initial_version, Shapes::ShapeRef.new(shape: DeviceDefinitionVersion, location_name: "InitialVersion"))
|
258
|
+
CreateDeviceDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
259
|
+
CreateDeviceDefinitionRequest.struct_class = Types::CreateDeviceDefinitionRequest
|
260
|
+
|
261
|
+
CreateDeviceDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
262
|
+
CreateDeviceDefinitionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
263
|
+
CreateDeviceDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
264
|
+
CreateDeviceDefinitionResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
265
|
+
CreateDeviceDefinitionResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
266
|
+
CreateDeviceDefinitionResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
267
|
+
CreateDeviceDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
268
|
+
CreateDeviceDefinitionResponse.struct_class = Types::CreateDeviceDefinitionResponse
|
269
|
+
|
270
|
+
CreateDeviceDefinitionVersionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
271
|
+
CreateDeviceDefinitionVersionRequest.add_member(:device_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DeviceDefinitionId"))
|
272
|
+
CreateDeviceDefinitionVersionRequest.add_member(:devices, Shapes::ShapeRef.new(shape: ListOfDevice, location_name: "Devices"))
|
273
|
+
CreateDeviceDefinitionVersionRequest.struct_class = Types::CreateDeviceDefinitionVersionRequest
|
274
|
+
|
275
|
+
CreateDeviceDefinitionVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
276
|
+
CreateDeviceDefinitionVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
277
|
+
CreateDeviceDefinitionVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
278
|
+
CreateDeviceDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
279
|
+
CreateDeviceDefinitionVersionResponse.struct_class = Types::CreateDeviceDefinitionVersionResponse
|
280
|
+
|
281
|
+
CreateFunctionDefinitionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
282
|
+
CreateFunctionDefinitionRequest.add_member(:initial_version, Shapes::ShapeRef.new(shape: FunctionDefinitionVersion, location_name: "InitialVersion"))
|
283
|
+
CreateFunctionDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
284
|
+
CreateFunctionDefinitionRequest.struct_class = Types::CreateFunctionDefinitionRequest
|
285
|
+
|
286
|
+
CreateFunctionDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
287
|
+
CreateFunctionDefinitionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
288
|
+
CreateFunctionDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
289
|
+
CreateFunctionDefinitionResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
290
|
+
CreateFunctionDefinitionResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
291
|
+
CreateFunctionDefinitionResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
292
|
+
CreateFunctionDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
293
|
+
CreateFunctionDefinitionResponse.struct_class = Types::CreateFunctionDefinitionResponse
|
294
|
+
|
295
|
+
CreateFunctionDefinitionVersionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
296
|
+
CreateFunctionDefinitionVersionRequest.add_member(:function_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "FunctionDefinitionId"))
|
297
|
+
CreateFunctionDefinitionVersionRequest.add_member(:functions, Shapes::ShapeRef.new(shape: ListOfFunction, location_name: "Functions"))
|
298
|
+
CreateFunctionDefinitionVersionRequest.struct_class = Types::CreateFunctionDefinitionVersionRequest
|
299
|
+
|
300
|
+
CreateFunctionDefinitionVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
301
|
+
CreateFunctionDefinitionVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
302
|
+
CreateFunctionDefinitionVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
303
|
+
CreateFunctionDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
304
|
+
CreateFunctionDefinitionVersionResponse.struct_class = Types::CreateFunctionDefinitionVersionResponse
|
305
|
+
|
306
|
+
CreateGroupCertificateAuthorityRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
307
|
+
CreateGroupCertificateAuthorityRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
308
|
+
CreateGroupCertificateAuthorityRequest.struct_class = Types::CreateGroupCertificateAuthorityRequest
|
309
|
+
|
310
|
+
CreateGroupCertificateAuthorityResponse.add_member(:group_certificate_authority_arn, Shapes::ShapeRef.new(shape: __string, location_name: "GroupCertificateAuthorityArn"))
|
311
|
+
CreateGroupCertificateAuthorityResponse.struct_class = Types::CreateGroupCertificateAuthorityResponse
|
312
|
+
|
313
|
+
CreateGroupRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
314
|
+
CreateGroupRequest.add_member(:initial_version, Shapes::ShapeRef.new(shape: GroupVersion, location_name: "InitialVersion"))
|
315
|
+
CreateGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
316
|
+
CreateGroupRequest.struct_class = Types::CreateGroupRequest
|
317
|
+
|
318
|
+
CreateGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
319
|
+
CreateGroupResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
320
|
+
CreateGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
321
|
+
CreateGroupResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
322
|
+
CreateGroupResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
323
|
+
CreateGroupResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
324
|
+
CreateGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
325
|
+
CreateGroupResponse.struct_class = Types::CreateGroupResponse
|
326
|
+
|
327
|
+
CreateGroupVersionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
328
|
+
CreateGroupVersionRequest.add_member(:core_definition_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "CoreDefinitionVersionArn"))
|
329
|
+
CreateGroupVersionRequest.add_member(:device_definition_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "DeviceDefinitionVersionArn"))
|
330
|
+
CreateGroupVersionRequest.add_member(:function_definition_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "FunctionDefinitionVersionArn"))
|
331
|
+
CreateGroupVersionRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
332
|
+
CreateGroupVersionRequest.add_member(:logger_definition_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LoggerDefinitionVersionArn"))
|
333
|
+
CreateGroupVersionRequest.add_member(:subscription_definition_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "SubscriptionDefinitionVersionArn"))
|
334
|
+
CreateGroupVersionRequest.struct_class = Types::CreateGroupVersionRequest
|
335
|
+
|
336
|
+
CreateGroupVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
337
|
+
CreateGroupVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
338
|
+
CreateGroupVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
339
|
+
CreateGroupVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
340
|
+
CreateGroupVersionResponse.struct_class = Types::CreateGroupVersionResponse
|
341
|
+
|
342
|
+
CreateLoggerDefinitionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
343
|
+
CreateLoggerDefinitionRequest.add_member(:initial_version, Shapes::ShapeRef.new(shape: LoggerDefinitionVersion, location_name: "InitialVersion"))
|
344
|
+
CreateLoggerDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
345
|
+
CreateLoggerDefinitionRequest.struct_class = Types::CreateLoggerDefinitionRequest
|
346
|
+
|
347
|
+
CreateLoggerDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
348
|
+
CreateLoggerDefinitionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
349
|
+
CreateLoggerDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
350
|
+
CreateLoggerDefinitionResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
351
|
+
CreateLoggerDefinitionResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
352
|
+
CreateLoggerDefinitionResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
353
|
+
CreateLoggerDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
354
|
+
CreateLoggerDefinitionResponse.struct_class = Types::CreateLoggerDefinitionResponse
|
355
|
+
|
356
|
+
CreateLoggerDefinitionVersionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
357
|
+
CreateLoggerDefinitionVersionRequest.add_member(:logger_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "LoggerDefinitionId"))
|
358
|
+
CreateLoggerDefinitionVersionRequest.add_member(:loggers, Shapes::ShapeRef.new(shape: ListOfLogger, location_name: "Loggers"))
|
359
|
+
CreateLoggerDefinitionVersionRequest.struct_class = Types::CreateLoggerDefinitionVersionRequest
|
360
|
+
|
361
|
+
CreateLoggerDefinitionVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
362
|
+
CreateLoggerDefinitionVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
363
|
+
CreateLoggerDefinitionVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
364
|
+
CreateLoggerDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
365
|
+
CreateLoggerDefinitionVersionResponse.struct_class = Types::CreateLoggerDefinitionVersionResponse
|
366
|
+
|
367
|
+
CreateSubscriptionDefinitionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
368
|
+
CreateSubscriptionDefinitionRequest.add_member(:initial_version, Shapes::ShapeRef.new(shape: SubscriptionDefinitionVersion, location_name: "InitialVersion"))
|
369
|
+
CreateSubscriptionDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
370
|
+
CreateSubscriptionDefinitionRequest.struct_class = Types::CreateSubscriptionDefinitionRequest
|
371
|
+
|
372
|
+
CreateSubscriptionDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
373
|
+
CreateSubscriptionDefinitionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
374
|
+
CreateSubscriptionDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
375
|
+
CreateSubscriptionDefinitionResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
376
|
+
CreateSubscriptionDefinitionResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
377
|
+
CreateSubscriptionDefinitionResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
378
|
+
CreateSubscriptionDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
379
|
+
CreateSubscriptionDefinitionResponse.struct_class = Types::CreateSubscriptionDefinitionResponse
|
380
|
+
|
381
|
+
CreateSubscriptionDefinitionVersionRequest.add_member(:amzn_client_token, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "X-Amzn-Client-Token"))
|
382
|
+
CreateSubscriptionDefinitionVersionRequest.add_member(:subscription_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "SubscriptionDefinitionId"))
|
383
|
+
CreateSubscriptionDefinitionVersionRequest.add_member(:subscriptions, Shapes::ShapeRef.new(shape: ListOfSubscription, location_name: "Subscriptions"))
|
384
|
+
CreateSubscriptionDefinitionVersionRequest.struct_class = Types::CreateSubscriptionDefinitionVersionRequest
|
385
|
+
|
386
|
+
CreateSubscriptionDefinitionVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
387
|
+
CreateSubscriptionDefinitionVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
388
|
+
CreateSubscriptionDefinitionVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
389
|
+
CreateSubscriptionDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
390
|
+
CreateSubscriptionDefinitionVersionResponse.struct_class = Types::CreateSubscriptionDefinitionVersionResponse
|
391
|
+
|
392
|
+
DefinitionInformation.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
393
|
+
DefinitionInformation.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
394
|
+
DefinitionInformation.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
395
|
+
DefinitionInformation.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
396
|
+
DefinitionInformation.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
397
|
+
DefinitionInformation.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
398
|
+
DefinitionInformation.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
399
|
+
DefinitionInformation.struct_class = Types::DefinitionInformation
|
400
|
+
|
401
|
+
DeleteCoreDefinitionRequest.add_member(:core_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "CoreDefinitionId"))
|
402
|
+
DeleteCoreDefinitionRequest.struct_class = Types::DeleteCoreDefinitionRequest
|
403
|
+
|
404
|
+
DeleteCoreDefinitionResponse.struct_class = Types::DeleteCoreDefinitionResponse
|
405
|
+
|
406
|
+
DeleteDeviceDefinitionRequest.add_member(:device_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DeviceDefinitionId"))
|
407
|
+
DeleteDeviceDefinitionRequest.struct_class = Types::DeleteDeviceDefinitionRequest
|
408
|
+
|
409
|
+
DeleteDeviceDefinitionResponse.struct_class = Types::DeleteDeviceDefinitionResponse
|
410
|
+
|
411
|
+
DeleteFunctionDefinitionRequest.add_member(:function_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "FunctionDefinitionId"))
|
412
|
+
DeleteFunctionDefinitionRequest.struct_class = Types::DeleteFunctionDefinitionRequest
|
413
|
+
|
414
|
+
DeleteFunctionDefinitionResponse.struct_class = Types::DeleteFunctionDefinitionResponse
|
415
|
+
|
416
|
+
DeleteGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
417
|
+
DeleteGroupRequest.struct_class = Types::DeleteGroupRequest
|
418
|
+
|
419
|
+
DeleteGroupResponse.struct_class = Types::DeleteGroupResponse
|
420
|
+
|
421
|
+
DeleteLoggerDefinitionRequest.add_member(:logger_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "LoggerDefinitionId"))
|
422
|
+
DeleteLoggerDefinitionRequest.struct_class = Types::DeleteLoggerDefinitionRequest
|
423
|
+
|
424
|
+
DeleteLoggerDefinitionResponse.struct_class = Types::DeleteLoggerDefinitionResponse
|
425
|
+
|
426
|
+
DeleteSubscriptionDefinitionRequest.add_member(:subscription_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "SubscriptionDefinitionId"))
|
427
|
+
DeleteSubscriptionDefinitionRequest.struct_class = Types::DeleteSubscriptionDefinitionRequest
|
428
|
+
|
429
|
+
DeleteSubscriptionDefinitionResponse.struct_class = Types::DeleteSubscriptionDefinitionResponse
|
430
|
+
|
431
|
+
Deployment.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "CreatedAt"))
|
432
|
+
Deployment.add_member(:deployment_arn, Shapes::ShapeRef.new(shape: __string, location_name: "DeploymentArn"))
|
433
|
+
Deployment.add_member(:deployment_id, Shapes::ShapeRef.new(shape: __string, location_name: "DeploymentId"))
|
434
|
+
Deployment.add_member(:group_arn, Shapes::ShapeRef.new(shape: __string, location_name: "GroupArn"))
|
435
|
+
Deployment.struct_class = Types::Deployment
|
436
|
+
|
437
|
+
Deployments.member = Shapes::ShapeRef.new(shape: Deployment)
|
438
|
+
|
439
|
+
Device.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __string, location_name: "CertificateArn"))
|
440
|
+
Device.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
441
|
+
Device.add_member(:sync_shadow, Shapes::ShapeRef.new(shape: __boolean, location_name: "SyncShadow"))
|
442
|
+
Device.add_member(:thing_arn, Shapes::ShapeRef.new(shape: __string, location_name: "ThingArn"))
|
443
|
+
Device.struct_class = Types::Device
|
444
|
+
|
445
|
+
DeviceDefinitionVersion.add_member(:devices, Shapes::ShapeRef.new(shape: ListOfDevice, location_name: "Devices"))
|
446
|
+
DeviceDefinitionVersion.struct_class = Types::DeviceDefinitionVersion
|
447
|
+
|
448
|
+
DisassociateRoleFromGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
449
|
+
DisassociateRoleFromGroupRequest.struct_class = Types::DisassociateRoleFromGroupRequest
|
450
|
+
|
451
|
+
DisassociateRoleFromGroupResponse.add_member(:disassociated_at, Shapes::ShapeRef.new(shape: __string, location_name: "DisassociatedAt"))
|
452
|
+
DisassociateRoleFromGroupResponse.struct_class = Types::DisassociateRoleFromGroupResponse
|
453
|
+
|
454
|
+
DisassociateServiceRoleFromAccountRequest.struct_class = Types::DisassociateServiceRoleFromAccountRequest
|
455
|
+
|
456
|
+
DisassociateServiceRoleFromAccountResponse.add_member(:disassociated_at, Shapes::ShapeRef.new(shape: __string, location_name: "DisassociatedAt"))
|
457
|
+
DisassociateServiceRoleFromAccountResponse.struct_class = Types::DisassociateServiceRoleFromAccountResponse
|
458
|
+
|
459
|
+
Empty.struct_class = Types::Empty
|
460
|
+
|
461
|
+
ErrorDetail.add_member(:detailed_error_code, Shapes::ShapeRef.new(shape: __string, location_name: "DetailedErrorCode"))
|
462
|
+
ErrorDetail.add_member(:detailed_error_message, Shapes::ShapeRef.new(shape: __string, location_name: "DetailedErrorMessage"))
|
463
|
+
ErrorDetail.struct_class = Types::ErrorDetail
|
464
|
+
|
465
|
+
ErrorDetails.member = Shapes::ShapeRef.new(shape: ErrorDetail)
|
466
|
+
|
467
|
+
Function.add_member(:function_arn, Shapes::ShapeRef.new(shape: __string, location_name: "FunctionArn"))
|
468
|
+
Function.add_member(:function_configuration, Shapes::ShapeRef.new(shape: FunctionConfiguration, location_name: "FunctionConfiguration"))
|
469
|
+
Function.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
470
|
+
Function.struct_class = Types::Function
|
471
|
+
|
472
|
+
FunctionConfiguration.add_member(:environment, Shapes::ShapeRef.new(shape: FunctionConfigurationEnvironment, location_name: "Environment"))
|
473
|
+
FunctionConfiguration.add_member(:exec_args, Shapes::ShapeRef.new(shape: __string, location_name: "ExecArgs"))
|
474
|
+
FunctionConfiguration.add_member(:executable, Shapes::ShapeRef.new(shape: __string, location_name: "Executable"))
|
475
|
+
FunctionConfiguration.add_member(:memory_size, Shapes::ShapeRef.new(shape: __integer, location_name: "MemorySize"))
|
476
|
+
FunctionConfiguration.add_member(:pinned, Shapes::ShapeRef.new(shape: __boolean, location_name: "Pinned"))
|
477
|
+
FunctionConfiguration.add_member(:timeout, Shapes::ShapeRef.new(shape: __integer, location_name: "Timeout"))
|
478
|
+
FunctionConfiguration.struct_class = Types::FunctionConfiguration
|
479
|
+
|
480
|
+
FunctionConfigurationEnvironment.add_member(:variables, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "Variables"))
|
481
|
+
FunctionConfigurationEnvironment.struct_class = Types::FunctionConfigurationEnvironment
|
482
|
+
|
483
|
+
FunctionDefinitionVersion.add_member(:functions, Shapes::ShapeRef.new(shape: ListOfFunction, location_name: "Functions"))
|
484
|
+
FunctionDefinitionVersion.struct_class = Types::FunctionDefinitionVersion
|
485
|
+
|
486
|
+
GeneralError.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "ErrorDetails"))
|
487
|
+
GeneralError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "Message"))
|
488
|
+
GeneralError.struct_class = Types::GeneralError
|
489
|
+
|
490
|
+
GetAssociatedRoleRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
491
|
+
GetAssociatedRoleRequest.struct_class = Types::GetAssociatedRoleRequest
|
492
|
+
|
493
|
+
GetAssociatedRoleResponse.add_member(:associated_at, Shapes::ShapeRef.new(shape: __string, location_name: "AssociatedAt"))
|
494
|
+
GetAssociatedRoleResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "RoleArn"))
|
495
|
+
GetAssociatedRoleResponse.struct_class = Types::GetAssociatedRoleResponse
|
496
|
+
|
497
|
+
GetConnectivityInfoRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ThingName"))
|
498
|
+
GetConnectivityInfoRequest.struct_class = Types::GetConnectivityInfoRequest
|
499
|
+
|
500
|
+
GetConnectivityInfoResponse.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ListOfConnectivityInfo, location_name: "ConnectivityInfo"))
|
501
|
+
GetConnectivityInfoResponse.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
502
|
+
GetConnectivityInfoResponse.struct_class = Types::GetConnectivityInfoResponse
|
503
|
+
|
504
|
+
GetCoreDefinitionRequest.add_member(:core_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "CoreDefinitionId"))
|
505
|
+
GetCoreDefinitionRequest.struct_class = Types::GetCoreDefinitionRequest
|
506
|
+
|
507
|
+
GetCoreDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
508
|
+
GetCoreDefinitionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
509
|
+
GetCoreDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
510
|
+
GetCoreDefinitionResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
511
|
+
GetCoreDefinitionResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
512
|
+
GetCoreDefinitionResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
513
|
+
GetCoreDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
514
|
+
GetCoreDefinitionResponse.struct_class = Types::GetCoreDefinitionResponse
|
515
|
+
|
516
|
+
GetCoreDefinitionVersionRequest.add_member(:core_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "CoreDefinitionId"))
|
517
|
+
GetCoreDefinitionVersionRequest.add_member(:core_definition_version_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "CoreDefinitionVersionId"))
|
518
|
+
GetCoreDefinitionVersionRequest.struct_class = Types::GetCoreDefinitionVersionRequest
|
519
|
+
|
520
|
+
GetCoreDefinitionVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
521
|
+
GetCoreDefinitionVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
522
|
+
GetCoreDefinitionVersionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: CoreDefinitionVersion, location_name: "Definition"))
|
523
|
+
GetCoreDefinitionVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
524
|
+
GetCoreDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
525
|
+
GetCoreDefinitionVersionResponse.struct_class = Types::GetCoreDefinitionVersionResponse
|
526
|
+
|
527
|
+
GetDeploymentStatusRequest.add_member(:deployment_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DeploymentId"))
|
528
|
+
GetDeploymentStatusRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
529
|
+
GetDeploymentStatusRequest.struct_class = Types::GetDeploymentStatusRequest
|
530
|
+
|
531
|
+
GetDeploymentStatusResponse.add_member(:deployment_status, Shapes::ShapeRef.new(shape: __string, location_name: "DeploymentStatus"))
|
532
|
+
GetDeploymentStatusResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "ErrorMessage"))
|
533
|
+
GetDeploymentStatusResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: __string, location_name: "UpdatedAt"))
|
534
|
+
GetDeploymentStatusResponse.struct_class = Types::GetDeploymentStatusResponse
|
535
|
+
|
536
|
+
GetDeviceDefinitionRequest.add_member(:device_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DeviceDefinitionId"))
|
537
|
+
GetDeviceDefinitionRequest.struct_class = Types::GetDeviceDefinitionRequest
|
538
|
+
|
539
|
+
GetDeviceDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
540
|
+
GetDeviceDefinitionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
541
|
+
GetDeviceDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
542
|
+
GetDeviceDefinitionResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
543
|
+
GetDeviceDefinitionResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
544
|
+
GetDeviceDefinitionResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
545
|
+
GetDeviceDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
546
|
+
GetDeviceDefinitionResponse.struct_class = Types::GetDeviceDefinitionResponse
|
547
|
+
|
548
|
+
GetDeviceDefinitionVersionRequest.add_member(:device_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DeviceDefinitionId"))
|
549
|
+
GetDeviceDefinitionVersionRequest.add_member(:device_definition_version_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DeviceDefinitionVersionId"))
|
550
|
+
GetDeviceDefinitionVersionRequest.struct_class = Types::GetDeviceDefinitionVersionRequest
|
551
|
+
|
552
|
+
GetDeviceDefinitionVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
553
|
+
GetDeviceDefinitionVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
554
|
+
GetDeviceDefinitionVersionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: DeviceDefinitionVersion, location_name: "Definition"))
|
555
|
+
GetDeviceDefinitionVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
556
|
+
GetDeviceDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
557
|
+
GetDeviceDefinitionVersionResponse.struct_class = Types::GetDeviceDefinitionVersionResponse
|
558
|
+
|
559
|
+
GetFunctionDefinitionRequest.add_member(:function_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "FunctionDefinitionId"))
|
560
|
+
GetFunctionDefinitionRequest.struct_class = Types::GetFunctionDefinitionRequest
|
561
|
+
|
562
|
+
GetFunctionDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
563
|
+
GetFunctionDefinitionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
564
|
+
GetFunctionDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
565
|
+
GetFunctionDefinitionResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
566
|
+
GetFunctionDefinitionResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
567
|
+
GetFunctionDefinitionResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
568
|
+
GetFunctionDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
569
|
+
GetFunctionDefinitionResponse.struct_class = Types::GetFunctionDefinitionResponse
|
570
|
+
|
571
|
+
GetFunctionDefinitionVersionRequest.add_member(:function_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "FunctionDefinitionId"))
|
572
|
+
GetFunctionDefinitionVersionRequest.add_member(:function_definition_version_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "FunctionDefinitionVersionId"))
|
573
|
+
GetFunctionDefinitionVersionRequest.struct_class = Types::GetFunctionDefinitionVersionRequest
|
574
|
+
|
575
|
+
GetFunctionDefinitionVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
576
|
+
GetFunctionDefinitionVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
577
|
+
GetFunctionDefinitionVersionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: FunctionDefinitionVersion, location_name: "Definition"))
|
578
|
+
GetFunctionDefinitionVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
579
|
+
GetFunctionDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
580
|
+
GetFunctionDefinitionVersionResponse.struct_class = Types::GetFunctionDefinitionVersionResponse
|
581
|
+
|
582
|
+
GetGroupCertificateAuthorityRequest.add_member(:certificate_authority_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "CertificateAuthorityId"))
|
583
|
+
GetGroupCertificateAuthorityRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
584
|
+
GetGroupCertificateAuthorityRequest.struct_class = Types::GetGroupCertificateAuthorityRequest
|
585
|
+
|
586
|
+
GetGroupCertificateAuthorityResponse.add_member(:group_certificate_authority_arn, Shapes::ShapeRef.new(shape: __string, location_name: "GroupCertificateAuthorityArn"))
|
587
|
+
GetGroupCertificateAuthorityResponse.add_member(:group_certificate_authority_id, Shapes::ShapeRef.new(shape: __string, location_name: "GroupCertificateAuthorityId"))
|
588
|
+
GetGroupCertificateAuthorityResponse.add_member(:pem_encoded_certificate, Shapes::ShapeRef.new(shape: __string, location_name: "PemEncodedCertificate"))
|
589
|
+
GetGroupCertificateAuthorityResponse.struct_class = Types::GetGroupCertificateAuthorityResponse
|
590
|
+
|
591
|
+
GetGroupCertificateConfigurationRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
592
|
+
GetGroupCertificateConfigurationRequest.struct_class = Types::GetGroupCertificateConfigurationRequest
|
593
|
+
|
594
|
+
GetGroupCertificateConfigurationResponse.add_member(:certificate_authority_expiry_in_milliseconds, Shapes::ShapeRef.new(shape: __string, location_name: "CertificateAuthorityExpiryInMilliseconds"))
|
595
|
+
GetGroupCertificateConfigurationResponse.add_member(:certificate_expiry_in_milliseconds, Shapes::ShapeRef.new(shape: __string, location_name: "CertificateExpiryInMilliseconds"))
|
596
|
+
GetGroupCertificateConfigurationResponse.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, location_name: "GroupId"))
|
597
|
+
GetGroupCertificateConfigurationResponse.struct_class = Types::GetGroupCertificateConfigurationResponse
|
598
|
+
|
599
|
+
GetGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
600
|
+
GetGroupRequest.struct_class = Types::GetGroupRequest
|
601
|
+
|
602
|
+
GetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
603
|
+
GetGroupResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
604
|
+
GetGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
605
|
+
GetGroupResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
606
|
+
GetGroupResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
607
|
+
GetGroupResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
608
|
+
GetGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
609
|
+
GetGroupResponse.struct_class = Types::GetGroupResponse
|
610
|
+
|
611
|
+
GetGroupVersionRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
612
|
+
GetGroupVersionRequest.add_member(:group_version_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupVersionId"))
|
613
|
+
GetGroupVersionRequest.struct_class = Types::GetGroupVersionRequest
|
614
|
+
|
615
|
+
GetGroupVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
616
|
+
GetGroupVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
617
|
+
GetGroupVersionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: GroupVersion, location_name: "Definition"))
|
618
|
+
GetGroupVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
619
|
+
GetGroupVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
620
|
+
GetGroupVersionResponse.struct_class = Types::GetGroupVersionResponse
|
621
|
+
|
622
|
+
GetLoggerDefinitionRequest.add_member(:logger_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "LoggerDefinitionId"))
|
623
|
+
GetLoggerDefinitionRequest.struct_class = Types::GetLoggerDefinitionRequest
|
624
|
+
|
625
|
+
GetLoggerDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
626
|
+
GetLoggerDefinitionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
627
|
+
GetLoggerDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
628
|
+
GetLoggerDefinitionResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
629
|
+
GetLoggerDefinitionResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
630
|
+
GetLoggerDefinitionResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
631
|
+
GetLoggerDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
632
|
+
GetLoggerDefinitionResponse.struct_class = Types::GetLoggerDefinitionResponse
|
633
|
+
|
634
|
+
GetLoggerDefinitionVersionRequest.add_member(:logger_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "LoggerDefinitionId"))
|
635
|
+
GetLoggerDefinitionVersionRequest.add_member(:logger_definition_version_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "LoggerDefinitionVersionId"))
|
636
|
+
GetLoggerDefinitionVersionRequest.struct_class = Types::GetLoggerDefinitionVersionRequest
|
637
|
+
|
638
|
+
GetLoggerDefinitionVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
639
|
+
GetLoggerDefinitionVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
640
|
+
GetLoggerDefinitionVersionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: LoggerDefinitionVersion, location_name: "Definition"))
|
641
|
+
GetLoggerDefinitionVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
642
|
+
GetLoggerDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
643
|
+
GetLoggerDefinitionVersionResponse.struct_class = Types::GetLoggerDefinitionVersionResponse
|
644
|
+
|
645
|
+
GetServiceRoleForAccountRequest.struct_class = Types::GetServiceRoleForAccountRequest
|
646
|
+
|
647
|
+
GetServiceRoleForAccountResponse.add_member(:associated_at, Shapes::ShapeRef.new(shape: __string, location_name: "AssociatedAt"))
|
648
|
+
GetServiceRoleForAccountResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "RoleArn"))
|
649
|
+
GetServiceRoleForAccountResponse.struct_class = Types::GetServiceRoleForAccountResponse
|
650
|
+
|
651
|
+
GetSubscriptionDefinitionRequest.add_member(:subscription_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "SubscriptionDefinitionId"))
|
652
|
+
GetSubscriptionDefinitionRequest.struct_class = Types::GetSubscriptionDefinitionRequest
|
653
|
+
|
654
|
+
GetSubscriptionDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
655
|
+
GetSubscriptionDefinitionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
656
|
+
GetSubscriptionDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
657
|
+
GetSubscriptionDefinitionResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
658
|
+
GetSubscriptionDefinitionResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
659
|
+
GetSubscriptionDefinitionResponse.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
660
|
+
GetSubscriptionDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
661
|
+
GetSubscriptionDefinitionResponse.struct_class = Types::GetSubscriptionDefinitionResponse
|
662
|
+
|
663
|
+
GetSubscriptionDefinitionVersionRequest.add_member(:subscription_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "SubscriptionDefinitionId"))
|
664
|
+
GetSubscriptionDefinitionVersionRequest.add_member(:subscription_definition_version_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "SubscriptionDefinitionVersionId"))
|
665
|
+
GetSubscriptionDefinitionVersionRequest.struct_class = Types::GetSubscriptionDefinitionVersionRequest
|
666
|
+
|
667
|
+
GetSubscriptionDefinitionVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
668
|
+
GetSubscriptionDefinitionVersionResponse.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
669
|
+
GetSubscriptionDefinitionVersionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: SubscriptionDefinitionVersion, location_name: "Definition"))
|
670
|
+
GetSubscriptionDefinitionVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
671
|
+
GetSubscriptionDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
672
|
+
GetSubscriptionDefinitionVersionResponse.struct_class = Types::GetSubscriptionDefinitionVersionResponse
|
673
|
+
|
674
|
+
GroupCertificateAuthorityProperties.add_member(:group_certificate_authority_arn, Shapes::ShapeRef.new(shape: __string, location_name: "GroupCertificateAuthorityArn"))
|
675
|
+
GroupCertificateAuthorityProperties.add_member(:group_certificate_authority_id, Shapes::ShapeRef.new(shape: __string, location_name: "GroupCertificateAuthorityId"))
|
676
|
+
GroupCertificateAuthorityProperties.struct_class = Types::GroupCertificateAuthorityProperties
|
677
|
+
|
678
|
+
GroupCertificateConfiguration.add_member(:certificate_authority_expiry_in_milliseconds, Shapes::ShapeRef.new(shape: __string, location_name: "CertificateAuthorityExpiryInMilliseconds"))
|
679
|
+
GroupCertificateConfiguration.add_member(:certificate_expiry_in_milliseconds, Shapes::ShapeRef.new(shape: __string, location_name: "CertificateExpiryInMilliseconds"))
|
680
|
+
GroupCertificateConfiguration.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, location_name: "GroupId"))
|
681
|
+
GroupCertificateConfiguration.struct_class = Types::GroupCertificateConfiguration
|
682
|
+
|
683
|
+
GroupInformation.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
684
|
+
GroupInformation.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
685
|
+
GroupInformation.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
686
|
+
GroupInformation.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "LastUpdatedTimestamp"))
|
687
|
+
GroupInformation.add_member(:latest_version, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersion"))
|
688
|
+
GroupInformation.add_member(:latest_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LatestVersionArn"))
|
689
|
+
GroupInformation.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
690
|
+
GroupInformation.struct_class = Types::GroupInformation
|
691
|
+
|
692
|
+
GroupVersion.add_member(:core_definition_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "CoreDefinitionVersionArn"))
|
693
|
+
GroupVersion.add_member(:device_definition_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "DeviceDefinitionVersionArn"))
|
694
|
+
GroupVersion.add_member(:function_definition_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "FunctionDefinitionVersionArn"))
|
695
|
+
GroupVersion.add_member(:logger_definition_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "LoggerDefinitionVersionArn"))
|
696
|
+
GroupVersion.add_member(:subscription_definition_version_arn, Shapes::ShapeRef.new(shape: __string, location_name: "SubscriptionDefinitionVersionArn"))
|
697
|
+
GroupVersion.struct_class = Types::GroupVersion
|
698
|
+
|
699
|
+
ListCoreDefinitionVersionsRequest.add_member(:core_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "CoreDefinitionId"))
|
700
|
+
ListCoreDefinitionVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
701
|
+
ListCoreDefinitionVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
702
|
+
ListCoreDefinitionVersionsRequest.struct_class = Types::ListCoreDefinitionVersionsRequest
|
703
|
+
|
704
|
+
ListCoreDefinitionVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
705
|
+
ListCoreDefinitionVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: ListOfVersionInformation, location_name: "Versions"))
|
706
|
+
ListCoreDefinitionVersionsResponse.struct_class = Types::ListCoreDefinitionVersionsResponse
|
707
|
+
|
708
|
+
ListCoreDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
709
|
+
ListCoreDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
710
|
+
ListCoreDefinitionsRequest.struct_class = Types::ListCoreDefinitionsRequest
|
711
|
+
|
712
|
+
ListCoreDefinitionsResponse.add_member(:definitions, Shapes::ShapeRef.new(shape: ListOfDefinitionInformation, location_name: "Definitions"))
|
713
|
+
ListCoreDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
714
|
+
ListCoreDefinitionsResponse.struct_class = Types::ListCoreDefinitionsResponse
|
715
|
+
|
716
|
+
ListDefinitionsResponse.add_member(:definitions, Shapes::ShapeRef.new(shape: ListOfDefinitionInformation, location_name: "Definitions"))
|
717
|
+
ListDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
718
|
+
ListDefinitionsResponse.struct_class = Types::ListDefinitionsResponse
|
719
|
+
|
720
|
+
ListDeploymentsRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
721
|
+
ListDeploymentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
722
|
+
ListDeploymentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
723
|
+
ListDeploymentsRequest.struct_class = Types::ListDeploymentsRequest
|
724
|
+
|
725
|
+
ListDeploymentsResponse.add_member(:deployments, Shapes::ShapeRef.new(shape: Deployments, location_name: "Deployments"))
|
726
|
+
ListDeploymentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
727
|
+
ListDeploymentsResponse.struct_class = Types::ListDeploymentsResponse
|
728
|
+
|
729
|
+
ListDeviceDefinitionVersionsRequest.add_member(:device_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DeviceDefinitionId"))
|
730
|
+
ListDeviceDefinitionVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
731
|
+
ListDeviceDefinitionVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
732
|
+
ListDeviceDefinitionVersionsRequest.struct_class = Types::ListDeviceDefinitionVersionsRequest
|
733
|
+
|
734
|
+
ListDeviceDefinitionVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
735
|
+
ListDeviceDefinitionVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: ListOfVersionInformation, location_name: "Versions"))
|
736
|
+
ListDeviceDefinitionVersionsResponse.struct_class = Types::ListDeviceDefinitionVersionsResponse
|
737
|
+
|
738
|
+
ListDeviceDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
739
|
+
ListDeviceDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
740
|
+
ListDeviceDefinitionsRequest.struct_class = Types::ListDeviceDefinitionsRequest
|
741
|
+
|
742
|
+
ListDeviceDefinitionsResponse.add_member(:definitions, Shapes::ShapeRef.new(shape: ListOfDefinitionInformation, location_name: "Definitions"))
|
743
|
+
ListDeviceDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
744
|
+
ListDeviceDefinitionsResponse.struct_class = Types::ListDeviceDefinitionsResponse
|
745
|
+
|
746
|
+
ListFunctionDefinitionVersionsRequest.add_member(:function_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "FunctionDefinitionId"))
|
747
|
+
ListFunctionDefinitionVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
748
|
+
ListFunctionDefinitionVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
749
|
+
ListFunctionDefinitionVersionsRequest.struct_class = Types::ListFunctionDefinitionVersionsRequest
|
750
|
+
|
751
|
+
ListFunctionDefinitionVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
752
|
+
ListFunctionDefinitionVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: ListOfVersionInformation, location_name: "Versions"))
|
753
|
+
ListFunctionDefinitionVersionsResponse.struct_class = Types::ListFunctionDefinitionVersionsResponse
|
754
|
+
|
755
|
+
ListFunctionDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
756
|
+
ListFunctionDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
757
|
+
ListFunctionDefinitionsRequest.struct_class = Types::ListFunctionDefinitionsRequest
|
758
|
+
|
759
|
+
ListFunctionDefinitionsResponse.add_member(:definitions, Shapes::ShapeRef.new(shape: ListOfDefinitionInformation, location_name: "Definitions"))
|
760
|
+
ListFunctionDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
761
|
+
ListFunctionDefinitionsResponse.struct_class = Types::ListFunctionDefinitionsResponse
|
762
|
+
|
763
|
+
ListGroupCertificateAuthoritiesRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
764
|
+
ListGroupCertificateAuthoritiesRequest.struct_class = Types::ListGroupCertificateAuthoritiesRequest
|
765
|
+
|
766
|
+
ListGroupCertificateAuthoritiesResponse.add_member(:group_certificate_authorities, Shapes::ShapeRef.new(shape: ListOfGroupCertificateAuthorityProperties, location_name: "GroupCertificateAuthorities"))
|
767
|
+
ListGroupCertificateAuthoritiesResponse.struct_class = Types::ListGroupCertificateAuthoritiesResponse
|
768
|
+
|
769
|
+
ListGroupVersionsRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
770
|
+
ListGroupVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
771
|
+
ListGroupVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
772
|
+
ListGroupVersionsRequest.struct_class = Types::ListGroupVersionsRequest
|
773
|
+
|
774
|
+
ListGroupVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
775
|
+
ListGroupVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: ListOfVersionInformation, location_name: "Versions"))
|
776
|
+
ListGroupVersionsResponse.struct_class = Types::ListGroupVersionsResponse
|
777
|
+
|
778
|
+
ListGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
779
|
+
ListGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
780
|
+
ListGroupsRequest.struct_class = Types::ListGroupsRequest
|
781
|
+
|
782
|
+
ListGroupsResponse.add_member(:groups, Shapes::ShapeRef.new(shape: ListOfGroupInformation, location_name: "Groups"))
|
783
|
+
ListGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
784
|
+
ListGroupsResponse.struct_class = Types::ListGroupsResponse
|
785
|
+
|
786
|
+
ListLoggerDefinitionVersionsRequest.add_member(:logger_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "LoggerDefinitionId"))
|
787
|
+
ListLoggerDefinitionVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
788
|
+
ListLoggerDefinitionVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
789
|
+
ListLoggerDefinitionVersionsRequest.struct_class = Types::ListLoggerDefinitionVersionsRequest
|
790
|
+
|
791
|
+
ListLoggerDefinitionVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
792
|
+
ListLoggerDefinitionVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: ListOfVersionInformation, location_name: "Versions"))
|
793
|
+
ListLoggerDefinitionVersionsResponse.struct_class = Types::ListLoggerDefinitionVersionsResponse
|
794
|
+
|
795
|
+
ListLoggerDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
796
|
+
ListLoggerDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
797
|
+
ListLoggerDefinitionsRequest.struct_class = Types::ListLoggerDefinitionsRequest
|
798
|
+
|
799
|
+
ListLoggerDefinitionsResponse.add_member(:definitions, Shapes::ShapeRef.new(shape: ListOfDefinitionInformation, location_name: "Definitions"))
|
800
|
+
ListLoggerDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
801
|
+
ListLoggerDefinitionsResponse.struct_class = Types::ListLoggerDefinitionsResponse
|
802
|
+
|
803
|
+
ListOfConnectivityInfo.member = Shapes::ShapeRef.new(shape: ConnectivityInfo)
|
804
|
+
|
805
|
+
ListOfCore.member = Shapes::ShapeRef.new(shape: Core)
|
806
|
+
|
807
|
+
ListOfDefinitionInformation.member = Shapes::ShapeRef.new(shape: DefinitionInformation)
|
808
|
+
|
809
|
+
ListOfDevice.member = Shapes::ShapeRef.new(shape: Device)
|
810
|
+
|
811
|
+
ListOfFunction.member = Shapes::ShapeRef.new(shape: Function)
|
812
|
+
|
813
|
+
ListOfGroupCertificateAuthorityProperties.member = Shapes::ShapeRef.new(shape: GroupCertificateAuthorityProperties)
|
814
|
+
|
815
|
+
ListOfGroupInformation.member = Shapes::ShapeRef.new(shape: GroupInformation)
|
816
|
+
|
817
|
+
ListOfLogger.member = Shapes::ShapeRef.new(shape: Logger)
|
818
|
+
|
819
|
+
ListOfSubscription.member = Shapes::ShapeRef.new(shape: Subscription)
|
820
|
+
|
821
|
+
ListOfVersionInformation.member = Shapes::ShapeRef.new(shape: VersionInformation)
|
822
|
+
|
823
|
+
ListSubscriptionDefinitionVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
824
|
+
ListSubscriptionDefinitionVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
825
|
+
ListSubscriptionDefinitionVersionsRequest.add_member(:subscription_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "SubscriptionDefinitionId"))
|
826
|
+
ListSubscriptionDefinitionVersionsRequest.struct_class = Types::ListSubscriptionDefinitionVersionsRequest
|
827
|
+
|
828
|
+
ListSubscriptionDefinitionVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
829
|
+
ListSubscriptionDefinitionVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: ListOfVersionInformation, location_name: "Versions"))
|
830
|
+
ListSubscriptionDefinitionVersionsResponse.struct_class = Types::ListSubscriptionDefinitionVersionsResponse
|
831
|
+
|
832
|
+
ListSubscriptionDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "MaxResults"))
|
833
|
+
ListSubscriptionDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
|
834
|
+
ListSubscriptionDefinitionsRequest.struct_class = Types::ListSubscriptionDefinitionsRequest
|
835
|
+
|
836
|
+
ListSubscriptionDefinitionsResponse.add_member(:definitions, Shapes::ShapeRef.new(shape: ListOfDefinitionInformation, location_name: "Definitions"))
|
837
|
+
ListSubscriptionDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
838
|
+
ListSubscriptionDefinitionsResponse.struct_class = Types::ListSubscriptionDefinitionsResponse
|
839
|
+
|
840
|
+
ListVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
841
|
+
ListVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: ListOfVersionInformation, location_name: "Versions"))
|
842
|
+
ListVersionsResponse.struct_class = Types::ListVersionsResponse
|
843
|
+
|
844
|
+
Logger.add_member(:component, Shapes::ShapeRef.new(shape: LoggerComponent, location_name: "Component"))
|
845
|
+
Logger.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
846
|
+
Logger.add_member(:level, Shapes::ShapeRef.new(shape: LoggerLevel, location_name: "Level"))
|
847
|
+
Logger.add_member(:space, Shapes::ShapeRef.new(shape: __integer, location_name: "Space"))
|
848
|
+
Logger.add_member(:type, Shapes::ShapeRef.new(shape: LoggerType, location_name: "Type"))
|
849
|
+
Logger.struct_class = Types::Logger
|
850
|
+
|
851
|
+
LoggerDefinitionVersion.add_member(:loggers, Shapes::ShapeRef.new(shape: ListOfLogger, location_name: "Loggers"))
|
852
|
+
LoggerDefinitionVersion.struct_class = Types::LoggerDefinitionVersion
|
853
|
+
|
854
|
+
MapOf__string.key = Shapes::ShapeRef.new(shape: __string)
|
855
|
+
MapOf__string.value = Shapes::ShapeRef.new(shape: __string)
|
856
|
+
|
857
|
+
Subscription.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
858
|
+
Subscription.add_member(:source, Shapes::ShapeRef.new(shape: __string, location_name: "Source"))
|
859
|
+
Subscription.add_member(:subject, Shapes::ShapeRef.new(shape: __string, location_name: "Subject"))
|
860
|
+
Subscription.add_member(:target, Shapes::ShapeRef.new(shape: __string, location_name: "Target"))
|
861
|
+
Subscription.struct_class = Types::Subscription
|
862
|
+
|
863
|
+
SubscriptionDefinitionVersion.add_member(:subscriptions, Shapes::ShapeRef.new(shape: ListOfSubscription, location_name: "Subscriptions"))
|
864
|
+
SubscriptionDefinitionVersion.struct_class = Types::SubscriptionDefinitionVersion
|
865
|
+
|
866
|
+
UpdateConnectivityInfoRequest.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ListOfConnectivityInfo, location_name: "ConnectivityInfo"))
|
867
|
+
UpdateConnectivityInfoRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ThingName"))
|
868
|
+
UpdateConnectivityInfoRequest.struct_class = Types::UpdateConnectivityInfoRequest
|
869
|
+
|
870
|
+
UpdateConnectivityInfoResponse.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
871
|
+
UpdateConnectivityInfoResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
872
|
+
UpdateConnectivityInfoResponse.struct_class = Types::UpdateConnectivityInfoResponse
|
873
|
+
|
874
|
+
UpdateCoreDefinitionRequest.add_member(:core_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "CoreDefinitionId"))
|
875
|
+
UpdateCoreDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
876
|
+
UpdateCoreDefinitionRequest.struct_class = Types::UpdateCoreDefinitionRequest
|
877
|
+
|
878
|
+
UpdateCoreDefinitionResponse.struct_class = Types::UpdateCoreDefinitionResponse
|
879
|
+
|
880
|
+
UpdateDeviceDefinitionRequest.add_member(:device_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DeviceDefinitionId"))
|
881
|
+
UpdateDeviceDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
882
|
+
UpdateDeviceDefinitionRequest.struct_class = Types::UpdateDeviceDefinitionRequest
|
883
|
+
|
884
|
+
UpdateDeviceDefinitionResponse.struct_class = Types::UpdateDeviceDefinitionResponse
|
885
|
+
|
886
|
+
UpdateFunctionDefinitionRequest.add_member(:function_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "FunctionDefinitionId"))
|
887
|
+
UpdateFunctionDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
888
|
+
UpdateFunctionDefinitionRequest.struct_class = Types::UpdateFunctionDefinitionRequest
|
889
|
+
|
890
|
+
UpdateFunctionDefinitionResponse.struct_class = Types::UpdateFunctionDefinitionResponse
|
891
|
+
|
892
|
+
UpdateGroupCertificateConfigurationRequest.add_member(:certificate_expiry_in_milliseconds, Shapes::ShapeRef.new(shape: __string, location_name: "CertificateExpiryInMilliseconds"))
|
893
|
+
UpdateGroupCertificateConfigurationRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
894
|
+
UpdateGroupCertificateConfigurationRequest.struct_class = Types::UpdateGroupCertificateConfigurationRequest
|
895
|
+
|
896
|
+
UpdateGroupCertificateConfigurationResponse.add_member(:certificate_authority_expiry_in_milliseconds, Shapes::ShapeRef.new(shape: __string, location_name: "CertificateAuthorityExpiryInMilliseconds"))
|
897
|
+
UpdateGroupCertificateConfigurationResponse.add_member(:certificate_expiry_in_milliseconds, Shapes::ShapeRef.new(shape: __string, location_name: "CertificateExpiryInMilliseconds"))
|
898
|
+
UpdateGroupCertificateConfigurationResponse.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, location_name: "GroupId"))
|
899
|
+
UpdateGroupCertificateConfigurationResponse.struct_class = Types::UpdateGroupCertificateConfigurationResponse
|
900
|
+
|
901
|
+
UpdateGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "GroupId"))
|
902
|
+
UpdateGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
903
|
+
UpdateGroupRequest.struct_class = Types::UpdateGroupRequest
|
904
|
+
|
905
|
+
UpdateGroupResponse.struct_class = Types::UpdateGroupResponse
|
906
|
+
|
907
|
+
UpdateLoggerDefinitionRequest.add_member(:logger_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "LoggerDefinitionId"))
|
908
|
+
UpdateLoggerDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
909
|
+
UpdateLoggerDefinitionRequest.struct_class = Types::UpdateLoggerDefinitionRequest
|
910
|
+
|
911
|
+
UpdateLoggerDefinitionResponse.struct_class = Types::UpdateLoggerDefinitionResponse
|
912
|
+
|
913
|
+
UpdateSubscriptionDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
914
|
+
UpdateSubscriptionDefinitionRequest.add_member(:subscription_definition_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "SubscriptionDefinitionId"))
|
915
|
+
UpdateSubscriptionDefinitionRequest.struct_class = Types::UpdateSubscriptionDefinitionRequest
|
916
|
+
|
917
|
+
UpdateSubscriptionDefinitionResponse.struct_class = Types::UpdateSubscriptionDefinitionResponse
|
918
|
+
|
919
|
+
VersionInformation.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
920
|
+
VersionInformation.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
|
921
|
+
VersionInformation.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
922
|
+
VersionInformation.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
|
923
|
+
VersionInformation.struct_class = Types::VersionInformation
|
924
|
+
|
925
|
+
|
926
|
+
# @api private
|
927
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
928
|
+
|
929
|
+
api.version = "2017-06-07"
|
930
|
+
|
931
|
+
api.metadata = {
|
932
|
+
"endpointPrefix" => "greengrass",
|
933
|
+
"jsonVersion" => "1.1",
|
934
|
+
"protocol" => "rest-json",
|
935
|
+
"serviceFullName" => "AWS Greengrass",
|
936
|
+
"signatureVersion" => "v4",
|
937
|
+
"signingName" => "greengrass",
|
938
|
+
}
|
939
|
+
|
940
|
+
api.add_operation(:associate_role_to_group, Seahorse::Model::Operation.new.tap do |o|
|
941
|
+
o.name = "AssociateRoleToGroup"
|
942
|
+
o.http_method = "PUT"
|
943
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/role"
|
944
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateRoleToGroupRequest)
|
945
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateRoleToGroupResponse)
|
946
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
947
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
948
|
+
end)
|
949
|
+
|
950
|
+
api.add_operation(:associate_service_role_to_account, Seahorse::Model::Operation.new.tap do |o|
|
951
|
+
o.name = "AssociateServiceRoleToAccount"
|
952
|
+
o.http_method = "PUT"
|
953
|
+
o.http_request_uri = "/greengrass/servicerole"
|
954
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateServiceRoleToAccountRequest)
|
955
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateServiceRoleToAccountResponse)
|
956
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
957
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
958
|
+
end)
|
959
|
+
|
960
|
+
api.add_operation(:create_core_definition, Seahorse::Model::Operation.new.tap do |o|
|
961
|
+
o.name = "CreateCoreDefinition"
|
962
|
+
o.http_method = "POST"
|
963
|
+
o.http_request_uri = "/greengrass/definition/cores"
|
964
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCoreDefinitionRequest)
|
965
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCoreDefinitionResponse)
|
966
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
967
|
+
end)
|
968
|
+
|
969
|
+
api.add_operation(:create_core_definition_version, Seahorse::Model::Operation.new.tap do |o|
|
970
|
+
o.name = "CreateCoreDefinitionVersion"
|
971
|
+
o.http_method = "POST"
|
972
|
+
o.http_request_uri = "/greengrass/definition/cores/{CoreDefinitionId}/versions"
|
973
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCoreDefinitionVersionRequest)
|
974
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCoreDefinitionVersionResponse)
|
975
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
976
|
+
end)
|
977
|
+
|
978
|
+
api.add_operation(:create_deployment, Seahorse::Model::Operation.new.tap do |o|
|
979
|
+
o.name = "CreateDeployment"
|
980
|
+
o.http_method = "POST"
|
981
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/deployments"
|
982
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDeploymentRequest)
|
983
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDeploymentResponse)
|
984
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
985
|
+
end)
|
986
|
+
|
987
|
+
api.add_operation(:create_device_definition, Seahorse::Model::Operation.new.tap do |o|
|
988
|
+
o.name = "CreateDeviceDefinition"
|
989
|
+
o.http_method = "POST"
|
990
|
+
o.http_request_uri = "/greengrass/definition/devices"
|
991
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDeviceDefinitionRequest)
|
992
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDeviceDefinitionResponse)
|
993
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
994
|
+
end)
|
995
|
+
|
996
|
+
api.add_operation(:create_device_definition_version, Seahorse::Model::Operation.new.tap do |o|
|
997
|
+
o.name = "CreateDeviceDefinitionVersion"
|
998
|
+
o.http_method = "POST"
|
999
|
+
o.http_request_uri = "/greengrass/definition/devices/{DeviceDefinitionId}/versions"
|
1000
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDeviceDefinitionVersionRequest)
|
1001
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDeviceDefinitionVersionResponse)
|
1002
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1003
|
+
end)
|
1004
|
+
|
1005
|
+
api.add_operation(:create_function_definition, Seahorse::Model::Operation.new.tap do |o|
|
1006
|
+
o.name = "CreateFunctionDefinition"
|
1007
|
+
o.http_method = "POST"
|
1008
|
+
o.http_request_uri = "/greengrass/definition/functions"
|
1009
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFunctionDefinitionRequest)
|
1010
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFunctionDefinitionResponse)
|
1011
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1012
|
+
end)
|
1013
|
+
|
1014
|
+
api.add_operation(:create_function_definition_version, Seahorse::Model::Operation.new.tap do |o|
|
1015
|
+
o.name = "CreateFunctionDefinitionVersion"
|
1016
|
+
o.http_method = "POST"
|
1017
|
+
o.http_request_uri = "/greengrass/definition/functions/{FunctionDefinitionId}/versions"
|
1018
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFunctionDefinitionVersionRequest)
|
1019
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFunctionDefinitionVersionResponse)
|
1020
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1021
|
+
end)
|
1022
|
+
|
1023
|
+
api.add_operation(:create_group, Seahorse::Model::Operation.new.tap do |o|
|
1024
|
+
o.name = "CreateGroup"
|
1025
|
+
o.http_method = "POST"
|
1026
|
+
o.http_request_uri = "/greengrass/groups"
|
1027
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGroupRequest)
|
1028
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGroupResponse)
|
1029
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1030
|
+
end)
|
1031
|
+
|
1032
|
+
api.add_operation(:create_group_certificate_authority, Seahorse::Model::Operation.new.tap do |o|
|
1033
|
+
o.name = "CreateGroupCertificateAuthority"
|
1034
|
+
o.http_method = "POST"
|
1035
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/certificateauthorities"
|
1036
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGroupCertificateAuthorityRequest)
|
1037
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGroupCertificateAuthorityResponse)
|
1038
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1039
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1040
|
+
end)
|
1041
|
+
|
1042
|
+
api.add_operation(:create_group_version, Seahorse::Model::Operation.new.tap do |o|
|
1043
|
+
o.name = "CreateGroupVersion"
|
1044
|
+
o.http_method = "POST"
|
1045
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/versions"
|
1046
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGroupVersionRequest)
|
1047
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGroupVersionResponse)
|
1048
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1049
|
+
end)
|
1050
|
+
|
1051
|
+
api.add_operation(:create_logger_definition, Seahorse::Model::Operation.new.tap do |o|
|
1052
|
+
o.name = "CreateLoggerDefinition"
|
1053
|
+
o.http_method = "POST"
|
1054
|
+
o.http_request_uri = "/greengrass/definition/loggers"
|
1055
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLoggerDefinitionRequest)
|
1056
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLoggerDefinitionResponse)
|
1057
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1058
|
+
end)
|
1059
|
+
|
1060
|
+
api.add_operation(:create_logger_definition_version, Seahorse::Model::Operation.new.tap do |o|
|
1061
|
+
o.name = "CreateLoggerDefinitionVersion"
|
1062
|
+
o.http_method = "POST"
|
1063
|
+
o.http_request_uri = "/greengrass/definition/loggers/{LoggerDefinitionId}/versions"
|
1064
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLoggerDefinitionVersionRequest)
|
1065
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLoggerDefinitionVersionResponse)
|
1066
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1067
|
+
end)
|
1068
|
+
|
1069
|
+
api.add_operation(:create_subscription_definition, Seahorse::Model::Operation.new.tap do |o|
|
1070
|
+
o.name = "CreateSubscriptionDefinition"
|
1071
|
+
o.http_method = "POST"
|
1072
|
+
o.http_request_uri = "/greengrass/definition/subscriptions"
|
1073
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSubscriptionDefinitionRequest)
|
1074
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSubscriptionDefinitionResponse)
|
1075
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1076
|
+
end)
|
1077
|
+
|
1078
|
+
api.add_operation(:create_subscription_definition_version, Seahorse::Model::Operation.new.tap do |o|
|
1079
|
+
o.name = "CreateSubscriptionDefinitionVersion"
|
1080
|
+
o.http_method = "POST"
|
1081
|
+
o.http_request_uri = "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions"
|
1082
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSubscriptionDefinitionVersionRequest)
|
1083
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSubscriptionDefinitionVersionResponse)
|
1084
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1085
|
+
end)
|
1086
|
+
|
1087
|
+
api.add_operation(:delete_core_definition, Seahorse::Model::Operation.new.tap do |o|
|
1088
|
+
o.name = "DeleteCoreDefinition"
|
1089
|
+
o.http_method = "DELETE"
|
1090
|
+
o.http_request_uri = "/greengrass/definition/cores/{CoreDefinitionId}"
|
1091
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCoreDefinitionRequest)
|
1092
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCoreDefinitionResponse)
|
1093
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1094
|
+
end)
|
1095
|
+
|
1096
|
+
api.add_operation(:delete_device_definition, Seahorse::Model::Operation.new.tap do |o|
|
1097
|
+
o.name = "DeleteDeviceDefinition"
|
1098
|
+
o.http_method = "DELETE"
|
1099
|
+
o.http_request_uri = "/greengrass/definition/devices/{DeviceDefinitionId}"
|
1100
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDeviceDefinitionRequest)
|
1101
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDeviceDefinitionResponse)
|
1102
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1103
|
+
end)
|
1104
|
+
|
1105
|
+
api.add_operation(:delete_function_definition, Seahorse::Model::Operation.new.tap do |o|
|
1106
|
+
o.name = "DeleteFunctionDefinition"
|
1107
|
+
o.http_method = "DELETE"
|
1108
|
+
o.http_request_uri = "/greengrass/definition/functions/{FunctionDefinitionId}"
|
1109
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFunctionDefinitionRequest)
|
1110
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteFunctionDefinitionResponse)
|
1111
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1112
|
+
end)
|
1113
|
+
|
1114
|
+
api.add_operation(:delete_group, Seahorse::Model::Operation.new.tap do |o|
|
1115
|
+
o.name = "DeleteGroup"
|
1116
|
+
o.http_method = "DELETE"
|
1117
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}"
|
1118
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGroupRequest)
|
1119
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteGroupResponse)
|
1120
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1121
|
+
end)
|
1122
|
+
|
1123
|
+
api.add_operation(:delete_logger_definition, Seahorse::Model::Operation.new.tap do |o|
|
1124
|
+
o.name = "DeleteLoggerDefinition"
|
1125
|
+
o.http_method = "DELETE"
|
1126
|
+
o.http_request_uri = "/greengrass/definition/loggers/{LoggerDefinitionId}"
|
1127
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLoggerDefinitionRequest)
|
1128
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLoggerDefinitionResponse)
|
1129
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1130
|
+
end)
|
1131
|
+
|
1132
|
+
api.add_operation(:delete_subscription_definition, Seahorse::Model::Operation.new.tap do |o|
|
1133
|
+
o.name = "DeleteSubscriptionDefinition"
|
1134
|
+
o.http_method = "DELETE"
|
1135
|
+
o.http_request_uri = "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}"
|
1136
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSubscriptionDefinitionRequest)
|
1137
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSubscriptionDefinitionResponse)
|
1138
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1139
|
+
end)
|
1140
|
+
|
1141
|
+
api.add_operation(:disassociate_role_from_group, Seahorse::Model::Operation.new.tap do |o|
|
1142
|
+
o.name = "DisassociateRoleFromGroup"
|
1143
|
+
o.http_method = "DELETE"
|
1144
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/role"
|
1145
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateRoleFromGroupRequest)
|
1146
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateRoleFromGroupResponse)
|
1147
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1148
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1149
|
+
end)
|
1150
|
+
|
1151
|
+
api.add_operation(:disassociate_service_role_from_account, Seahorse::Model::Operation.new.tap do |o|
|
1152
|
+
o.name = "DisassociateServiceRoleFromAccount"
|
1153
|
+
o.http_method = "DELETE"
|
1154
|
+
o.http_request_uri = "/greengrass/servicerole"
|
1155
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateServiceRoleFromAccountRequest)
|
1156
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateServiceRoleFromAccountResponse)
|
1157
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1158
|
+
end)
|
1159
|
+
|
1160
|
+
api.add_operation(:get_associated_role, Seahorse::Model::Operation.new.tap do |o|
|
1161
|
+
o.name = "GetAssociatedRole"
|
1162
|
+
o.http_method = "GET"
|
1163
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/role"
|
1164
|
+
o.input = Shapes::ShapeRef.new(shape: GetAssociatedRoleRequest)
|
1165
|
+
o.output = Shapes::ShapeRef.new(shape: GetAssociatedRoleResponse)
|
1166
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1167
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1168
|
+
end)
|
1169
|
+
|
1170
|
+
api.add_operation(:get_connectivity_info, Seahorse::Model::Operation.new.tap do |o|
|
1171
|
+
o.name = "GetConnectivityInfo"
|
1172
|
+
o.http_method = "GET"
|
1173
|
+
o.http_request_uri = "/greengrass/things/{ThingName}/connectivityInfo"
|
1174
|
+
o.input = Shapes::ShapeRef.new(shape: GetConnectivityInfoRequest)
|
1175
|
+
o.output = Shapes::ShapeRef.new(shape: GetConnectivityInfoResponse)
|
1176
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1177
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1178
|
+
end)
|
1179
|
+
|
1180
|
+
api.add_operation(:get_core_definition, Seahorse::Model::Operation.new.tap do |o|
|
1181
|
+
o.name = "GetCoreDefinition"
|
1182
|
+
o.http_method = "GET"
|
1183
|
+
o.http_request_uri = "/greengrass/definition/cores/{CoreDefinitionId}"
|
1184
|
+
o.input = Shapes::ShapeRef.new(shape: GetCoreDefinitionRequest)
|
1185
|
+
o.output = Shapes::ShapeRef.new(shape: GetCoreDefinitionResponse)
|
1186
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1187
|
+
end)
|
1188
|
+
|
1189
|
+
api.add_operation(:get_core_definition_version, Seahorse::Model::Operation.new.tap do |o|
|
1190
|
+
o.name = "GetCoreDefinitionVersion"
|
1191
|
+
o.http_method = "GET"
|
1192
|
+
o.http_request_uri = "/greengrass/definition/cores/{CoreDefinitionId}/versions/{CoreDefinitionVersionId}"
|
1193
|
+
o.input = Shapes::ShapeRef.new(shape: GetCoreDefinitionVersionRequest)
|
1194
|
+
o.output = Shapes::ShapeRef.new(shape: GetCoreDefinitionVersionResponse)
|
1195
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1196
|
+
end)
|
1197
|
+
|
1198
|
+
api.add_operation(:get_deployment_status, Seahorse::Model::Operation.new.tap do |o|
|
1199
|
+
o.name = "GetDeploymentStatus"
|
1200
|
+
o.http_method = "GET"
|
1201
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/deployments/{DeploymentId}/status"
|
1202
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeploymentStatusRequest)
|
1203
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeploymentStatusResponse)
|
1204
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1205
|
+
end)
|
1206
|
+
|
1207
|
+
api.add_operation(:get_device_definition, Seahorse::Model::Operation.new.tap do |o|
|
1208
|
+
o.name = "GetDeviceDefinition"
|
1209
|
+
o.http_method = "GET"
|
1210
|
+
o.http_request_uri = "/greengrass/definition/devices/{DeviceDefinitionId}"
|
1211
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeviceDefinitionRequest)
|
1212
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeviceDefinitionResponse)
|
1213
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1214
|
+
end)
|
1215
|
+
|
1216
|
+
api.add_operation(:get_device_definition_version, Seahorse::Model::Operation.new.tap do |o|
|
1217
|
+
o.name = "GetDeviceDefinitionVersion"
|
1218
|
+
o.http_method = "GET"
|
1219
|
+
o.http_request_uri = "/greengrass/definition/devices/{DeviceDefinitionId}/versions/{DeviceDefinitionVersionId}"
|
1220
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeviceDefinitionVersionRequest)
|
1221
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeviceDefinitionVersionResponse)
|
1222
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1223
|
+
end)
|
1224
|
+
|
1225
|
+
api.add_operation(:get_function_definition, Seahorse::Model::Operation.new.tap do |o|
|
1226
|
+
o.name = "GetFunctionDefinition"
|
1227
|
+
o.http_method = "GET"
|
1228
|
+
o.http_request_uri = "/greengrass/definition/functions/{FunctionDefinitionId}"
|
1229
|
+
o.input = Shapes::ShapeRef.new(shape: GetFunctionDefinitionRequest)
|
1230
|
+
o.output = Shapes::ShapeRef.new(shape: GetFunctionDefinitionResponse)
|
1231
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1232
|
+
end)
|
1233
|
+
|
1234
|
+
api.add_operation(:get_function_definition_version, Seahorse::Model::Operation.new.tap do |o|
|
1235
|
+
o.name = "GetFunctionDefinitionVersion"
|
1236
|
+
o.http_method = "GET"
|
1237
|
+
o.http_request_uri = "/greengrass/definition/functions/{FunctionDefinitionId}/versions/{FunctionDefinitionVersionId}"
|
1238
|
+
o.input = Shapes::ShapeRef.new(shape: GetFunctionDefinitionVersionRequest)
|
1239
|
+
o.output = Shapes::ShapeRef.new(shape: GetFunctionDefinitionVersionResponse)
|
1240
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1241
|
+
end)
|
1242
|
+
|
1243
|
+
api.add_operation(:get_group, Seahorse::Model::Operation.new.tap do |o|
|
1244
|
+
o.name = "GetGroup"
|
1245
|
+
o.http_method = "GET"
|
1246
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}"
|
1247
|
+
o.input = Shapes::ShapeRef.new(shape: GetGroupRequest)
|
1248
|
+
o.output = Shapes::ShapeRef.new(shape: GetGroupResponse)
|
1249
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1250
|
+
end)
|
1251
|
+
|
1252
|
+
api.add_operation(:get_group_certificate_authority, Seahorse::Model::Operation.new.tap do |o|
|
1253
|
+
o.name = "GetGroupCertificateAuthority"
|
1254
|
+
o.http_method = "GET"
|
1255
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/certificateauthorities/{CertificateAuthorityId}"
|
1256
|
+
o.input = Shapes::ShapeRef.new(shape: GetGroupCertificateAuthorityRequest)
|
1257
|
+
o.output = Shapes::ShapeRef.new(shape: GetGroupCertificateAuthorityResponse)
|
1258
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1259
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1260
|
+
end)
|
1261
|
+
|
1262
|
+
api.add_operation(:get_group_certificate_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1263
|
+
o.name = "GetGroupCertificateConfiguration"
|
1264
|
+
o.http_method = "GET"
|
1265
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/certificateauthorities/configuration/expiry"
|
1266
|
+
o.input = Shapes::ShapeRef.new(shape: GetGroupCertificateConfigurationRequest)
|
1267
|
+
o.output = Shapes::ShapeRef.new(shape: GetGroupCertificateConfigurationResponse)
|
1268
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1269
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1270
|
+
end)
|
1271
|
+
|
1272
|
+
api.add_operation(:get_group_version, Seahorse::Model::Operation.new.tap do |o|
|
1273
|
+
o.name = "GetGroupVersion"
|
1274
|
+
o.http_method = "GET"
|
1275
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/versions/{GroupVersionId}"
|
1276
|
+
o.input = Shapes::ShapeRef.new(shape: GetGroupVersionRequest)
|
1277
|
+
o.output = Shapes::ShapeRef.new(shape: GetGroupVersionResponse)
|
1278
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1279
|
+
end)
|
1280
|
+
|
1281
|
+
api.add_operation(:get_logger_definition, Seahorse::Model::Operation.new.tap do |o|
|
1282
|
+
o.name = "GetLoggerDefinition"
|
1283
|
+
o.http_method = "GET"
|
1284
|
+
o.http_request_uri = "/greengrass/definition/loggers/{LoggerDefinitionId}"
|
1285
|
+
o.input = Shapes::ShapeRef.new(shape: GetLoggerDefinitionRequest)
|
1286
|
+
o.output = Shapes::ShapeRef.new(shape: GetLoggerDefinitionResponse)
|
1287
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1288
|
+
end)
|
1289
|
+
|
1290
|
+
api.add_operation(:get_logger_definition_version, Seahorse::Model::Operation.new.tap do |o|
|
1291
|
+
o.name = "GetLoggerDefinitionVersion"
|
1292
|
+
o.http_method = "GET"
|
1293
|
+
o.http_request_uri = "/greengrass/definition/loggers/{LoggerDefinitionId}/versions/{LoggerDefinitionVersionId}"
|
1294
|
+
o.input = Shapes::ShapeRef.new(shape: GetLoggerDefinitionVersionRequest)
|
1295
|
+
o.output = Shapes::ShapeRef.new(shape: GetLoggerDefinitionVersionResponse)
|
1296
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1297
|
+
end)
|
1298
|
+
|
1299
|
+
api.add_operation(:get_service_role_for_account, Seahorse::Model::Operation.new.tap do |o|
|
1300
|
+
o.name = "GetServiceRoleForAccount"
|
1301
|
+
o.http_method = "GET"
|
1302
|
+
o.http_request_uri = "/greengrass/servicerole"
|
1303
|
+
o.input = Shapes::ShapeRef.new(shape: GetServiceRoleForAccountRequest)
|
1304
|
+
o.output = Shapes::ShapeRef.new(shape: GetServiceRoleForAccountResponse)
|
1305
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1306
|
+
end)
|
1307
|
+
|
1308
|
+
api.add_operation(:get_subscription_definition, Seahorse::Model::Operation.new.tap do |o|
|
1309
|
+
o.name = "GetSubscriptionDefinition"
|
1310
|
+
o.http_method = "GET"
|
1311
|
+
o.http_request_uri = "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}"
|
1312
|
+
o.input = Shapes::ShapeRef.new(shape: GetSubscriptionDefinitionRequest)
|
1313
|
+
o.output = Shapes::ShapeRef.new(shape: GetSubscriptionDefinitionResponse)
|
1314
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1315
|
+
end)
|
1316
|
+
|
1317
|
+
api.add_operation(:get_subscription_definition_version, Seahorse::Model::Operation.new.tap do |o|
|
1318
|
+
o.name = "GetSubscriptionDefinitionVersion"
|
1319
|
+
o.http_method = "GET"
|
1320
|
+
o.http_request_uri = "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions/{SubscriptionDefinitionVersionId}"
|
1321
|
+
o.input = Shapes::ShapeRef.new(shape: GetSubscriptionDefinitionVersionRequest)
|
1322
|
+
o.output = Shapes::ShapeRef.new(shape: GetSubscriptionDefinitionVersionResponse)
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1324
|
+
end)
|
1325
|
+
|
1326
|
+
api.add_operation(:list_core_definition_versions, Seahorse::Model::Operation.new.tap do |o|
|
1327
|
+
o.name = "ListCoreDefinitionVersions"
|
1328
|
+
o.http_method = "GET"
|
1329
|
+
o.http_request_uri = "/greengrass/definition/cores/{CoreDefinitionId}/versions"
|
1330
|
+
o.input = Shapes::ShapeRef.new(shape: ListCoreDefinitionVersionsRequest)
|
1331
|
+
o.output = Shapes::ShapeRef.new(shape: ListCoreDefinitionVersionsResponse)
|
1332
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1333
|
+
end)
|
1334
|
+
|
1335
|
+
api.add_operation(:list_core_definitions, Seahorse::Model::Operation.new.tap do |o|
|
1336
|
+
o.name = "ListCoreDefinitions"
|
1337
|
+
o.http_method = "GET"
|
1338
|
+
o.http_request_uri = "/greengrass/definition/cores"
|
1339
|
+
o.input = Shapes::ShapeRef.new(shape: ListCoreDefinitionsRequest)
|
1340
|
+
o.output = Shapes::ShapeRef.new(shape: ListCoreDefinitionsResponse)
|
1341
|
+
end)
|
1342
|
+
|
1343
|
+
api.add_operation(:list_deployments, Seahorse::Model::Operation.new.tap do |o|
|
1344
|
+
o.name = "ListDeployments"
|
1345
|
+
o.http_method = "GET"
|
1346
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/deployments"
|
1347
|
+
o.input = Shapes::ShapeRef.new(shape: ListDeploymentsRequest)
|
1348
|
+
o.output = Shapes::ShapeRef.new(shape: ListDeploymentsResponse)
|
1349
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1350
|
+
end)
|
1351
|
+
|
1352
|
+
api.add_operation(:list_device_definition_versions, Seahorse::Model::Operation.new.tap do |o|
|
1353
|
+
o.name = "ListDeviceDefinitionVersions"
|
1354
|
+
o.http_method = "GET"
|
1355
|
+
o.http_request_uri = "/greengrass/definition/devices/{DeviceDefinitionId}/versions"
|
1356
|
+
o.input = Shapes::ShapeRef.new(shape: ListDeviceDefinitionVersionsRequest)
|
1357
|
+
o.output = Shapes::ShapeRef.new(shape: ListDeviceDefinitionVersionsResponse)
|
1358
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1359
|
+
end)
|
1360
|
+
|
1361
|
+
api.add_operation(:list_device_definitions, Seahorse::Model::Operation.new.tap do |o|
|
1362
|
+
o.name = "ListDeviceDefinitions"
|
1363
|
+
o.http_method = "GET"
|
1364
|
+
o.http_request_uri = "/greengrass/definition/devices"
|
1365
|
+
o.input = Shapes::ShapeRef.new(shape: ListDeviceDefinitionsRequest)
|
1366
|
+
o.output = Shapes::ShapeRef.new(shape: ListDeviceDefinitionsResponse)
|
1367
|
+
end)
|
1368
|
+
|
1369
|
+
api.add_operation(:list_function_definition_versions, Seahorse::Model::Operation.new.tap do |o|
|
1370
|
+
o.name = "ListFunctionDefinitionVersions"
|
1371
|
+
o.http_method = "GET"
|
1372
|
+
o.http_request_uri = "/greengrass/definition/functions/{FunctionDefinitionId}/versions"
|
1373
|
+
o.input = Shapes::ShapeRef.new(shape: ListFunctionDefinitionVersionsRequest)
|
1374
|
+
o.output = Shapes::ShapeRef.new(shape: ListFunctionDefinitionVersionsResponse)
|
1375
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1376
|
+
end)
|
1377
|
+
|
1378
|
+
api.add_operation(:list_function_definitions, Seahorse::Model::Operation.new.tap do |o|
|
1379
|
+
o.name = "ListFunctionDefinitions"
|
1380
|
+
o.http_method = "GET"
|
1381
|
+
o.http_request_uri = "/greengrass/definition/functions"
|
1382
|
+
o.input = Shapes::ShapeRef.new(shape: ListFunctionDefinitionsRequest)
|
1383
|
+
o.output = Shapes::ShapeRef.new(shape: ListFunctionDefinitionsResponse)
|
1384
|
+
end)
|
1385
|
+
|
1386
|
+
api.add_operation(:list_group_certificate_authorities, Seahorse::Model::Operation.new.tap do |o|
|
1387
|
+
o.name = "ListGroupCertificateAuthorities"
|
1388
|
+
o.http_method = "GET"
|
1389
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/certificateauthorities"
|
1390
|
+
o.input = Shapes::ShapeRef.new(shape: ListGroupCertificateAuthoritiesRequest)
|
1391
|
+
o.output = Shapes::ShapeRef.new(shape: ListGroupCertificateAuthoritiesResponse)
|
1392
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1393
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1394
|
+
end)
|
1395
|
+
|
1396
|
+
api.add_operation(:list_group_versions, Seahorse::Model::Operation.new.tap do |o|
|
1397
|
+
o.name = "ListGroupVersions"
|
1398
|
+
o.http_method = "GET"
|
1399
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/versions"
|
1400
|
+
o.input = Shapes::ShapeRef.new(shape: ListGroupVersionsRequest)
|
1401
|
+
o.output = Shapes::ShapeRef.new(shape: ListGroupVersionsResponse)
|
1402
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1403
|
+
end)
|
1404
|
+
|
1405
|
+
api.add_operation(:list_groups, Seahorse::Model::Operation.new.tap do |o|
|
1406
|
+
o.name = "ListGroups"
|
1407
|
+
o.http_method = "GET"
|
1408
|
+
o.http_request_uri = "/greengrass/groups"
|
1409
|
+
o.input = Shapes::ShapeRef.new(shape: ListGroupsRequest)
|
1410
|
+
o.output = Shapes::ShapeRef.new(shape: ListGroupsResponse)
|
1411
|
+
end)
|
1412
|
+
|
1413
|
+
api.add_operation(:list_logger_definition_versions, Seahorse::Model::Operation.new.tap do |o|
|
1414
|
+
o.name = "ListLoggerDefinitionVersions"
|
1415
|
+
o.http_method = "GET"
|
1416
|
+
o.http_request_uri = "/greengrass/definition/loggers/{LoggerDefinitionId}/versions"
|
1417
|
+
o.input = Shapes::ShapeRef.new(shape: ListLoggerDefinitionVersionsRequest)
|
1418
|
+
o.output = Shapes::ShapeRef.new(shape: ListLoggerDefinitionVersionsResponse)
|
1419
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1420
|
+
end)
|
1421
|
+
|
1422
|
+
api.add_operation(:list_logger_definitions, Seahorse::Model::Operation.new.tap do |o|
|
1423
|
+
o.name = "ListLoggerDefinitions"
|
1424
|
+
o.http_method = "GET"
|
1425
|
+
o.http_request_uri = "/greengrass/definition/loggers"
|
1426
|
+
o.input = Shapes::ShapeRef.new(shape: ListLoggerDefinitionsRequest)
|
1427
|
+
o.output = Shapes::ShapeRef.new(shape: ListLoggerDefinitionsResponse)
|
1428
|
+
end)
|
1429
|
+
|
1430
|
+
api.add_operation(:list_subscription_definition_versions, Seahorse::Model::Operation.new.tap do |o|
|
1431
|
+
o.name = "ListSubscriptionDefinitionVersions"
|
1432
|
+
o.http_method = "GET"
|
1433
|
+
o.http_request_uri = "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions"
|
1434
|
+
o.input = Shapes::ShapeRef.new(shape: ListSubscriptionDefinitionVersionsRequest)
|
1435
|
+
o.output = Shapes::ShapeRef.new(shape: ListSubscriptionDefinitionVersionsResponse)
|
1436
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1437
|
+
end)
|
1438
|
+
|
1439
|
+
api.add_operation(:list_subscription_definitions, Seahorse::Model::Operation.new.tap do |o|
|
1440
|
+
o.name = "ListSubscriptionDefinitions"
|
1441
|
+
o.http_method = "GET"
|
1442
|
+
o.http_request_uri = "/greengrass/definition/subscriptions"
|
1443
|
+
o.input = Shapes::ShapeRef.new(shape: ListSubscriptionDefinitionsRequest)
|
1444
|
+
o.output = Shapes::ShapeRef.new(shape: ListSubscriptionDefinitionsResponse)
|
1445
|
+
end)
|
1446
|
+
|
1447
|
+
api.add_operation(:update_connectivity_info, Seahorse::Model::Operation.new.tap do |o|
|
1448
|
+
o.name = "UpdateConnectivityInfo"
|
1449
|
+
o.http_method = "PUT"
|
1450
|
+
o.http_request_uri = "/greengrass/things/{ThingName}/connectivityInfo"
|
1451
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConnectivityInfoRequest)
|
1452
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConnectivityInfoResponse)
|
1453
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1454
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1455
|
+
end)
|
1456
|
+
|
1457
|
+
api.add_operation(:update_core_definition, Seahorse::Model::Operation.new.tap do |o|
|
1458
|
+
o.name = "UpdateCoreDefinition"
|
1459
|
+
o.http_method = "PUT"
|
1460
|
+
o.http_request_uri = "/greengrass/definition/cores/{CoreDefinitionId}"
|
1461
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCoreDefinitionRequest)
|
1462
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCoreDefinitionResponse)
|
1463
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1464
|
+
end)
|
1465
|
+
|
1466
|
+
api.add_operation(:update_device_definition, Seahorse::Model::Operation.new.tap do |o|
|
1467
|
+
o.name = "UpdateDeviceDefinition"
|
1468
|
+
o.http_method = "PUT"
|
1469
|
+
o.http_request_uri = "/greengrass/definition/devices/{DeviceDefinitionId}"
|
1470
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDeviceDefinitionRequest)
|
1471
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDeviceDefinitionResponse)
|
1472
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1473
|
+
end)
|
1474
|
+
|
1475
|
+
api.add_operation(:update_function_definition, Seahorse::Model::Operation.new.tap do |o|
|
1476
|
+
o.name = "UpdateFunctionDefinition"
|
1477
|
+
o.http_method = "PUT"
|
1478
|
+
o.http_request_uri = "/greengrass/definition/functions/{FunctionDefinitionId}"
|
1479
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFunctionDefinitionRequest)
|
1480
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFunctionDefinitionResponse)
|
1481
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1482
|
+
end)
|
1483
|
+
|
1484
|
+
api.add_operation(:update_group, Seahorse::Model::Operation.new.tap do |o|
|
1485
|
+
o.name = "UpdateGroup"
|
1486
|
+
o.http_method = "PUT"
|
1487
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}"
|
1488
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGroupRequest)
|
1489
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGroupResponse)
|
1490
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1491
|
+
end)
|
1492
|
+
|
1493
|
+
api.add_operation(:update_group_certificate_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1494
|
+
o.name = "UpdateGroupCertificateConfiguration"
|
1495
|
+
o.http_method = "PUT"
|
1496
|
+
o.http_request_uri = "/greengrass/groups/{GroupId}/certificateauthorities/configuration/expiry"
|
1497
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGroupCertificateConfigurationRequest)
|
1498
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGroupCertificateConfigurationResponse)
|
1499
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1500
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1501
|
+
end)
|
1502
|
+
|
1503
|
+
api.add_operation(:update_logger_definition, Seahorse::Model::Operation.new.tap do |o|
|
1504
|
+
o.name = "UpdateLoggerDefinition"
|
1505
|
+
o.http_method = "PUT"
|
1506
|
+
o.http_request_uri = "/greengrass/definition/loggers/{LoggerDefinitionId}"
|
1507
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLoggerDefinitionRequest)
|
1508
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateLoggerDefinitionResponse)
|
1509
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1510
|
+
end)
|
1511
|
+
|
1512
|
+
api.add_operation(:update_subscription_definition, Seahorse::Model::Operation.new.tap do |o|
|
1513
|
+
o.name = "UpdateSubscriptionDefinition"
|
1514
|
+
o.http_method = "PUT"
|
1515
|
+
o.http_request_uri = "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}"
|
1516
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSubscriptionDefinitionRequest)
|
1517
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSubscriptionDefinitionResponse)
|
1518
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1519
|
+
end)
|
1520
|
+
end
|
1521
|
+
|
1522
|
+
end
|
1523
|
+
end
|