aws-sdk-pcaconnectorad 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1065 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::PcaConnectorAd
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessControlEntry = Shapes::StructureShape.new(name: 'AccessControlEntry')
17
+ AccessControlEntryList = Shapes::ListShape.new(name: 'AccessControlEntryList')
18
+ AccessControlEntrySummary = Shapes::StructureShape.new(name: 'AccessControlEntrySummary')
19
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
20
+ AccessRight = Shapes::StringShape.new(name: 'AccessRight')
21
+ AccessRights = Shapes::StructureShape.new(name: 'AccessRights')
22
+ ApplicationPolicies = Shapes::StructureShape.new(name: 'ApplicationPolicies')
23
+ ApplicationPolicy = Shapes::UnionShape.new(name: 'ApplicationPolicy')
24
+ ApplicationPolicyList = Shapes::ListShape.new(name: 'ApplicationPolicyList')
25
+ ApplicationPolicyType = Shapes::StringShape.new(name: 'ApplicationPolicyType')
26
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
27
+ CertificateAuthorityArn = Shapes::StringShape.new(name: 'CertificateAuthorityArn')
28
+ CertificateValidity = Shapes::StructureShape.new(name: 'CertificateValidity')
29
+ ClientCompatibilityV2 = Shapes::StringShape.new(name: 'ClientCompatibilityV2')
30
+ ClientCompatibilityV3 = Shapes::StringShape.new(name: 'ClientCompatibilityV3')
31
+ ClientCompatibilityV4 = Shapes::StringShape.new(name: 'ClientCompatibilityV4')
32
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
33
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
34
+ Connector = Shapes::StructureShape.new(name: 'Connector')
35
+ ConnectorArn = Shapes::StringShape.new(name: 'ConnectorArn')
36
+ ConnectorList = Shapes::ListShape.new(name: 'ConnectorList')
37
+ ConnectorStatus = Shapes::StringShape.new(name: 'ConnectorStatus')
38
+ ConnectorStatusReason = Shapes::StringShape.new(name: 'ConnectorStatusReason')
39
+ ConnectorSummary = Shapes::StructureShape.new(name: 'ConnectorSummary')
40
+ CreateConnectorRequest = Shapes::StructureShape.new(name: 'CreateConnectorRequest')
41
+ CreateConnectorResponse = Shapes::StructureShape.new(name: 'CreateConnectorResponse')
42
+ CreateDirectoryRegistrationRequest = Shapes::StructureShape.new(name: 'CreateDirectoryRegistrationRequest')
43
+ CreateDirectoryRegistrationResponse = Shapes::StructureShape.new(name: 'CreateDirectoryRegistrationResponse')
44
+ CreateServicePrincipalNameRequest = Shapes::StructureShape.new(name: 'CreateServicePrincipalNameRequest')
45
+ CreateTemplateGroupAccessControlEntryRequest = Shapes::StructureShape.new(name: 'CreateTemplateGroupAccessControlEntryRequest')
46
+ CreateTemplateRequest = Shapes::StructureShape.new(name: 'CreateTemplateRequest')
47
+ CreateTemplateResponse = Shapes::StructureShape.new(name: 'CreateTemplateResponse')
48
+ CryptoProvidersList = Shapes::ListShape.new(name: 'CryptoProvidersList')
49
+ CryptoProvidersListMemberString = Shapes::StringShape.new(name: 'CryptoProvidersListMemberString')
50
+ CustomObjectIdentifier = Shapes::StringShape.new(name: 'CustomObjectIdentifier')
51
+ DeleteConnectorRequest = Shapes::StructureShape.new(name: 'DeleteConnectorRequest')
52
+ DeleteDirectoryRegistrationRequest = Shapes::StructureShape.new(name: 'DeleteDirectoryRegistrationRequest')
53
+ DeleteServicePrincipalNameRequest = Shapes::StructureShape.new(name: 'DeleteServicePrincipalNameRequest')
54
+ DeleteTemplateGroupAccessControlEntryRequest = Shapes::StructureShape.new(name: 'DeleteTemplateGroupAccessControlEntryRequest')
55
+ DeleteTemplateRequest = Shapes::StructureShape.new(name: 'DeleteTemplateRequest')
56
+ DirectoryId = Shapes::StringShape.new(name: 'DirectoryId')
57
+ DirectoryRegistration = Shapes::StructureShape.new(name: 'DirectoryRegistration')
58
+ DirectoryRegistrationArn = Shapes::StringShape.new(name: 'DirectoryRegistrationArn')
59
+ DirectoryRegistrationList = Shapes::ListShape.new(name: 'DirectoryRegistrationList')
60
+ DirectoryRegistrationStatus = Shapes::StringShape.new(name: 'DirectoryRegistrationStatus')
61
+ DirectoryRegistrationStatusReason = Shapes::StringShape.new(name: 'DirectoryRegistrationStatusReason')
62
+ DirectoryRegistrationSummary = Shapes::StructureShape.new(name: 'DirectoryRegistrationSummary')
63
+ DisplayName = Shapes::StringShape.new(name: 'DisplayName')
64
+ EnrollmentFlagsV2 = Shapes::StructureShape.new(name: 'EnrollmentFlagsV2')
65
+ EnrollmentFlagsV3 = Shapes::StructureShape.new(name: 'EnrollmentFlagsV3')
66
+ EnrollmentFlagsV4 = Shapes::StructureShape.new(name: 'EnrollmentFlagsV4')
67
+ ExtensionsV2 = Shapes::StructureShape.new(name: 'ExtensionsV2')
68
+ ExtensionsV3 = Shapes::StructureShape.new(name: 'ExtensionsV3')
69
+ ExtensionsV4 = Shapes::StructureShape.new(name: 'ExtensionsV4')
70
+ GeneralFlagsV2 = Shapes::StructureShape.new(name: 'GeneralFlagsV2')
71
+ GeneralFlagsV3 = Shapes::StructureShape.new(name: 'GeneralFlagsV3')
72
+ GeneralFlagsV4 = Shapes::StructureShape.new(name: 'GeneralFlagsV4')
73
+ GetConnectorRequest = Shapes::StructureShape.new(name: 'GetConnectorRequest')
74
+ GetConnectorResponse = Shapes::StructureShape.new(name: 'GetConnectorResponse')
75
+ GetDirectoryRegistrationRequest = Shapes::StructureShape.new(name: 'GetDirectoryRegistrationRequest')
76
+ GetDirectoryRegistrationResponse = Shapes::StructureShape.new(name: 'GetDirectoryRegistrationResponse')
77
+ GetServicePrincipalNameRequest = Shapes::StructureShape.new(name: 'GetServicePrincipalNameRequest')
78
+ GetServicePrincipalNameResponse = Shapes::StructureShape.new(name: 'GetServicePrincipalNameResponse')
79
+ GetTemplateGroupAccessControlEntryRequest = Shapes::StructureShape.new(name: 'GetTemplateGroupAccessControlEntryRequest')
80
+ GetTemplateGroupAccessControlEntryResponse = Shapes::StructureShape.new(name: 'GetTemplateGroupAccessControlEntryResponse')
81
+ GetTemplateRequest = Shapes::StructureShape.new(name: 'GetTemplateRequest')
82
+ GetTemplateResponse = Shapes::StructureShape.new(name: 'GetTemplateResponse')
83
+ GroupSecurityIdentifier = Shapes::StringShape.new(name: 'GroupSecurityIdentifier')
84
+ HashAlgorithm = Shapes::StringShape.new(name: 'HashAlgorithm')
85
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
86
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
87
+ KeySpec = Shapes::StringShape.new(name: 'KeySpec')
88
+ KeyUsage = Shapes::StructureShape.new(name: 'KeyUsage')
89
+ KeyUsageFlags = Shapes::StructureShape.new(name: 'KeyUsageFlags')
90
+ KeyUsageProperty = Shapes::UnionShape.new(name: 'KeyUsageProperty')
91
+ KeyUsagePropertyFlags = Shapes::StructureShape.new(name: 'KeyUsagePropertyFlags')
92
+ KeyUsagePropertyType = Shapes::StringShape.new(name: 'KeyUsagePropertyType')
93
+ ListConnectorsRequest = Shapes::StructureShape.new(name: 'ListConnectorsRequest')
94
+ ListConnectorsResponse = Shapes::StructureShape.new(name: 'ListConnectorsResponse')
95
+ ListDirectoryRegistrationsRequest = Shapes::StructureShape.new(name: 'ListDirectoryRegistrationsRequest')
96
+ ListDirectoryRegistrationsResponse = Shapes::StructureShape.new(name: 'ListDirectoryRegistrationsResponse')
97
+ ListServicePrincipalNamesRequest = Shapes::StructureShape.new(name: 'ListServicePrincipalNamesRequest')
98
+ ListServicePrincipalNamesResponse = Shapes::StructureShape.new(name: 'ListServicePrincipalNamesResponse')
99
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
100
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
101
+ ListTemplateGroupAccessControlEntriesRequest = Shapes::StructureShape.new(name: 'ListTemplateGroupAccessControlEntriesRequest')
102
+ ListTemplateGroupAccessControlEntriesResponse = Shapes::StructureShape.new(name: 'ListTemplateGroupAccessControlEntriesResponse')
103
+ ListTemplatesRequest = Shapes::StructureShape.new(name: 'ListTemplatesRequest')
104
+ ListTemplatesResponse = Shapes::StructureShape.new(name: 'ListTemplatesResponse')
105
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
106
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
107
+ PrivateKeyAlgorithm = Shapes::StringShape.new(name: 'PrivateKeyAlgorithm')
108
+ PrivateKeyAttributesV2 = Shapes::StructureShape.new(name: 'PrivateKeyAttributesV2')
109
+ PrivateKeyAttributesV2MinimalKeyLengthInteger = Shapes::IntegerShape.new(name: 'PrivateKeyAttributesV2MinimalKeyLengthInteger')
110
+ PrivateKeyAttributesV3 = Shapes::StructureShape.new(name: 'PrivateKeyAttributesV3')
111
+ PrivateKeyAttributesV3MinimalKeyLengthInteger = Shapes::IntegerShape.new(name: 'PrivateKeyAttributesV3MinimalKeyLengthInteger')
112
+ PrivateKeyAttributesV4 = Shapes::StructureShape.new(name: 'PrivateKeyAttributesV4')
113
+ PrivateKeyAttributesV4MinimalKeyLengthInteger = Shapes::IntegerShape.new(name: 'PrivateKeyAttributesV4MinimalKeyLengthInteger')
114
+ PrivateKeyFlagsV2 = Shapes::StructureShape.new(name: 'PrivateKeyFlagsV2')
115
+ PrivateKeyFlagsV3 = Shapes::StructureShape.new(name: 'PrivateKeyFlagsV3')
116
+ PrivateKeyFlagsV4 = Shapes::StructureShape.new(name: 'PrivateKeyFlagsV4')
117
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
118
+ SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
119
+ SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
120
+ ServicePrincipalName = Shapes::StructureShape.new(name: 'ServicePrincipalName')
121
+ ServicePrincipalNameList = Shapes::ListShape.new(name: 'ServicePrincipalNameList')
122
+ ServicePrincipalNameStatus = Shapes::StringShape.new(name: 'ServicePrincipalNameStatus')
123
+ ServicePrincipalNameStatusReason = Shapes::StringShape.new(name: 'ServicePrincipalNameStatusReason')
124
+ ServicePrincipalNameSummary = Shapes::StructureShape.new(name: 'ServicePrincipalNameSummary')
125
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
126
+ String = Shapes::StringShape.new(name: 'String')
127
+ SubjectNameFlagsV2 = Shapes::StructureShape.new(name: 'SubjectNameFlagsV2')
128
+ SubjectNameFlagsV3 = Shapes::StructureShape.new(name: 'SubjectNameFlagsV3')
129
+ SubjectNameFlagsV4 = Shapes::StructureShape.new(name: 'SubjectNameFlagsV4')
130
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
131
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
132
+ Tags = Shapes::MapShape.new(name: 'Tags')
133
+ Template = Shapes::StructureShape.new(name: 'Template')
134
+ TemplateArn = Shapes::StringShape.new(name: 'TemplateArn')
135
+ TemplateDefinition = Shapes::UnionShape.new(name: 'TemplateDefinition')
136
+ TemplateList = Shapes::ListShape.new(name: 'TemplateList')
137
+ TemplateName = Shapes::StringShape.new(name: 'TemplateName')
138
+ TemplateNameList = Shapes::ListShape.new(name: 'TemplateNameList')
139
+ TemplateRevision = Shapes::StructureShape.new(name: 'TemplateRevision')
140
+ TemplateStatus = Shapes::StringShape.new(name: 'TemplateStatus')
141
+ TemplateSummary = Shapes::StructureShape.new(name: 'TemplateSummary')
142
+ TemplateV2 = Shapes::StructureShape.new(name: 'TemplateV2')
143
+ TemplateV3 = Shapes::StructureShape.new(name: 'TemplateV3')
144
+ TemplateV4 = Shapes::StructureShape.new(name: 'TemplateV4')
145
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
146
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
147
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
148
+ UpdateTemplateGroupAccessControlEntryRequest = Shapes::StructureShape.new(name: 'UpdateTemplateGroupAccessControlEntryRequest')
149
+ UpdateTemplateRequest = Shapes::StructureShape.new(name: 'UpdateTemplateRequest')
150
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
151
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
152
+ ValidityPeriod = Shapes::StructureShape.new(name: 'ValidityPeriod')
153
+ ValidityPeriodPeriodLong = Shapes::IntegerShape.new(name: 'ValidityPeriodPeriodLong')
154
+ ValidityPeriodType = Shapes::StringShape.new(name: 'ValidityPeriodType')
155
+ VpcInformation = Shapes::StructureShape.new(name: 'VpcInformation')
156
+
157
+ AccessControlEntry.add_member(:access_rights, Shapes::ShapeRef.new(shape: AccessRights, location_name: "AccessRights"))
158
+ AccessControlEntry.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
159
+ AccessControlEntry.add_member(:group_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "GroupDisplayName"))
160
+ AccessControlEntry.add_member(:group_security_identifier, Shapes::ShapeRef.new(shape: GroupSecurityIdentifier, location_name: "GroupSecurityIdentifier"))
161
+ AccessControlEntry.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
162
+ AccessControlEntry.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
163
+ AccessControlEntry.struct_class = Types::AccessControlEntry
164
+
165
+ AccessControlEntryList.member = Shapes::ShapeRef.new(shape: AccessControlEntrySummary)
166
+
167
+ AccessControlEntrySummary.add_member(:access_rights, Shapes::ShapeRef.new(shape: AccessRights, location_name: "AccessRights"))
168
+ AccessControlEntrySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
169
+ AccessControlEntrySummary.add_member(:group_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "GroupDisplayName"))
170
+ AccessControlEntrySummary.add_member(:group_security_identifier, Shapes::ShapeRef.new(shape: GroupSecurityIdentifier, location_name: "GroupSecurityIdentifier"))
171
+ AccessControlEntrySummary.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
172
+ AccessControlEntrySummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
173
+ AccessControlEntrySummary.struct_class = Types::AccessControlEntrySummary
174
+
175
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
176
+ AccessDeniedException.struct_class = Types::AccessDeniedException
177
+
178
+ AccessRights.add_member(:auto_enroll, Shapes::ShapeRef.new(shape: AccessRight, location_name: "AutoEnroll"))
179
+ AccessRights.add_member(:enroll, Shapes::ShapeRef.new(shape: AccessRight, location_name: "Enroll"))
180
+ AccessRights.struct_class = Types::AccessRights
181
+
182
+ ApplicationPolicies.add_member(:critical, Shapes::ShapeRef.new(shape: Boolean, location_name: "Critical"))
183
+ ApplicationPolicies.add_member(:policies, Shapes::ShapeRef.new(shape: ApplicationPolicyList, required: true, location_name: "Policies"))
184
+ ApplicationPolicies.struct_class = Types::ApplicationPolicies
185
+
186
+ ApplicationPolicy.add_member(:policy_object_identifier, Shapes::ShapeRef.new(shape: CustomObjectIdentifier, location_name: "PolicyObjectIdentifier"))
187
+ ApplicationPolicy.add_member(:policy_type, Shapes::ShapeRef.new(shape: ApplicationPolicyType, location_name: "PolicyType"))
188
+ ApplicationPolicy.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
189
+ ApplicationPolicy.add_member_subclass(:policy_object_identifier, Types::ApplicationPolicy::PolicyObjectIdentifier)
190
+ ApplicationPolicy.add_member_subclass(:policy_type, Types::ApplicationPolicy::PolicyType)
191
+ ApplicationPolicy.add_member_subclass(:unknown, Types::ApplicationPolicy::Unknown)
192
+ ApplicationPolicy.struct_class = Types::ApplicationPolicy
193
+
194
+ ApplicationPolicyList.member = Shapes::ShapeRef.new(shape: ApplicationPolicy)
195
+
196
+ CertificateValidity.add_member(:renewal_period, Shapes::ShapeRef.new(shape: ValidityPeriod, required: true, location_name: "RenewalPeriod"))
197
+ CertificateValidity.add_member(:validity_period, Shapes::ShapeRef.new(shape: ValidityPeriod, required: true, location_name: "ValidityPeriod"))
198
+ CertificateValidity.struct_class = Types::CertificateValidity
199
+
200
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
201
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
202
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
203
+ ConflictException.struct_class = Types::ConflictException
204
+
205
+ Connector.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "Arn"))
206
+ Connector.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: CertificateAuthorityArn, location_name: "CertificateAuthorityArn"))
207
+ Connector.add_member(:certificate_enrollment_policy_server_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "CertificateEnrollmentPolicyServerEndpoint"))
208
+ Connector.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
209
+ Connector.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
210
+ Connector.add_member(:status, Shapes::ShapeRef.new(shape: ConnectorStatus, location_name: "Status"))
211
+ Connector.add_member(:status_reason, Shapes::ShapeRef.new(shape: ConnectorStatusReason, location_name: "StatusReason"))
212
+ Connector.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
213
+ Connector.add_member(:vpc_information, Shapes::ShapeRef.new(shape: VpcInformation, location_name: "VpcInformation"))
214
+ Connector.struct_class = Types::Connector
215
+
216
+ ConnectorList.member = Shapes::ShapeRef.new(shape: ConnectorSummary)
217
+
218
+ ConnectorSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "Arn"))
219
+ ConnectorSummary.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: CertificateAuthorityArn, location_name: "CertificateAuthorityArn"))
220
+ ConnectorSummary.add_member(:certificate_enrollment_policy_server_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "CertificateEnrollmentPolicyServerEndpoint"))
221
+ ConnectorSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
222
+ ConnectorSummary.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
223
+ ConnectorSummary.add_member(:status, Shapes::ShapeRef.new(shape: ConnectorStatus, location_name: "Status"))
224
+ ConnectorSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: ConnectorStatusReason, location_name: "StatusReason"))
225
+ ConnectorSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
226
+ ConnectorSummary.add_member(:vpc_information, Shapes::ShapeRef.new(shape: VpcInformation, location_name: "VpcInformation"))
227
+ ConnectorSummary.struct_class = Types::ConnectorSummary
228
+
229
+ CreateConnectorRequest.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: CertificateAuthorityArn, required: true, location_name: "CertificateAuthorityArn"))
230
+ CreateConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
231
+ CreateConnectorRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
232
+ CreateConnectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
233
+ CreateConnectorRequest.add_member(:vpc_information, Shapes::ShapeRef.new(shape: VpcInformation, required: true, location_name: "VpcInformation"))
234
+ CreateConnectorRequest.struct_class = Types::CreateConnectorRequest
235
+
236
+ CreateConnectorResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "ConnectorArn"))
237
+ CreateConnectorResponse.struct_class = Types::CreateConnectorResponse
238
+
239
+ CreateDirectoryRegistrationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
240
+ CreateDirectoryRegistrationRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
241
+ CreateDirectoryRegistrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
242
+ CreateDirectoryRegistrationRequest.struct_class = Types::CreateDirectoryRegistrationRequest
243
+
244
+ CreateDirectoryRegistrationResponse.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, location_name: "DirectoryRegistrationArn"))
245
+ CreateDirectoryRegistrationResponse.struct_class = Types::CreateDirectoryRegistrationResponse
246
+
247
+ CreateServicePrincipalNameRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
248
+ CreateServicePrincipalNameRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location: "uri", location_name: "ConnectorArn"))
249
+ CreateServicePrincipalNameRequest.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, required: true, location: "uri", location_name: "DirectoryRegistrationArn"))
250
+ CreateServicePrincipalNameRequest.struct_class = Types::CreateServicePrincipalNameRequest
251
+
252
+ CreateTemplateGroupAccessControlEntryRequest.add_member(:access_rights, Shapes::ShapeRef.new(shape: AccessRights, required: true, location_name: "AccessRights"))
253
+ CreateTemplateGroupAccessControlEntryRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
254
+ CreateTemplateGroupAccessControlEntryRequest.add_member(:group_display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "GroupDisplayName"))
255
+ CreateTemplateGroupAccessControlEntryRequest.add_member(:group_security_identifier, Shapes::ShapeRef.new(shape: GroupSecurityIdentifier, required: true, location_name: "GroupSecurityIdentifier"))
256
+ CreateTemplateGroupAccessControlEntryRequest.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
257
+ CreateTemplateGroupAccessControlEntryRequest.struct_class = Types::CreateTemplateGroupAccessControlEntryRequest
258
+
259
+ CreateTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
260
+ CreateTemplateRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location_name: "ConnectorArn"))
261
+ CreateTemplateRequest.add_member(:definition, Shapes::ShapeRef.new(shape: TemplateDefinition, required: true, location_name: "Definition"))
262
+ CreateTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "Name"))
263
+ CreateTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
264
+ CreateTemplateRequest.struct_class = Types::CreateTemplateRequest
265
+
266
+ CreateTemplateResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
267
+ CreateTemplateResponse.struct_class = Types::CreateTemplateResponse
268
+
269
+ CryptoProvidersList.member = Shapes::ShapeRef.new(shape: CryptoProvidersListMemberString)
270
+
271
+ DeleteConnectorRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location: "uri", location_name: "ConnectorArn"))
272
+ DeleteConnectorRequest.struct_class = Types::DeleteConnectorRequest
273
+
274
+ DeleteDirectoryRegistrationRequest.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, required: true, location: "uri", location_name: "DirectoryRegistrationArn"))
275
+ DeleteDirectoryRegistrationRequest.struct_class = Types::DeleteDirectoryRegistrationRequest
276
+
277
+ DeleteServicePrincipalNameRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location: "uri", location_name: "ConnectorArn"))
278
+ DeleteServicePrincipalNameRequest.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, required: true, location: "uri", location_name: "DirectoryRegistrationArn"))
279
+ DeleteServicePrincipalNameRequest.struct_class = Types::DeleteServicePrincipalNameRequest
280
+
281
+ DeleteTemplateGroupAccessControlEntryRequest.add_member(:group_security_identifier, Shapes::ShapeRef.new(shape: GroupSecurityIdentifier, required: true, location: "uri", location_name: "GroupSecurityIdentifier"))
282
+ DeleteTemplateGroupAccessControlEntryRequest.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
283
+ DeleteTemplateGroupAccessControlEntryRequest.struct_class = Types::DeleteTemplateGroupAccessControlEntryRequest
284
+
285
+ DeleteTemplateRequest.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
286
+ DeleteTemplateRequest.struct_class = Types::DeleteTemplateRequest
287
+
288
+ DirectoryRegistration.add_member(:arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, location_name: "Arn"))
289
+ DirectoryRegistration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
290
+ DirectoryRegistration.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
291
+ DirectoryRegistration.add_member(:status, Shapes::ShapeRef.new(shape: DirectoryRegistrationStatus, location_name: "Status"))
292
+ DirectoryRegistration.add_member(:status_reason, Shapes::ShapeRef.new(shape: DirectoryRegistrationStatusReason, location_name: "StatusReason"))
293
+ DirectoryRegistration.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
294
+ DirectoryRegistration.struct_class = Types::DirectoryRegistration
295
+
296
+ DirectoryRegistrationList.member = Shapes::ShapeRef.new(shape: DirectoryRegistrationSummary)
297
+
298
+ DirectoryRegistrationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, location_name: "Arn"))
299
+ DirectoryRegistrationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
300
+ DirectoryRegistrationSummary.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
301
+ DirectoryRegistrationSummary.add_member(:status, Shapes::ShapeRef.new(shape: DirectoryRegistrationStatus, location_name: "Status"))
302
+ DirectoryRegistrationSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: DirectoryRegistrationStatusReason, location_name: "StatusReason"))
303
+ DirectoryRegistrationSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
304
+ DirectoryRegistrationSummary.struct_class = Types::DirectoryRegistrationSummary
305
+
306
+ EnrollmentFlagsV2.add_member(:enable_key_reuse_on_nt_token_keyset_storage_full, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableKeyReuseOnNtTokenKeysetStorageFull"))
307
+ EnrollmentFlagsV2.add_member(:include_symmetric_algorithms, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeSymmetricAlgorithms"))
308
+ EnrollmentFlagsV2.add_member(:no_security_extension, Shapes::ShapeRef.new(shape: Boolean, location_name: "NoSecurityExtension"))
309
+ EnrollmentFlagsV2.add_member(:remove_invalid_certificate_from_personal_store, Shapes::ShapeRef.new(shape: Boolean, location_name: "RemoveInvalidCertificateFromPersonalStore"))
310
+ EnrollmentFlagsV2.add_member(:user_interaction_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "UserInteractionRequired"))
311
+ EnrollmentFlagsV2.struct_class = Types::EnrollmentFlagsV2
312
+
313
+ EnrollmentFlagsV3.add_member(:enable_key_reuse_on_nt_token_keyset_storage_full, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableKeyReuseOnNtTokenKeysetStorageFull"))
314
+ EnrollmentFlagsV3.add_member(:include_symmetric_algorithms, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeSymmetricAlgorithms"))
315
+ EnrollmentFlagsV3.add_member(:no_security_extension, Shapes::ShapeRef.new(shape: Boolean, location_name: "NoSecurityExtension"))
316
+ EnrollmentFlagsV3.add_member(:remove_invalid_certificate_from_personal_store, Shapes::ShapeRef.new(shape: Boolean, location_name: "RemoveInvalidCertificateFromPersonalStore"))
317
+ EnrollmentFlagsV3.add_member(:user_interaction_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "UserInteractionRequired"))
318
+ EnrollmentFlagsV3.struct_class = Types::EnrollmentFlagsV3
319
+
320
+ EnrollmentFlagsV4.add_member(:enable_key_reuse_on_nt_token_keyset_storage_full, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableKeyReuseOnNtTokenKeysetStorageFull"))
321
+ EnrollmentFlagsV4.add_member(:include_symmetric_algorithms, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeSymmetricAlgorithms"))
322
+ EnrollmentFlagsV4.add_member(:no_security_extension, Shapes::ShapeRef.new(shape: Boolean, location_name: "NoSecurityExtension"))
323
+ EnrollmentFlagsV4.add_member(:remove_invalid_certificate_from_personal_store, Shapes::ShapeRef.new(shape: Boolean, location_name: "RemoveInvalidCertificateFromPersonalStore"))
324
+ EnrollmentFlagsV4.add_member(:user_interaction_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "UserInteractionRequired"))
325
+ EnrollmentFlagsV4.struct_class = Types::EnrollmentFlagsV4
326
+
327
+ ExtensionsV2.add_member(:application_policies, Shapes::ShapeRef.new(shape: ApplicationPolicies, location_name: "ApplicationPolicies"))
328
+ ExtensionsV2.add_member(:key_usage, Shapes::ShapeRef.new(shape: KeyUsage, required: true, location_name: "KeyUsage"))
329
+ ExtensionsV2.struct_class = Types::ExtensionsV2
330
+
331
+ ExtensionsV3.add_member(:application_policies, Shapes::ShapeRef.new(shape: ApplicationPolicies, location_name: "ApplicationPolicies"))
332
+ ExtensionsV3.add_member(:key_usage, Shapes::ShapeRef.new(shape: KeyUsage, required: true, location_name: "KeyUsage"))
333
+ ExtensionsV3.struct_class = Types::ExtensionsV3
334
+
335
+ ExtensionsV4.add_member(:application_policies, Shapes::ShapeRef.new(shape: ApplicationPolicies, location_name: "ApplicationPolicies"))
336
+ ExtensionsV4.add_member(:key_usage, Shapes::ShapeRef.new(shape: KeyUsage, required: true, location_name: "KeyUsage"))
337
+ ExtensionsV4.struct_class = Types::ExtensionsV4
338
+
339
+ GeneralFlagsV2.add_member(:auto_enrollment, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEnrollment"))
340
+ GeneralFlagsV2.add_member(:machine_type, Shapes::ShapeRef.new(shape: Boolean, location_name: "MachineType"))
341
+ GeneralFlagsV2.struct_class = Types::GeneralFlagsV2
342
+
343
+ GeneralFlagsV3.add_member(:auto_enrollment, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEnrollment"))
344
+ GeneralFlagsV3.add_member(:machine_type, Shapes::ShapeRef.new(shape: Boolean, location_name: "MachineType"))
345
+ GeneralFlagsV3.struct_class = Types::GeneralFlagsV3
346
+
347
+ GeneralFlagsV4.add_member(:auto_enrollment, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEnrollment"))
348
+ GeneralFlagsV4.add_member(:machine_type, Shapes::ShapeRef.new(shape: Boolean, location_name: "MachineType"))
349
+ GeneralFlagsV4.struct_class = Types::GeneralFlagsV4
350
+
351
+ GetConnectorRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location: "uri", location_name: "ConnectorArn"))
352
+ GetConnectorRequest.struct_class = Types::GetConnectorRequest
353
+
354
+ GetConnectorResponse.add_member(:connector, Shapes::ShapeRef.new(shape: Connector, location_name: "Connector"))
355
+ GetConnectorResponse.struct_class = Types::GetConnectorResponse
356
+
357
+ GetDirectoryRegistrationRequest.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, required: true, location: "uri", location_name: "DirectoryRegistrationArn"))
358
+ GetDirectoryRegistrationRequest.struct_class = Types::GetDirectoryRegistrationRequest
359
+
360
+ GetDirectoryRegistrationResponse.add_member(:directory_registration, Shapes::ShapeRef.new(shape: DirectoryRegistration, location_name: "DirectoryRegistration"))
361
+ GetDirectoryRegistrationResponse.struct_class = Types::GetDirectoryRegistrationResponse
362
+
363
+ GetServicePrincipalNameRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location: "uri", location_name: "ConnectorArn"))
364
+ GetServicePrincipalNameRequest.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, required: true, location: "uri", location_name: "DirectoryRegistrationArn"))
365
+ GetServicePrincipalNameRequest.struct_class = Types::GetServicePrincipalNameRequest
366
+
367
+ GetServicePrincipalNameResponse.add_member(:service_principal_name, Shapes::ShapeRef.new(shape: ServicePrincipalName, location_name: "ServicePrincipalName"))
368
+ GetServicePrincipalNameResponse.struct_class = Types::GetServicePrincipalNameResponse
369
+
370
+ GetTemplateGroupAccessControlEntryRequest.add_member(:group_security_identifier, Shapes::ShapeRef.new(shape: GroupSecurityIdentifier, required: true, location: "uri", location_name: "GroupSecurityIdentifier"))
371
+ GetTemplateGroupAccessControlEntryRequest.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
372
+ GetTemplateGroupAccessControlEntryRequest.struct_class = Types::GetTemplateGroupAccessControlEntryRequest
373
+
374
+ GetTemplateGroupAccessControlEntryResponse.add_member(:access_control_entry, Shapes::ShapeRef.new(shape: AccessControlEntry, location_name: "AccessControlEntry"))
375
+ GetTemplateGroupAccessControlEntryResponse.struct_class = Types::GetTemplateGroupAccessControlEntryResponse
376
+
377
+ GetTemplateRequest.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
378
+ GetTemplateRequest.struct_class = Types::GetTemplateRequest
379
+
380
+ GetTemplateResponse.add_member(:template, Shapes::ShapeRef.new(shape: Template, location_name: "Template"))
381
+ GetTemplateResponse.struct_class = Types::GetTemplateResponse
382
+
383
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
384
+ InternalServerException.struct_class = Types::InternalServerException
385
+
386
+ KeyUsage.add_member(:critical, Shapes::ShapeRef.new(shape: Boolean, location_name: "Critical"))
387
+ KeyUsage.add_member(:usage_flags, Shapes::ShapeRef.new(shape: KeyUsageFlags, required: true, location_name: "UsageFlags"))
388
+ KeyUsage.struct_class = Types::KeyUsage
389
+
390
+ KeyUsageFlags.add_member(:data_encipherment, Shapes::ShapeRef.new(shape: Boolean, location_name: "DataEncipherment"))
391
+ KeyUsageFlags.add_member(:digital_signature, Shapes::ShapeRef.new(shape: Boolean, location_name: "DigitalSignature"))
392
+ KeyUsageFlags.add_member(:key_agreement, Shapes::ShapeRef.new(shape: Boolean, location_name: "KeyAgreement"))
393
+ KeyUsageFlags.add_member(:key_encipherment, Shapes::ShapeRef.new(shape: Boolean, location_name: "KeyEncipherment"))
394
+ KeyUsageFlags.add_member(:non_repudiation, Shapes::ShapeRef.new(shape: Boolean, location_name: "NonRepudiation"))
395
+ KeyUsageFlags.struct_class = Types::KeyUsageFlags
396
+
397
+ KeyUsageProperty.add_member(:property_flags, Shapes::ShapeRef.new(shape: KeyUsagePropertyFlags, location_name: "PropertyFlags"))
398
+ KeyUsageProperty.add_member(:property_type, Shapes::ShapeRef.new(shape: KeyUsagePropertyType, location_name: "PropertyType"))
399
+ KeyUsageProperty.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
400
+ KeyUsageProperty.add_member_subclass(:property_flags, Types::KeyUsageProperty::PropertyFlags)
401
+ KeyUsageProperty.add_member_subclass(:property_type, Types::KeyUsageProperty::PropertyType)
402
+ KeyUsageProperty.add_member_subclass(:unknown, Types::KeyUsageProperty::Unknown)
403
+ KeyUsageProperty.struct_class = Types::KeyUsageProperty
404
+
405
+ KeyUsagePropertyFlags.add_member(:decrypt, Shapes::ShapeRef.new(shape: Boolean, location_name: "Decrypt"))
406
+ KeyUsagePropertyFlags.add_member(:key_agreement, Shapes::ShapeRef.new(shape: Boolean, location_name: "KeyAgreement"))
407
+ KeyUsagePropertyFlags.add_member(:sign, Shapes::ShapeRef.new(shape: Boolean, location_name: "Sign"))
408
+ KeyUsagePropertyFlags.struct_class = Types::KeyUsagePropertyFlags
409
+
410
+ ListConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
411
+ ListConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
412
+ ListConnectorsRequest.struct_class = Types::ListConnectorsRequest
413
+
414
+ ListConnectorsResponse.add_member(:connectors, Shapes::ShapeRef.new(shape: ConnectorList, location_name: "Connectors"))
415
+ ListConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
416
+ ListConnectorsResponse.struct_class = Types::ListConnectorsResponse
417
+
418
+ ListDirectoryRegistrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
419
+ ListDirectoryRegistrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
420
+ ListDirectoryRegistrationsRequest.struct_class = Types::ListDirectoryRegistrationsRequest
421
+
422
+ ListDirectoryRegistrationsResponse.add_member(:directory_registrations, Shapes::ShapeRef.new(shape: DirectoryRegistrationList, location_name: "DirectoryRegistrations"))
423
+ ListDirectoryRegistrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
424
+ ListDirectoryRegistrationsResponse.struct_class = Types::ListDirectoryRegistrationsResponse
425
+
426
+ ListServicePrincipalNamesRequest.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, required: true, location: "uri", location_name: "DirectoryRegistrationArn"))
427
+ ListServicePrincipalNamesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
428
+ ListServicePrincipalNamesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
429
+ ListServicePrincipalNamesRequest.struct_class = Types::ListServicePrincipalNamesRequest
430
+
431
+ ListServicePrincipalNamesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
432
+ ListServicePrincipalNamesResponse.add_member(:service_principal_names, Shapes::ShapeRef.new(shape: ServicePrincipalNameList, location_name: "ServicePrincipalNames"))
433
+ ListServicePrincipalNamesResponse.struct_class = Types::ListServicePrincipalNamesResponse
434
+
435
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "ResourceArn"))
436
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
437
+
438
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
439
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
440
+
441
+ ListTemplateGroupAccessControlEntriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
442
+ ListTemplateGroupAccessControlEntriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
443
+ ListTemplateGroupAccessControlEntriesRequest.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
444
+ ListTemplateGroupAccessControlEntriesRequest.struct_class = Types::ListTemplateGroupAccessControlEntriesRequest
445
+
446
+ ListTemplateGroupAccessControlEntriesResponse.add_member(:access_control_entries, Shapes::ShapeRef.new(shape: AccessControlEntryList, location_name: "AccessControlEntries"))
447
+ ListTemplateGroupAccessControlEntriesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
448
+ ListTemplateGroupAccessControlEntriesResponse.struct_class = Types::ListTemplateGroupAccessControlEntriesResponse
449
+
450
+ ListTemplatesRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location: "querystring", location_name: "ConnectorArn"))
451
+ ListTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
452
+ ListTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
453
+ ListTemplatesRequest.struct_class = Types::ListTemplatesRequest
454
+
455
+ ListTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
456
+ ListTemplatesResponse.add_member(:templates, Shapes::ShapeRef.new(shape: TemplateList, location_name: "Templates"))
457
+ ListTemplatesResponse.struct_class = Types::ListTemplatesResponse
458
+
459
+ PrivateKeyAttributesV2.add_member(:crypto_providers, Shapes::ShapeRef.new(shape: CryptoProvidersList, location_name: "CryptoProviders"))
460
+ PrivateKeyAttributesV2.add_member(:key_spec, Shapes::ShapeRef.new(shape: KeySpec, required: true, location_name: "KeySpec"))
461
+ PrivateKeyAttributesV2.add_member(:minimal_key_length, Shapes::ShapeRef.new(shape: PrivateKeyAttributesV2MinimalKeyLengthInteger, required: true, location_name: "MinimalKeyLength"))
462
+ PrivateKeyAttributesV2.struct_class = Types::PrivateKeyAttributesV2
463
+
464
+ PrivateKeyAttributesV3.add_member(:algorithm, Shapes::ShapeRef.new(shape: PrivateKeyAlgorithm, required: true, location_name: "Algorithm"))
465
+ PrivateKeyAttributesV3.add_member(:crypto_providers, Shapes::ShapeRef.new(shape: CryptoProvidersList, location_name: "CryptoProviders"))
466
+ PrivateKeyAttributesV3.add_member(:key_spec, Shapes::ShapeRef.new(shape: KeySpec, required: true, location_name: "KeySpec"))
467
+ PrivateKeyAttributesV3.add_member(:key_usage_property, Shapes::ShapeRef.new(shape: KeyUsageProperty, required: true, location_name: "KeyUsageProperty"))
468
+ PrivateKeyAttributesV3.add_member(:minimal_key_length, Shapes::ShapeRef.new(shape: PrivateKeyAttributesV3MinimalKeyLengthInteger, required: true, location_name: "MinimalKeyLength"))
469
+ PrivateKeyAttributesV3.struct_class = Types::PrivateKeyAttributesV3
470
+
471
+ PrivateKeyAttributesV4.add_member(:algorithm, Shapes::ShapeRef.new(shape: PrivateKeyAlgorithm, location_name: "Algorithm"))
472
+ PrivateKeyAttributesV4.add_member(:crypto_providers, Shapes::ShapeRef.new(shape: CryptoProvidersList, location_name: "CryptoProviders"))
473
+ PrivateKeyAttributesV4.add_member(:key_spec, Shapes::ShapeRef.new(shape: KeySpec, required: true, location_name: "KeySpec"))
474
+ PrivateKeyAttributesV4.add_member(:key_usage_property, Shapes::ShapeRef.new(shape: KeyUsageProperty, location_name: "KeyUsageProperty"))
475
+ PrivateKeyAttributesV4.add_member(:minimal_key_length, Shapes::ShapeRef.new(shape: PrivateKeyAttributesV4MinimalKeyLengthInteger, required: true, location_name: "MinimalKeyLength"))
476
+ PrivateKeyAttributesV4.struct_class = Types::PrivateKeyAttributesV4
477
+
478
+ PrivateKeyFlagsV2.add_member(:client_version, Shapes::ShapeRef.new(shape: ClientCompatibilityV2, required: true, location_name: "ClientVersion"))
479
+ PrivateKeyFlagsV2.add_member(:exportable_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExportableKey"))
480
+ PrivateKeyFlagsV2.add_member(:strong_key_protection_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "StrongKeyProtectionRequired"))
481
+ PrivateKeyFlagsV2.struct_class = Types::PrivateKeyFlagsV2
482
+
483
+ PrivateKeyFlagsV3.add_member(:client_version, Shapes::ShapeRef.new(shape: ClientCompatibilityV3, required: true, location_name: "ClientVersion"))
484
+ PrivateKeyFlagsV3.add_member(:exportable_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExportableKey"))
485
+ PrivateKeyFlagsV3.add_member(:require_alternate_signature_algorithm, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireAlternateSignatureAlgorithm"))
486
+ PrivateKeyFlagsV3.add_member(:strong_key_protection_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "StrongKeyProtectionRequired"))
487
+ PrivateKeyFlagsV3.struct_class = Types::PrivateKeyFlagsV3
488
+
489
+ PrivateKeyFlagsV4.add_member(:client_version, Shapes::ShapeRef.new(shape: ClientCompatibilityV4, required: true, location_name: "ClientVersion"))
490
+ PrivateKeyFlagsV4.add_member(:exportable_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExportableKey"))
491
+ PrivateKeyFlagsV4.add_member(:require_alternate_signature_algorithm, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireAlternateSignatureAlgorithm"))
492
+ PrivateKeyFlagsV4.add_member(:require_same_key_renewal, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireSameKeyRenewal"))
493
+ PrivateKeyFlagsV4.add_member(:strong_key_protection_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "StrongKeyProtectionRequired"))
494
+ PrivateKeyFlagsV4.add_member(:use_legacy_provider, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseLegacyProvider"))
495
+ PrivateKeyFlagsV4.struct_class = Types::PrivateKeyFlagsV4
496
+
497
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
498
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
499
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
500
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
501
+
502
+ SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
503
+
504
+ ServicePrincipalName.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "ConnectorArn"))
505
+ ServicePrincipalName.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
506
+ ServicePrincipalName.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, location_name: "DirectoryRegistrationArn"))
507
+ ServicePrincipalName.add_member(:status, Shapes::ShapeRef.new(shape: ServicePrincipalNameStatus, location_name: "Status"))
508
+ ServicePrincipalName.add_member(:status_reason, Shapes::ShapeRef.new(shape: ServicePrincipalNameStatusReason, location_name: "StatusReason"))
509
+ ServicePrincipalName.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
510
+ ServicePrincipalName.struct_class = Types::ServicePrincipalName
511
+
512
+ ServicePrincipalNameList.member = Shapes::ShapeRef.new(shape: ServicePrincipalNameSummary)
513
+
514
+ ServicePrincipalNameSummary.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "ConnectorArn"))
515
+ ServicePrincipalNameSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
516
+ ServicePrincipalNameSummary.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, location_name: "DirectoryRegistrationArn"))
517
+ ServicePrincipalNameSummary.add_member(:status, Shapes::ShapeRef.new(shape: ServicePrincipalNameStatus, location_name: "Status"))
518
+ ServicePrincipalNameSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: ServicePrincipalNameStatusReason, location_name: "StatusReason"))
519
+ ServicePrincipalNameSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
520
+ ServicePrincipalNameSummary.struct_class = Types::ServicePrincipalNameSummary
521
+
522
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
523
+ ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "QuotaCode"))
524
+ ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
525
+ ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
526
+ ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceCode"))
527
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
528
+
529
+ SubjectNameFlagsV2.add_member(:require_common_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireCommonName"))
530
+ SubjectNameFlagsV2.add_member(:require_directory_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireDirectoryPath"))
531
+ SubjectNameFlagsV2.add_member(:require_dns_as_cn, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireDnsAsCn"))
532
+ SubjectNameFlagsV2.add_member(:require_email, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireEmail"))
533
+ SubjectNameFlagsV2.add_member(:san_require_directory_guid, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireDirectoryGuid"))
534
+ SubjectNameFlagsV2.add_member(:san_require_dns, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireDns"))
535
+ SubjectNameFlagsV2.add_member(:san_require_domain_dns, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireDomainDns"))
536
+ SubjectNameFlagsV2.add_member(:san_require_email, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireEmail"))
537
+ SubjectNameFlagsV2.add_member(:san_require_spn, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireSpn"))
538
+ SubjectNameFlagsV2.add_member(:san_require_upn, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireUpn"))
539
+ SubjectNameFlagsV2.struct_class = Types::SubjectNameFlagsV2
540
+
541
+ SubjectNameFlagsV3.add_member(:require_common_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireCommonName"))
542
+ SubjectNameFlagsV3.add_member(:require_directory_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireDirectoryPath"))
543
+ SubjectNameFlagsV3.add_member(:require_dns_as_cn, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireDnsAsCn"))
544
+ SubjectNameFlagsV3.add_member(:require_email, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireEmail"))
545
+ SubjectNameFlagsV3.add_member(:san_require_directory_guid, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireDirectoryGuid"))
546
+ SubjectNameFlagsV3.add_member(:san_require_dns, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireDns"))
547
+ SubjectNameFlagsV3.add_member(:san_require_domain_dns, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireDomainDns"))
548
+ SubjectNameFlagsV3.add_member(:san_require_email, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireEmail"))
549
+ SubjectNameFlagsV3.add_member(:san_require_spn, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireSpn"))
550
+ SubjectNameFlagsV3.add_member(:san_require_upn, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireUpn"))
551
+ SubjectNameFlagsV3.struct_class = Types::SubjectNameFlagsV3
552
+
553
+ SubjectNameFlagsV4.add_member(:require_common_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireCommonName"))
554
+ SubjectNameFlagsV4.add_member(:require_directory_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireDirectoryPath"))
555
+ SubjectNameFlagsV4.add_member(:require_dns_as_cn, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireDnsAsCn"))
556
+ SubjectNameFlagsV4.add_member(:require_email, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireEmail"))
557
+ SubjectNameFlagsV4.add_member(:san_require_directory_guid, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireDirectoryGuid"))
558
+ SubjectNameFlagsV4.add_member(:san_require_dns, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireDns"))
559
+ SubjectNameFlagsV4.add_member(:san_require_domain_dns, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireDomainDns"))
560
+ SubjectNameFlagsV4.add_member(:san_require_email, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireEmail"))
561
+ SubjectNameFlagsV4.add_member(:san_require_spn, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireSpn"))
562
+ SubjectNameFlagsV4.add_member(:san_require_upn, Shapes::ShapeRef.new(shape: Boolean, location_name: "SanRequireUpn"))
563
+ SubjectNameFlagsV4.struct_class = Types::SubjectNameFlagsV4
564
+
565
+ TagKeyList.member = Shapes::ShapeRef.new(shape: String)
566
+
567
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "ResourceArn"))
568
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
569
+ TagResourceRequest.struct_class = Types::TagResourceRequest
570
+
571
+ Tags.key = Shapes::ShapeRef.new(shape: String)
572
+ Tags.value = Shapes::ShapeRef.new(shape: String)
573
+
574
+ Template.add_member(:arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "Arn"))
575
+ Template.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "ConnectorArn"))
576
+ Template.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
577
+ Template.add_member(:definition, Shapes::ShapeRef.new(shape: TemplateDefinition, location_name: "Definition"))
578
+ Template.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "Name"))
579
+ Template.add_member(:object_identifier, Shapes::ShapeRef.new(shape: CustomObjectIdentifier, location_name: "ObjectIdentifier"))
580
+ Template.add_member(:policy_schema, Shapes::ShapeRef.new(shape: Integer, location_name: "PolicySchema"))
581
+ Template.add_member(:revision, Shapes::ShapeRef.new(shape: TemplateRevision, location_name: "Revision"))
582
+ Template.add_member(:status, Shapes::ShapeRef.new(shape: TemplateStatus, location_name: "Status"))
583
+ Template.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
584
+ Template.struct_class = Types::Template
585
+
586
+ TemplateDefinition.add_member(:template_v2, Shapes::ShapeRef.new(shape: TemplateV2, location_name: "TemplateV2"))
587
+ TemplateDefinition.add_member(:template_v3, Shapes::ShapeRef.new(shape: TemplateV3, location_name: "TemplateV3"))
588
+ TemplateDefinition.add_member(:template_v4, Shapes::ShapeRef.new(shape: TemplateV4, location_name: "TemplateV4"))
589
+ TemplateDefinition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
590
+ TemplateDefinition.add_member_subclass(:template_v2, Types::TemplateDefinition::TemplateV2)
591
+ TemplateDefinition.add_member_subclass(:template_v3, Types::TemplateDefinition::TemplateV3)
592
+ TemplateDefinition.add_member_subclass(:template_v4, Types::TemplateDefinition::TemplateV4)
593
+ TemplateDefinition.add_member_subclass(:unknown, Types::TemplateDefinition::Unknown)
594
+ TemplateDefinition.struct_class = Types::TemplateDefinition
595
+
596
+ TemplateList.member = Shapes::ShapeRef.new(shape: TemplateSummary)
597
+
598
+ TemplateNameList.member = Shapes::ShapeRef.new(shape: TemplateName)
599
+
600
+ TemplateRevision.add_member(:major_revision, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MajorRevision"))
601
+ TemplateRevision.add_member(:minor_revision, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MinorRevision"))
602
+ TemplateRevision.struct_class = Types::TemplateRevision
603
+
604
+ TemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "Arn"))
605
+ TemplateSummary.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "ConnectorArn"))
606
+ TemplateSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
607
+ TemplateSummary.add_member(:definition, Shapes::ShapeRef.new(shape: TemplateDefinition, location_name: "Definition"))
608
+ TemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "Name"))
609
+ TemplateSummary.add_member(:object_identifier, Shapes::ShapeRef.new(shape: CustomObjectIdentifier, location_name: "ObjectIdentifier"))
610
+ TemplateSummary.add_member(:policy_schema, Shapes::ShapeRef.new(shape: Integer, location_name: "PolicySchema"))
611
+ TemplateSummary.add_member(:revision, Shapes::ShapeRef.new(shape: TemplateRevision, location_name: "Revision"))
612
+ TemplateSummary.add_member(:status, Shapes::ShapeRef.new(shape: TemplateStatus, location_name: "Status"))
613
+ TemplateSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
614
+ TemplateSummary.struct_class = Types::TemplateSummary
615
+
616
+ TemplateV2.add_member(:certificate_validity, Shapes::ShapeRef.new(shape: CertificateValidity, required: true, location_name: "CertificateValidity"))
617
+ TemplateV2.add_member(:enrollment_flags, Shapes::ShapeRef.new(shape: EnrollmentFlagsV2, required: true, location_name: "EnrollmentFlags"))
618
+ TemplateV2.add_member(:extensions, Shapes::ShapeRef.new(shape: ExtensionsV2, required: true, location_name: "Extensions"))
619
+ TemplateV2.add_member(:general_flags, Shapes::ShapeRef.new(shape: GeneralFlagsV2, required: true, location_name: "GeneralFlags"))
620
+ TemplateV2.add_member(:private_key_attributes, Shapes::ShapeRef.new(shape: PrivateKeyAttributesV2, required: true, location_name: "PrivateKeyAttributes"))
621
+ TemplateV2.add_member(:private_key_flags, Shapes::ShapeRef.new(shape: PrivateKeyFlagsV2, required: true, location_name: "PrivateKeyFlags"))
622
+ TemplateV2.add_member(:subject_name_flags, Shapes::ShapeRef.new(shape: SubjectNameFlagsV2, required: true, location_name: "SubjectNameFlags"))
623
+ TemplateV2.add_member(:superseded_templates, Shapes::ShapeRef.new(shape: TemplateNameList, location_name: "SupersededTemplates"))
624
+ TemplateV2.struct_class = Types::TemplateV2
625
+
626
+ TemplateV3.add_member(:certificate_validity, Shapes::ShapeRef.new(shape: CertificateValidity, required: true, location_name: "CertificateValidity"))
627
+ TemplateV3.add_member(:enrollment_flags, Shapes::ShapeRef.new(shape: EnrollmentFlagsV3, required: true, location_name: "EnrollmentFlags"))
628
+ TemplateV3.add_member(:extensions, Shapes::ShapeRef.new(shape: ExtensionsV3, required: true, location_name: "Extensions"))
629
+ TemplateV3.add_member(:general_flags, Shapes::ShapeRef.new(shape: GeneralFlagsV3, required: true, location_name: "GeneralFlags"))
630
+ TemplateV3.add_member(:hash_algorithm, Shapes::ShapeRef.new(shape: HashAlgorithm, required: true, location_name: "HashAlgorithm"))
631
+ TemplateV3.add_member(:private_key_attributes, Shapes::ShapeRef.new(shape: PrivateKeyAttributesV3, required: true, location_name: "PrivateKeyAttributes"))
632
+ TemplateV3.add_member(:private_key_flags, Shapes::ShapeRef.new(shape: PrivateKeyFlagsV3, required: true, location_name: "PrivateKeyFlags"))
633
+ TemplateV3.add_member(:subject_name_flags, Shapes::ShapeRef.new(shape: SubjectNameFlagsV3, required: true, location_name: "SubjectNameFlags"))
634
+ TemplateV3.add_member(:superseded_templates, Shapes::ShapeRef.new(shape: TemplateNameList, location_name: "SupersededTemplates"))
635
+ TemplateV3.struct_class = Types::TemplateV3
636
+
637
+ TemplateV4.add_member(:certificate_validity, Shapes::ShapeRef.new(shape: CertificateValidity, required: true, location_name: "CertificateValidity"))
638
+ TemplateV4.add_member(:enrollment_flags, Shapes::ShapeRef.new(shape: EnrollmentFlagsV4, required: true, location_name: "EnrollmentFlags"))
639
+ TemplateV4.add_member(:extensions, Shapes::ShapeRef.new(shape: ExtensionsV4, required: true, location_name: "Extensions"))
640
+ TemplateV4.add_member(:general_flags, Shapes::ShapeRef.new(shape: GeneralFlagsV4, required: true, location_name: "GeneralFlags"))
641
+ TemplateV4.add_member(:hash_algorithm, Shapes::ShapeRef.new(shape: HashAlgorithm, location_name: "HashAlgorithm"))
642
+ TemplateV4.add_member(:private_key_attributes, Shapes::ShapeRef.new(shape: PrivateKeyAttributesV4, required: true, location_name: "PrivateKeyAttributes"))
643
+ TemplateV4.add_member(:private_key_flags, Shapes::ShapeRef.new(shape: PrivateKeyFlagsV4, required: true, location_name: "PrivateKeyFlags"))
644
+ TemplateV4.add_member(:subject_name_flags, Shapes::ShapeRef.new(shape: SubjectNameFlagsV4, required: true, location_name: "SubjectNameFlags"))
645
+ TemplateV4.add_member(:superseded_templates, Shapes::ShapeRef.new(shape: TemplateNameList, location_name: "SupersededTemplates"))
646
+ TemplateV4.struct_class = Types::TemplateV4
647
+
648
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
649
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "QuotaCode"))
650
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "ServiceCode"))
651
+ ThrottlingException.struct_class = Types::ThrottlingException
652
+
653
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "ResourceArn"))
654
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
655
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
656
+
657
+ UpdateTemplateGroupAccessControlEntryRequest.add_member(:access_rights, Shapes::ShapeRef.new(shape: AccessRights, location_name: "AccessRights"))
658
+ UpdateTemplateGroupAccessControlEntryRequest.add_member(:group_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "GroupDisplayName"))
659
+ UpdateTemplateGroupAccessControlEntryRequest.add_member(:group_security_identifier, Shapes::ShapeRef.new(shape: GroupSecurityIdentifier, required: true, location: "uri", location_name: "GroupSecurityIdentifier"))
660
+ UpdateTemplateGroupAccessControlEntryRequest.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
661
+ UpdateTemplateGroupAccessControlEntryRequest.struct_class = Types::UpdateTemplateGroupAccessControlEntryRequest
662
+
663
+ UpdateTemplateRequest.add_member(:definition, Shapes::ShapeRef.new(shape: TemplateDefinition, location_name: "Definition"))
664
+ UpdateTemplateRequest.add_member(:reenroll_all_certificate_holders, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReenrollAllCertificateHolders"))
665
+ UpdateTemplateRequest.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
666
+ UpdateTemplateRequest.struct_class = Types::UpdateTemplateRequest
667
+
668
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
669
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "Reason"))
670
+ ValidationException.struct_class = Types::ValidationException
671
+
672
+ ValidityPeriod.add_member(:period, Shapes::ShapeRef.new(shape: ValidityPeriodPeriodLong, required: true, location_name: "Period"))
673
+ ValidityPeriod.add_member(:period_type, Shapes::ShapeRef.new(shape: ValidityPeriodType, required: true, location_name: "PeriodType"))
674
+ ValidityPeriod.struct_class = Types::ValidityPeriod
675
+
676
+ VpcInformation.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, required: true, location_name: "SecurityGroupIds"))
677
+ VpcInformation.struct_class = Types::VpcInformation
678
+
679
+
680
+ # @api private
681
+ API = Seahorse::Model::Api.new.tap do |api|
682
+
683
+ api.version = "2018-05-10"
684
+
685
+ api.metadata = {
686
+ "apiVersion" => "2018-05-10",
687
+ "endpointPrefix" => "pca-connector-ad",
688
+ "jsonVersion" => "1.1",
689
+ "protocol" => "rest-json",
690
+ "serviceFullName" => "PcaConnectorAd",
691
+ "serviceId" => "Pca Connector Ad",
692
+ "signatureVersion" => "v4",
693
+ "signingName" => "pca-connector-ad",
694
+ "uid" => "pca-connector-ad-2018-05-10",
695
+ }
696
+
697
+ api.add_operation(:create_connector, Seahorse::Model::Operation.new.tap do |o|
698
+ o.name = "CreateConnector"
699
+ o.http_method = "POST"
700
+ o.http_request_uri = "/connectors"
701
+ o.input = Shapes::ShapeRef.new(shape: CreateConnectorRequest)
702
+ o.output = Shapes::ShapeRef.new(shape: CreateConnectorResponse)
703
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
704
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
705
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
706
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
707
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
708
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
709
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
710
+ end)
711
+
712
+ api.add_operation(:create_directory_registration, Seahorse::Model::Operation.new.tap do |o|
713
+ o.name = "CreateDirectoryRegistration"
714
+ o.http_method = "POST"
715
+ o.http_request_uri = "/directoryRegistrations"
716
+ o.input = Shapes::ShapeRef.new(shape: CreateDirectoryRegistrationRequest)
717
+ o.output = Shapes::ShapeRef.new(shape: CreateDirectoryRegistrationResponse)
718
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
719
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
720
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
721
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
722
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
723
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
724
+ end)
725
+
726
+ api.add_operation(:create_service_principal_name, Seahorse::Model::Operation.new.tap do |o|
727
+ o.name = "CreateServicePrincipalName"
728
+ o.http_method = "POST"
729
+ o.http_request_uri = "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}"
730
+ o.input = Shapes::ShapeRef.new(shape: CreateServicePrincipalNameRequest)
731
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
732
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
733
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
734
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
735
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
736
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
737
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
738
+ end)
739
+
740
+ api.add_operation(:create_template, Seahorse::Model::Operation.new.tap do |o|
741
+ o.name = "CreateTemplate"
742
+ o.http_method = "POST"
743
+ o.http_request_uri = "/templates"
744
+ o.input = Shapes::ShapeRef.new(shape: CreateTemplateRequest)
745
+ o.output = Shapes::ShapeRef.new(shape: CreateTemplateResponse)
746
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
747
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
748
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
749
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
750
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
751
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
752
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
753
+ end)
754
+
755
+ api.add_operation(:create_template_group_access_control_entry, Seahorse::Model::Operation.new.tap do |o|
756
+ o.name = "CreateTemplateGroupAccessControlEntry"
757
+ o.http_method = "POST"
758
+ o.http_request_uri = "/templates/{TemplateArn}/accessControlEntries"
759
+ o.input = Shapes::ShapeRef.new(shape: CreateTemplateGroupAccessControlEntryRequest)
760
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
761
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
762
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
763
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
764
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
765
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
766
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
767
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
768
+ end)
769
+
770
+ api.add_operation(:delete_connector, Seahorse::Model::Operation.new.tap do |o|
771
+ o.name = "DeleteConnector"
772
+ o.http_method = "DELETE"
773
+ o.http_request_uri = "/connectors/{ConnectorArn}"
774
+ o.input = Shapes::ShapeRef.new(shape: DeleteConnectorRequest)
775
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
776
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
777
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
778
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
779
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
780
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
781
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
782
+ end)
783
+
784
+ api.add_operation(:delete_directory_registration, Seahorse::Model::Operation.new.tap do |o|
785
+ o.name = "DeleteDirectoryRegistration"
786
+ o.http_method = "DELETE"
787
+ o.http_request_uri = "/directoryRegistrations/{DirectoryRegistrationArn}"
788
+ o.input = Shapes::ShapeRef.new(shape: DeleteDirectoryRegistrationRequest)
789
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
790
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
791
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
792
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
793
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
794
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
795
+ end)
796
+
797
+ api.add_operation(:delete_service_principal_name, Seahorse::Model::Operation.new.tap do |o|
798
+ o.name = "DeleteServicePrincipalName"
799
+ o.http_method = "DELETE"
800
+ o.http_request_uri = "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}"
801
+ o.input = Shapes::ShapeRef.new(shape: DeleteServicePrincipalNameRequest)
802
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
803
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
804
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
805
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
806
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
807
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
808
+ end)
809
+
810
+ api.add_operation(:delete_template, Seahorse::Model::Operation.new.tap do |o|
811
+ o.name = "DeleteTemplate"
812
+ o.http_method = "DELETE"
813
+ o.http_request_uri = "/templates/{TemplateArn}"
814
+ o.input = Shapes::ShapeRef.new(shape: DeleteTemplateRequest)
815
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
816
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
817
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
818
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
819
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
820
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
821
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
822
+ end)
823
+
824
+ api.add_operation(:delete_template_group_access_control_entry, Seahorse::Model::Operation.new.tap do |o|
825
+ o.name = "DeleteTemplateGroupAccessControlEntry"
826
+ o.http_method = "DELETE"
827
+ o.http_request_uri = "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}"
828
+ o.input = Shapes::ShapeRef.new(shape: DeleteTemplateGroupAccessControlEntryRequest)
829
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
830
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
831
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
832
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
833
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
834
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
835
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
836
+ end)
837
+
838
+ api.add_operation(:get_connector, Seahorse::Model::Operation.new.tap do |o|
839
+ o.name = "GetConnector"
840
+ o.http_method = "GET"
841
+ o.http_request_uri = "/connectors/{ConnectorArn}"
842
+ o.input = Shapes::ShapeRef.new(shape: GetConnectorRequest)
843
+ o.output = Shapes::ShapeRef.new(shape: GetConnectorResponse)
844
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
845
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
846
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
847
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
848
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
849
+ end)
850
+
851
+ api.add_operation(:get_directory_registration, Seahorse::Model::Operation.new.tap do |o|
852
+ o.name = "GetDirectoryRegistration"
853
+ o.http_method = "GET"
854
+ o.http_request_uri = "/directoryRegistrations/{DirectoryRegistrationArn}"
855
+ o.input = Shapes::ShapeRef.new(shape: GetDirectoryRegistrationRequest)
856
+ o.output = Shapes::ShapeRef.new(shape: GetDirectoryRegistrationResponse)
857
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
858
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
859
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
860
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
861
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
862
+ end)
863
+
864
+ api.add_operation(:get_service_principal_name, Seahorse::Model::Operation.new.tap do |o|
865
+ o.name = "GetServicePrincipalName"
866
+ o.http_method = "GET"
867
+ o.http_request_uri = "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}"
868
+ o.input = Shapes::ShapeRef.new(shape: GetServicePrincipalNameRequest)
869
+ o.output = Shapes::ShapeRef.new(shape: GetServicePrincipalNameResponse)
870
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
871
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
872
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
873
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
874
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
875
+ end)
876
+
877
+ api.add_operation(:get_template, Seahorse::Model::Operation.new.tap do |o|
878
+ o.name = "GetTemplate"
879
+ o.http_method = "GET"
880
+ o.http_request_uri = "/templates/{TemplateArn}"
881
+ o.input = Shapes::ShapeRef.new(shape: GetTemplateRequest)
882
+ o.output = Shapes::ShapeRef.new(shape: GetTemplateResponse)
883
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
884
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
885
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
886
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
887
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
888
+ end)
889
+
890
+ api.add_operation(:get_template_group_access_control_entry, Seahorse::Model::Operation.new.tap do |o|
891
+ o.name = "GetTemplateGroupAccessControlEntry"
892
+ o.http_method = "GET"
893
+ o.http_request_uri = "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}"
894
+ o.input = Shapes::ShapeRef.new(shape: GetTemplateGroupAccessControlEntryRequest)
895
+ o.output = Shapes::ShapeRef.new(shape: GetTemplateGroupAccessControlEntryResponse)
896
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
897
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
898
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
899
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
900
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
901
+ end)
902
+
903
+ api.add_operation(:list_connectors, Seahorse::Model::Operation.new.tap do |o|
904
+ o.name = "ListConnectors"
905
+ o.http_method = "GET"
906
+ o.http_request_uri = "/connectors"
907
+ o.input = Shapes::ShapeRef.new(shape: ListConnectorsRequest)
908
+ o.output = Shapes::ShapeRef.new(shape: ListConnectorsResponse)
909
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
910
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
911
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
912
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
913
+ o[:pager] = Aws::Pager.new(
914
+ limit_key: "max_results",
915
+ tokens: {
916
+ "next_token" => "next_token"
917
+ }
918
+ )
919
+ end)
920
+
921
+ api.add_operation(:list_directory_registrations, Seahorse::Model::Operation.new.tap do |o|
922
+ o.name = "ListDirectoryRegistrations"
923
+ o.http_method = "GET"
924
+ o.http_request_uri = "/directoryRegistrations"
925
+ o.input = Shapes::ShapeRef.new(shape: ListDirectoryRegistrationsRequest)
926
+ o.output = Shapes::ShapeRef.new(shape: ListDirectoryRegistrationsResponse)
927
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
928
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
929
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
930
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
931
+ o[:pager] = Aws::Pager.new(
932
+ limit_key: "max_results",
933
+ tokens: {
934
+ "next_token" => "next_token"
935
+ }
936
+ )
937
+ end)
938
+
939
+ api.add_operation(:list_service_principal_names, Seahorse::Model::Operation.new.tap do |o|
940
+ o.name = "ListServicePrincipalNames"
941
+ o.http_method = "GET"
942
+ o.http_request_uri = "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames"
943
+ o.input = Shapes::ShapeRef.new(shape: ListServicePrincipalNamesRequest)
944
+ o.output = Shapes::ShapeRef.new(shape: ListServicePrincipalNamesResponse)
945
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
946
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
947
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
948
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
949
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
950
+ o[:pager] = Aws::Pager.new(
951
+ limit_key: "max_results",
952
+ tokens: {
953
+ "next_token" => "next_token"
954
+ }
955
+ )
956
+ end)
957
+
958
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
959
+ o.name = "ListTagsForResource"
960
+ o.http_method = "GET"
961
+ o.http_request_uri = "/tags/{ResourceArn}"
962
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
963
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
964
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
965
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
966
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
967
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
968
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
969
+ end)
970
+
971
+ api.add_operation(:list_template_group_access_control_entries, Seahorse::Model::Operation.new.tap do |o|
972
+ o.name = "ListTemplateGroupAccessControlEntries"
973
+ o.http_method = "GET"
974
+ o.http_request_uri = "/templates/{TemplateArn}/accessControlEntries"
975
+ o.input = Shapes::ShapeRef.new(shape: ListTemplateGroupAccessControlEntriesRequest)
976
+ o.output = Shapes::ShapeRef.new(shape: ListTemplateGroupAccessControlEntriesResponse)
977
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
978
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
979
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
980
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
981
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
982
+ o[:pager] = Aws::Pager.new(
983
+ limit_key: "max_results",
984
+ tokens: {
985
+ "next_token" => "next_token"
986
+ }
987
+ )
988
+ end)
989
+
990
+ api.add_operation(:list_templates, Seahorse::Model::Operation.new.tap do |o|
991
+ o.name = "ListTemplates"
992
+ o.http_method = "GET"
993
+ o.http_request_uri = "/templates"
994
+ o.input = Shapes::ShapeRef.new(shape: ListTemplatesRequest)
995
+ o.output = Shapes::ShapeRef.new(shape: ListTemplatesResponse)
996
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
997
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
998
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
999
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1000
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1001
+ o[:pager] = Aws::Pager.new(
1002
+ limit_key: "max_results",
1003
+ tokens: {
1004
+ "next_token" => "next_token"
1005
+ }
1006
+ )
1007
+ end)
1008
+
1009
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1010
+ o.name = "TagResource"
1011
+ o.http_method = "POST"
1012
+ o.http_request_uri = "/tags/{ResourceArn}"
1013
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1014
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1015
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1016
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1017
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1018
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1019
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1020
+ end)
1021
+
1022
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1023
+ o.name = "UntagResource"
1024
+ o.http_method = "DELETE"
1025
+ o.http_request_uri = "/tags/{ResourceArn}"
1026
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1027
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1028
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1030
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1031
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1032
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1033
+ end)
1034
+
1035
+ api.add_operation(:update_template, Seahorse::Model::Operation.new.tap do |o|
1036
+ o.name = "UpdateTemplate"
1037
+ o.http_method = "PATCH"
1038
+ o.http_request_uri = "/templates/{TemplateArn}"
1039
+ o.input = Shapes::ShapeRef.new(shape: UpdateTemplateRequest)
1040
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1041
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1042
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1043
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1044
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1045
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1046
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1047
+ end)
1048
+
1049
+ api.add_operation(:update_template_group_access_control_entry, Seahorse::Model::Operation.new.tap do |o|
1050
+ o.name = "UpdateTemplateGroupAccessControlEntry"
1051
+ o.http_method = "PATCH"
1052
+ o.http_request_uri = "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}"
1053
+ o.input = Shapes::ShapeRef.new(shape: UpdateTemplateGroupAccessControlEntryRequest)
1054
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1055
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1056
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1058
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1060
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1061
+ end)
1062
+ end
1063
+
1064
+ end
1065
+ end