aws-sdk-licensemanager 1.82.0 → 1.83.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-licensemanager/client.rb +1012 -11
- data/lib/aws-sdk-licensemanager/client_api.rb +459 -1
- data/lib/aws-sdk-licensemanager/types.rb +1038 -8
- data/lib/aws-sdk-licensemanager.rb +1 -1
- data/sig/client.rbs +462 -9
- data/sig/types.rbs +296 -4
- metadata +1 -1
|
@@ -20,8 +20,11 @@ module Aws::LicenseManager
|
|
|
20
20
|
ActivationOverrideBehavior = Shapes::StringShape.new(name: 'ActivationOverrideBehavior')
|
|
21
21
|
AllowedOperation = Shapes::StringShape.new(name: 'AllowedOperation')
|
|
22
22
|
AllowedOperationList = Shapes::ListShape.new(name: 'AllowedOperationList')
|
|
23
|
+
AndRuleStatement = Shapes::StructureShape.new(name: 'AndRuleStatement')
|
|
23
24
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
24
25
|
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
|
26
|
+
Asset = Shapes::StructureShape.new(name: 'Asset')
|
|
27
|
+
AssetList = Shapes::ListShape.new(name: 'AssetList')
|
|
25
28
|
AuthorizationException = Shapes::StructureShape.new(name: 'AuthorizationException')
|
|
26
29
|
AutomatedDiscoveryInformation = Shapes::StructureShape.new(name: 'AutomatedDiscoveryInformation')
|
|
27
30
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
@@ -46,6 +49,10 @@ module Aws::LicenseManager
|
|
|
46
49
|
CreateGrantResponse = Shapes::StructureShape.new(name: 'CreateGrantResponse')
|
|
47
50
|
CreateGrantVersionRequest = Shapes::StructureShape.new(name: 'CreateGrantVersionRequest')
|
|
48
51
|
CreateGrantVersionResponse = Shapes::StructureShape.new(name: 'CreateGrantVersionResponse')
|
|
52
|
+
CreateLicenseAssetGroupRequest = Shapes::StructureShape.new(name: 'CreateLicenseAssetGroupRequest')
|
|
53
|
+
CreateLicenseAssetGroupResponse = Shapes::StructureShape.new(name: 'CreateLicenseAssetGroupResponse')
|
|
54
|
+
CreateLicenseAssetRulesetRequest = Shapes::StructureShape.new(name: 'CreateLicenseAssetRulesetRequest')
|
|
55
|
+
CreateLicenseAssetRulesetResponse = Shapes::StructureShape.new(name: 'CreateLicenseAssetRulesetResponse')
|
|
49
56
|
CreateLicenseConfigurationRequest = Shapes::StructureShape.new(name: 'CreateLicenseConfigurationRequest')
|
|
50
57
|
CreateLicenseConfigurationResponse = Shapes::StructureShape.new(name: 'CreateLicenseConfigurationResponse')
|
|
51
58
|
CreateLicenseConversionTaskForResourceRequest = Shapes::StructureShape.new(name: 'CreateLicenseConversionTaskForResourceRequest')
|
|
@@ -58,10 +65,16 @@ module Aws::LicenseManager
|
|
|
58
65
|
CreateLicenseVersionResponse = Shapes::StructureShape.new(name: 'CreateLicenseVersionResponse')
|
|
59
66
|
CreateTokenRequest = Shapes::StructureShape.new(name: 'CreateTokenRequest')
|
|
60
67
|
CreateTokenResponse = Shapes::StructureShape.new(name: 'CreateTokenResponse')
|
|
68
|
+
CrossAccountDiscoveryServiceStatus = Shapes::StructureShape.new(name: 'CrossAccountDiscoveryServiceStatus')
|
|
69
|
+
CrossRegionDiscoveryStatus = Shapes::StructureShape.new(name: 'CrossRegionDiscoveryStatus')
|
|
61
70
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime')
|
|
62
71
|
DatetimeRange = Shapes::StructureShape.new(name: 'DatetimeRange')
|
|
63
72
|
DeleteGrantRequest = Shapes::StructureShape.new(name: 'DeleteGrantRequest')
|
|
64
73
|
DeleteGrantResponse = Shapes::StructureShape.new(name: 'DeleteGrantResponse')
|
|
74
|
+
DeleteLicenseAssetGroupRequest = Shapes::StructureShape.new(name: 'DeleteLicenseAssetGroupRequest')
|
|
75
|
+
DeleteLicenseAssetGroupResponse = Shapes::StructureShape.new(name: 'DeleteLicenseAssetGroupResponse')
|
|
76
|
+
DeleteLicenseAssetRulesetRequest = Shapes::StructureShape.new(name: 'DeleteLicenseAssetRulesetRequest')
|
|
77
|
+
DeleteLicenseAssetRulesetResponse = Shapes::StructureShape.new(name: 'DeleteLicenseAssetRulesetResponse')
|
|
65
78
|
DeleteLicenseConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteLicenseConfigurationRequest')
|
|
66
79
|
DeleteLicenseConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteLicenseConfigurationResponse')
|
|
67
80
|
DeleteLicenseManagerReportGeneratorRequest = Shapes::StructureShape.new(name: 'DeleteLicenseManagerReportGeneratorRequest')
|
|
@@ -94,6 +107,10 @@ module Aws::LicenseManager
|
|
|
94
107
|
GetAccessTokenResponse = Shapes::StructureShape.new(name: 'GetAccessTokenResponse')
|
|
95
108
|
GetGrantRequest = Shapes::StructureShape.new(name: 'GetGrantRequest')
|
|
96
109
|
GetGrantResponse = Shapes::StructureShape.new(name: 'GetGrantResponse')
|
|
110
|
+
GetLicenseAssetGroupRequest = Shapes::StructureShape.new(name: 'GetLicenseAssetGroupRequest')
|
|
111
|
+
GetLicenseAssetGroupResponse = Shapes::StructureShape.new(name: 'GetLicenseAssetGroupResponse')
|
|
112
|
+
GetLicenseAssetRulesetRequest = Shapes::StructureShape.new(name: 'GetLicenseAssetRulesetRequest')
|
|
113
|
+
GetLicenseAssetRulesetResponse = Shapes::StructureShape.new(name: 'GetLicenseAssetRulesetResponse')
|
|
97
114
|
GetLicenseConfigurationRequest = Shapes::StructureShape.new(name: 'GetLicenseConfigurationRequest')
|
|
98
115
|
GetLicenseConfigurationResponse = Shapes::StructureShape.new(name: 'GetLicenseConfigurationResponse')
|
|
99
116
|
GetLicenseConversionTaskRequest = Shapes::StructureShape.new(name: 'GetLicenseConversionTaskRequest')
|
|
@@ -112,6 +129,7 @@ module Aws::LicenseManager
|
|
|
112
129
|
GrantedLicense = Shapes::StructureShape.new(name: 'GrantedLicense')
|
|
113
130
|
GrantedLicenseList = Shapes::ListShape.new(name: 'GrantedLicenseList')
|
|
114
131
|
ISO8601DateTime = Shapes::StringShape.new(name: 'ISO8601DateTime')
|
|
132
|
+
InstanceRuleStatement = Shapes::StructureShape.new(name: 'InstanceRuleStatement')
|
|
115
133
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
116
134
|
InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
|
|
117
135
|
InvalidResourceStateException = Shapes::StructureShape.new(name: 'InvalidResourceStateException')
|
|
@@ -121,9 +139,24 @@ module Aws::LicenseManager
|
|
|
121
139
|
Issuer = Shapes::StructureShape.new(name: 'Issuer')
|
|
122
140
|
IssuerDetails = Shapes::StructureShape.new(name: 'IssuerDetails')
|
|
123
141
|
License = Shapes::StructureShape.new(name: 'License')
|
|
142
|
+
LicenseAssetGroup = Shapes::StructureShape.new(name: 'LicenseAssetGroup')
|
|
143
|
+
LicenseAssetGroupConfiguration = Shapes::StructureShape.new(name: 'LicenseAssetGroupConfiguration')
|
|
144
|
+
LicenseAssetGroupConfigurationList = Shapes::ListShape.new(name: 'LicenseAssetGroupConfigurationList')
|
|
145
|
+
LicenseAssetGroupList = Shapes::ListShape.new(name: 'LicenseAssetGroupList')
|
|
146
|
+
LicenseAssetGroupProperty = Shapes::StructureShape.new(name: 'LicenseAssetGroupProperty')
|
|
147
|
+
LicenseAssetGroupPropertyList = Shapes::ListShape.new(name: 'LicenseAssetGroupPropertyList')
|
|
148
|
+
LicenseAssetGroupStatus = Shapes::StringShape.new(name: 'LicenseAssetGroupStatus')
|
|
149
|
+
LicenseAssetResourceDescription = Shapes::StringShape.new(name: 'LicenseAssetResourceDescription')
|
|
150
|
+
LicenseAssetResourceName = Shapes::StringShape.new(name: 'LicenseAssetResourceName')
|
|
151
|
+
LicenseAssetRule = Shapes::StructureShape.new(name: 'LicenseAssetRule')
|
|
152
|
+
LicenseAssetRuleList = Shapes::ListShape.new(name: 'LicenseAssetRuleList')
|
|
153
|
+
LicenseAssetRuleset = Shapes::StructureShape.new(name: 'LicenseAssetRuleset')
|
|
154
|
+
LicenseAssetRulesetArnList = Shapes::ListShape.new(name: 'LicenseAssetRulesetArnList')
|
|
155
|
+
LicenseAssetRulesetList = Shapes::ListShape.new(name: 'LicenseAssetRulesetList')
|
|
124
156
|
LicenseConfiguration = Shapes::StructureShape.new(name: 'LicenseConfiguration')
|
|
125
157
|
LicenseConfigurationAssociation = Shapes::StructureShape.new(name: 'LicenseConfigurationAssociation')
|
|
126
158
|
LicenseConfigurationAssociations = Shapes::ListShape.new(name: 'LicenseConfigurationAssociations')
|
|
159
|
+
LicenseConfigurationRuleStatement = Shapes::StructureShape.new(name: 'LicenseConfigurationRuleStatement')
|
|
127
160
|
LicenseConfigurationStatus = Shapes::StringShape.new(name: 'LicenseConfigurationStatus')
|
|
128
161
|
LicenseConfigurationUsage = Shapes::StructureShape.new(name: 'LicenseConfigurationUsage')
|
|
129
162
|
LicenseConfigurationUsageList = Shapes::ListShape.new(name: 'LicenseConfigurationUsageList')
|
|
@@ -138,17 +171,26 @@ module Aws::LicenseManager
|
|
|
138
171
|
LicenseList = Shapes::ListShape.new(name: 'LicenseList')
|
|
139
172
|
LicenseOperationFailure = Shapes::StructureShape.new(name: 'LicenseOperationFailure')
|
|
140
173
|
LicenseOperationFailureList = Shapes::ListShape.new(name: 'LicenseOperationFailureList')
|
|
174
|
+
LicenseRuleStatement = Shapes::StructureShape.new(name: 'LicenseRuleStatement')
|
|
141
175
|
LicenseSpecification = Shapes::StructureShape.new(name: 'LicenseSpecification')
|
|
142
176
|
LicenseSpecifications = Shapes::ListShape.new(name: 'LicenseSpecifications')
|
|
143
177
|
LicenseStatus = Shapes::StringShape.new(name: 'LicenseStatus')
|
|
144
178
|
LicenseUsage = Shapes::StructureShape.new(name: 'LicenseUsage')
|
|
145
179
|
LicenseUsageException = Shapes::StructureShape.new(name: 'LicenseUsageException')
|
|
180
|
+
ListAssetsForLicenseAssetGroupRequest = Shapes::StructureShape.new(name: 'ListAssetsForLicenseAssetGroupRequest')
|
|
181
|
+
ListAssetsForLicenseAssetGroupResponse = Shapes::StructureShape.new(name: 'ListAssetsForLicenseAssetGroupResponse')
|
|
146
182
|
ListAssociationsForLicenseConfigurationRequest = Shapes::StructureShape.new(name: 'ListAssociationsForLicenseConfigurationRequest')
|
|
147
183
|
ListAssociationsForLicenseConfigurationResponse = Shapes::StructureShape.new(name: 'ListAssociationsForLicenseConfigurationResponse')
|
|
148
184
|
ListDistributedGrantsRequest = Shapes::StructureShape.new(name: 'ListDistributedGrantsRequest')
|
|
149
185
|
ListDistributedGrantsResponse = Shapes::StructureShape.new(name: 'ListDistributedGrantsResponse')
|
|
150
186
|
ListFailuresForLicenseConfigurationOperationsRequest = Shapes::StructureShape.new(name: 'ListFailuresForLicenseConfigurationOperationsRequest')
|
|
151
187
|
ListFailuresForLicenseConfigurationOperationsResponse = Shapes::StructureShape.new(name: 'ListFailuresForLicenseConfigurationOperationsResponse')
|
|
188
|
+
ListLicenseAssetGroupsRequest = Shapes::StructureShape.new(name: 'ListLicenseAssetGroupsRequest')
|
|
189
|
+
ListLicenseAssetGroupsResponse = Shapes::StructureShape.new(name: 'ListLicenseAssetGroupsResponse')
|
|
190
|
+
ListLicenseAssetRulesetsRequest = Shapes::StructureShape.new(name: 'ListLicenseAssetRulesetsRequest')
|
|
191
|
+
ListLicenseAssetRulesetsResponse = Shapes::StructureShape.new(name: 'ListLicenseAssetRulesetsResponse')
|
|
192
|
+
ListLicenseConfigurationsForOrganizationRequest = Shapes::StructureShape.new(name: 'ListLicenseConfigurationsForOrganizationRequest')
|
|
193
|
+
ListLicenseConfigurationsForOrganizationResponse = Shapes::StructureShape.new(name: 'ListLicenseConfigurationsForOrganizationResponse')
|
|
152
194
|
ListLicenseConfigurationsRequest = Shapes::StructureShape.new(name: 'ListLicenseConfigurationsRequest')
|
|
153
195
|
ListLicenseConfigurationsResponse = Shapes::StructureShape.new(name: 'ListLicenseConfigurationsResponse')
|
|
154
196
|
ListLicenseConversionTasksRequest = Shapes::StructureShape.new(name: 'ListLicenseConversionTasksRequest')
|
|
@@ -181,6 +223,8 @@ module Aws::LicenseManager
|
|
|
181
223
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
182
224
|
ManagedResourceSummary = Shapes::StructureShape.new(name: 'ManagedResourceSummary')
|
|
183
225
|
ManagedResourceSummaryList = Shapes::ListShape.new(name: 'ManagedResourceSummaryList')
|
|
226
|
+
MatchingRuleStatement = Shapes::StructureShape.new(name: 'MatchingRuleStatement')
|
|
227
|
+
MatchingRuleStatementList = Shapes::ListShape.new(name: 'MatchingRuleStatementList')
|
|
184
228
|
MaxSize100 = Shapes::IntegerShape.new(name: 'MaxSize100')
|
|
185
229
|
MaxSize3StringList = Shapes::ListShape.new(name: 'MaxSize3StringList')
|
|
186
230
|
Message = Shapes::StringShape.new(name: 'Message')
|
|
@@ -188,6 +232,7 @@ module Aws::LicenseManager
|
|
|
188
232
|
MetadataList = Shapes::ListShape.new(name: 'MetadataList')
|
|
189
233
|
NoEntitlementsAllowedException = Shapes::StructureShape.new(name: 'NoEntitlementsAllowedException')
|
|
190
234
|
Options = Shapes::StructureShape.new(name: 'Options')
|
|
235
|
+
OrRuleStatement = Shapes::StructureShape.new(name: 'OrRuleStatement')
|
|
191
236
|
OrganizationConfiguration = Shapes::StructureShape.new(name: 'OrganizationConfiguration')
|
|
192
237
|
PrincipalArnList = Shapes::ListShape.new(name: 'PrincipalArnList')
|
|
193
238
|
ProductCodeId = Shapes::StringShape.new(name: 'ProductCodeId')
|
|
@@ -203,6 +248,8 @@ module Aws::LicenseManager
|
|
|
203
248
|
ReceivedMetadata = Shapes::StructureShape.new(name: 'ReceivedMetadata')
|
|
204
249
|
ReceivedStatus = Shapes::StringShape.new(name: 'ReceivedStatus')
|
|
205
250
|
RedirectException = Shapes::StructureShape.new(name: 'RedirectException')
|
|
251
|
+
RegionStatus = Shapes::StructureShape.new(name: 'RegionStatus')
|
|
252
|
+
RegionStatusMap = Shapes::MapShape.new(name: 'RegionStatusMap')
|
|
206
253
|
RejectGrantRequest = Shapes::StructureShape.new(name: 'RejectGrantRequest')
|
|
207
254
|
RejectGrantResponse = Shapes::StructureShape.new(name: 'RejectGrantResponse')
|
|
208
255
|
RenewType = Shapes::StringShape.new(name: 'RenewType')
|
|
@@ -219,8 +266,12 @@ module Aws::LicenseManager
|
|
|
219
266
|
ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
|
|
220
267
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
221
268
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
|
269
|
+
RuleStatement = Shapes::StructureShape.new(name: 'RuleStatement')
|
|
222
270
|
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
|
271
|
+
ScriptRuleStatement = Shapes::StructureShape.new(name: 'ScriptRuleStatement')
|
|
272
|
+
ScriptRuleStatementList = Shapes::ListShape.new(name: 'ScriptRuleStatementList')
|
|
223
273
|
ServerInternalException = Shapes::StructureShape.new(name: 'ServerInternalException')
|
|
274
|
+
ServiceStatus = Shapes::StructureShape.new(name: 'ServiceStatus')
|
|
224
275
|
SignedToken = Shapes::StringShape.new(name: 'SignedToken')
|
|
225
276
|
StatusReasonMessage = Shapes::StringShape.new(name: 'StatusReasonMessage')
|
|
226
277
|
String = Shapes::StringShape.new(name: 'String')
|
|
@@ -237,6 +288,10 @@ module Aws::LicenseManager
|
|
|
237
288
|
UnsupportedDigitalSignatureMethodException = Shapes::StructureShape.new(name: 'UnsupportedDigitalSignatureMethodException')
|
|
238
289
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
239
290
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
291
|
+
UpdateLicenseAssetGroupRequest = Shapes::StructureShape.new(name: 'UpdateLicenseAssetGroupRequest')
|
|
292
|
+
UpdateLicenseAssetGroupResponse = Shapes::StructureShape.new(name: 'UpdateLicenseAssetGroupResponse')
|
|
293
|
+
UpdateLicenseAssetRulesetRequest = Shapes::StructureShape.new(name: 'UpdateLicenseAssetRulesetRequest')
|
|
294
|
+
UpdateLicenseAssetRulesetResponse = Shapes::StructureShape.new(name: 'UpdateLicenseAssetRulesetResponse')
|
|
240
295
|
UpdateLicenseConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateLicenseConfigurationRequest')
|
|
241
296
|
UpdateLicenseConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateLicenseConfigurationResponse')
|
|
242
297
|
UpdateLicenseManagerReportGeneratorRequest = Shapes::StructureShape.new(name: 'UpdateLicenseManagerReportGeneratorRequest')
|
|
@@ -261,8 +316,18 @@ module Aws::LicenseManager
|
|
|
261
316
|
|
|
262
317
|
AllowedOperationList.member = Shapes::ShapeRef.new(shape: AllowedOperation)
|
|
263
318
|
|
|
319
|
+
AndRuleStatement.add_member(:matching_rule_statements, Shapes::ShapeRef.new(shape: MatchingRuleStatementList, location_name: "MatchingRuleStatements"))
|
|
320
|
+
AndRuleStatement.add_member(:script_rule_statements, Shapes::ShapeRef.new(shape: ScriptRuleStatementList, location_name: "ScriptRuleStatements"))
|
|
321
|
+
AndRuleStatement.struct_class = Types::AndRuleStatement
|
|
322
|
+
|
|
264
323
|
ArnList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
265
324
|
|
|
325
|
+
Asset.add_member(:asset_arn, Shapes::ShapeRef.new(shape: String, location_name: "AssetArn"))
|
|
326
|
+
Asset.add_member(:latest_asset_discovery_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LatestAssetDiscoveryTime"))
|
|
327
|
+
Asset.struct_class = Types::Asset
|
|
328
|
+
|
|
329
|
+
AssetList.member = Shapes::ShapeRef.new(shape: Asset)
|
|
330
|
+
|
|
266
331
|
AuthorizationException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
267
332
|
AuthorizationException.struct_class = Types::AuthorizationException
|
|
268
333
|
|
|
@@ -359,6 +424,29 @@ module Aws::LicenseManager
|
|
|
359
424
|
CreateGrantVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
|
|
360
425
|
CreateGrantVersionResponse.struct_class = Types::CreateGrantVersionResponse
|
|
361
426
|
|
|
427
|
+
CreateLicenseAssetGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: LicenseAssetResourceName, required: true, location_name: "Name"))
|
|
428
|
+
CreateLicenseAssetGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: LicenseAssetResourceDescription, location_name: "Description"))
|
|
429
|
+
CreateLicenseAssetGroupRequest.add_member(:license_asset_group_configurations, Shapes::ShapeRef.new(shape: LicenseAssetGroupConfigurationList, required: true, location_name: "LicenseAssetGroupConfigurations"))
|
|
430
|
+
CreateLicenseAssetGroupRequest.add_member(:associated_license_asset_ruleset_arns, Shapes::ShapeRef.new(shape: LicenseAssetRulesetArnList, required: true, location_name: "AssociatedLicenseAssetRulesetARNs"))
|
|
431
|
+
CreateLicenseAssetGroupRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LicenseAssetGroupPropertyList, location_name: "Properties"))
|
|
432
|
+
CreateLicenseAssetGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
433
|
+
CreateLicenseAssetGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken"))
|
|
434
|
+
CreateLicenseAssetGroupRequest.struct_class = Types::CreateLicenseAssetGroupRequest
|
|
435
|
+
|
|
436
|
+
CreateLicenseAssetGroupResponse.add_member(:license_asset_group_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseAssetGroupArn"))
|
|
437
|
+
CreateLicenseAssetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
|
|
438
|
+
CreateLicenseAssetGroupResponse.struct_class = Types::CreateLicenseAssetGroupResponse
|
|
439
|
+
|
|
440
|
+
CreateLicenseAssetRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: LicenseAssetResourceName, required: true, location_name: "Name"))
|
|
441
|
+
CreateLicenseAssetRulesetRequest.add_member(:description, Shapes::ShapeRef.new(shape: LicenseAssetResourceDescription, location_name: "Description"))
|
|
442
|
+
CreateLicenseAssetRulesetRequest.add_member(:rules, Shapes::ShapeRef.new(shape: LicenseAssetRuleList, required: true, location_name: "Rules"))
|
|
443
|
+
CreateLicenseAssetRulesetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
444
|
+
CreateLicenseAssetRulesetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken"))
|
|
445
|
+
CreateLicenseAssetRulesetRequest.struct_class = Types::CreateLicenseAssetRulesetRequest
|
|
446
|
+
|
|
447
|
+
CreateLicenseAssetRulesetResponse.add_member(:license_asset_ruleset_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseAssetRulesetArn"))
|
|
448
|
+
CreateLicenseAssetRulesetResponse.struct_class = Types::CreateLicenseAssetRulesetResponse
|
|
449
|
+
|
|
362
450
|
CreateLicenseConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
|
363
451
|
CreateLicenseConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
364
452
|
CreateLicenseConfigurationRequest.add_member(:license_counting_type, Shapes::ShapeRef.new(shape: LicenseCountingType, required: true, location_name: "LicenseCountingType"))
|
|
@@ -368,6 +456,7 @@ module Aws::LicenseManager
|
|
|
368
456
|
CreateLicenseConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
369
457
|
CreateLicenseConfigurationRequest.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
|
|
370
458
|
CreateLicenseConfigurationRequest.add_member(:product_information_list, Shapes::ShapeRef.new(shape: ProductInformationList, location_name: "ProductInformationList"))
|
|
459
|
+
CreateLicenseConfigurationRequest.add_member(:license_expiry, Shapes::ShapeRef.new(shape: BoxLong, location_name: "LicenseExpiry"))
|
|
371
460
|
CreateLicenseConfigurationRequest.struct_class = Types::CreateLicenseConfigurationRequest
|
|
372
461
|
|
|
373
462
|
CreateLicenseConfigurationResponse.add_member(:license_configuration_arn, Shapes::ShapeRef.new(shape: String, location_name: "LicenseConfigurationArn"))
|
|
@@ -443,6 +532,12 @@ module Aws::LicenseManager
|
|
|
443
532
|
CreateTokenResponse.add_member(:token, Shapes::ShapeRef.new(shape: TokenString, location_name: "Token"))
|
|
444
533
|
CreateTokenResponse.struct_class = Types::CreateTokenResponse
|
|
445
534
|
|
|
535
|
+
CrossAccountDiscoveryServiceStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
536
|
+
CrossAccountDiscoveryServiceStatus.struct_class = Types::CrossAccountDiscoveryServiceStatus
|
|
537
|
+
|
|
538
|
+
CrossRegionDiscoveryStatus.add_member(:message, Shapes::ShapeRef.new(shape: RegionStatusMap, location_name: "Message"))
|
|
539
|
+
CrossRegionDiscoveryStatus.struct_class = Types::CrossRegionDiscoveryStatus
|
|
540
|
+
|
|
446
541
|
DatetimeRange.add_member(:begin, Shapes::ShapeRef.new(shape: ISO8601DateTime, required: true, location_name: "Begin"))
|
|
447
542
|
DatetimeRange.add_member(:end, Shapes::ShapeRef.new(shape: ISO8601DateTime, location_name: "End"))
|
|
448
543
|
DatetimeRange.struct_class = Types::DatetimeRange
|
|
@@ -457,6 +552,17 @@ module Aws::LicenseManager
|
|
|
457
552
|
DeleteGrantResponse.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
|
|
458
553
|
DeleteGrantResponse.struct_class = Types::DeleteGrantResponse
|
|
459
554
|
|
|
555
|
+
DeleteLicenseAssetGroupRequest.add_member(:license_asset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseAssetGroupArn"))
|
|
556
|
+
DeleteLicenseAssetGroupRequest.struct_class = Types::DeleteLicenseAssetGroupRequest
|
|
557
|
+
|
|
558
|
+
DeleteLicenseAssetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: LicenseAssetGroupStatus, required: true, location_name: "Status"))
|
|
559
|
+
DeleteLicenseAssetGroupResponse.struct_class = Types::DeleteLicenseAssetGroupResponse
|
|
560
|
+
|
|
561
|
+
DeleteLicenseAssetRulesetRequest.add_member(:license_asset_ruleset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseAssetRulesetArn"))
|
|
562
|
+
DeleteLicenseAssetRulesetRequest.struct_class = Types::DeleteLicenseAssetRulesetRequest
|
|
563
|
+
|
|
564
|
+
DeleteLicenseAssetRulesetResponse.struct_class = Types::DeleteLicenseAssetRulesetResponse
|
|
565
|
+
|
|
460
566
|
DeleteLicenseConfigurationRequest.add_member(:license_configuration_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseConfigurationArn"))
|
|
461
567
|
DeleteLicenseConfigurationRequest.struct_class = Types::DeleteLicenseConfigurationRequest
|
|
462
568
|
|
|
@@ -547,6 +653,18 @@ module Aws::LicenseManager
|
|
|
547
653
|
GetGrantResponse.add_member(:grant, Shapes::ShapeRef.new(shape: Grant, location_name: "Grant"))
|
|
548
654
|
GetGrantResponse.struct_class = Types::GetGrantResponse
|
|
549
655
|
|
|
656
|
+
GetLicenseAssetGroupRequest.add_member(:license_asset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseAssetGroupArn"))
|
|
657
|
+
GetLicenseAssetGroupRequest.struct_class = Types::GetLicenseAssetGroupRequest
|
|
658
|
+
|
|
659
|
+
GetLicenseAssetGroupResponse.add_member(:license_asset_group, Shapes::ShapeRef.new(shape: LicenseAssetGroup, required: true, location_name: "LicenseAssetGroup"))
|
|
660
|
+
GetLicenseAssetGroupResponse.struct_class = Types::GetLicenseAssetGroupResponse
|
|
661
|
+
|
|
662
|
+
GetLicenseAssetRulesetRequest.add_member(:license_asset_ruleset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseAssetRulesetArn"))
|
|
663
|
+
GetLicenseAssetRulesetRequest.struct_class = Types::GetLicenseAssetRulesetRequest
|
|
664
|
+
|
|
665
|
+
GetLicenseAssetRulesetResponse.add_member(:license_asset_ruleset, Shapes::ShapeRef.new(shape: LicenseAssetRuleset, required: true, location_name: "LicenseAssetRuleset"))
|
|
666
|
+
GetLicenseAssetRulesetResponse.struct_class = Types::GetLicenseAssetRulesetResponse
|
|
667
|
+
|
|
550
668
|
GetLicenseConfigurationRequest.add_member(:license_configuration_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseConfigurationArn"))
|
|
551
669
|
GetLicenseConfigurationRequest.struct_class = Types::GetLicenseConfigurationRequest
|
|
552
670
|
|
|
@@ -567,6 +685,7 @@ module Aws::LicenseManager
|
|
|
567
685
|
GetLicenseConfigurationResponse.add_member(:product_information_list, Shapes::ShapeRef.new(shape: ProductInformationList, location_name: "ProductInformationList"))
|
|
568
686
|
GetLicenseConfigurationResponse.add_member(:automated_discovery_information, Shapes::ShapeRef.new(shape: AutomatedDiscoveryInformation, location_name: "AutomatedDiscoveryInformation"))
|
|
569
687
|
GetLicenseConfigurationResponse.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
|
|
688
|
+
GetLicenseConfigurationResponse.add_member(:license_expiry, Shapes::ShapeRef.new(shape: BoxLong, location_name: "LicenseExpiry"))
|
|
570
689
|
GetLicenseConfigurationResponse.struct_class = Types::GetLicenseConfigurationResponse
|
|
571
690
|
|
|
572
691
|
GetLicenseConversionTaskRequest.add_member(:license_conversion_task_id, Shapes::ShapeRef.new(shape: LicenseConversionTaskId, required: true, location_name: "LicenseConversionTaskId"))
|
|
@@ -609,6 +728,9 @@ module Aws::LicenseManager
|
|
|
609
728
|
GetServiceSettingsResponse.add_member(:organization_configuration, Shapes::ShapeRef.new(shape: OrganizationConfiguration, location_name: "OrganizationConfiguration"))
|
|
610
729
|
GetServiceSettingsResponse.add_member(:enable_cross_accounts_discovery, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "EnableCrossAccountsDiscovery"))
|
|
611
730
|
GetServiceSettingsResponse.add_member(:license_manager_resource_share_arn, Shapes::ShapeRef.new(shape: String, location_name: "LicenseManagerResourceShareArn"))
|
|
731
|
+
GetServiceSettingsResponse.add_member(:cross_region_discovery_home_region, Shapes::ShapeRef.new(shape: String, location_name: "CrossRegionDiscoveryHomeRegion"))
|
|
732
|
+
GetServiceSettingsResponse.add_member(:cross_region_discovery_source_regions, Shapes::ShapeRef.new(shape: StringList, location_name: "CrossRegionDiscoverySourceRegions"))
|
|
733
|
+
GetServiceSettingsResponse.add_member(:service_status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "ServiceStatus"))
|
|
612
734
|
GetServiceSettingsResponse.struct_class = Types::GetServiceSettingsResponse
|
|
613
735
|
|
|
614
736
|
Grant.add_member(:grant_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "GrantArn"))
|
|
@@ -645,6 +767,12 @@ module Aws::LicenseManager
|
|
|
645
767
|
|
|
646
768
|
GrantedLicenseList.member = Shapes::ShapeRef.new(shape: GrantedLicense)
|
|
647
769
|
|
|
770
|
+
InstanceRuleStatement.add_member(:and_rule_statement, Shapes::ShapeRef.new(shape: AndRuleStatement, location_name: "AndRuleStatement"))
|
|
771
|
+
InstanceRuleStatement.add_member(:or_rule_statement, Shapes::ShapeRef.new(shape: OrRuleStatement, location_name: "OrRuleStatement"))
|
|
772
|
+
InstanceRuleStatement.add_member(:matching_rule_statement, Shapes::ShapeRef.new(shape: MatchingRuleStatement, location_name: "MatchingRuleStatement"))
|
|
773
|
+
InstanceRuleStatement.add_member(:script_rule_statement, Shapes::ShapeRef.new(shape: ScriptRuleStatement, location_name: "ScriptRuleStatement"))
|
|
774
|
+
InstanceRuleStatement.struct_class = Types::InstanceRuleStatement
|
|
775
|
+
|
|
648
776
|
InvalidParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
649
777
|
InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
|
|
650
778
|
|
|
@@ -683,6 +811,46 @@ module Aws::LicenseManager
|
|
|
683
811
|
License.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
|
|
684
812
|
License.struct_class = Types::License
|
|
685
813
|
|
|
814
|
+
LicenseAssetGroup.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
|
815
|
+
LicenseAssetGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
816
|
+
LicenseAssetGroup.add_member(:license_asset_group_configurations, Shapes::ShapeRef.new(shape: LicenseAssetGroupConfigurationList, location_name: "LicenseAssetGroupConfigurations"))
|
|
817
|
+
LicenseAssetGroup.add_member(:associated_license_asset_ruleset_arns, Shapes::ShapeRef.new(shape: LicenseAssetRulesetArnList, required: true, location_name: "AssociatedLicenseAssetRulesetARNs"))
|
|
818
|
+
LicenseAssetGroup.add_member(:properties, Shapes::ShapeRef.new(shape: LicenseAssetGroupPropertyList, location_name: "Properties"))
|
|
819
|
+
LicenseAssetGroup.add_member(:license_asset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseAssetGroupArn"))
|
|
820
|
+
LicenseAssetGroup.add_member(:status, Shapes::ShapeRef.new(shape: LicenseAssetGroupStatus, required: true, location_name: "Status"))
|
|
821
|
+
LicenseAssetGroup.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
|
822
|
+
LicenseAssetGroup.add_member(:latest_usage_analysis_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LatestUsageAnalysisTime"))
|
|
823
|
+
LicenseAssetGroup.add_member(:latest_resource_discovery_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LatestResourceDiscoveryTime"))
|
|
824
|
+
LicenseAssetGroup.struct_class = Types::LicenseAssetGroup
|
|
825
|
+
|
|
826
|
+
LicenseAssetGroupConfiguration.add_member(:usage_dimension, Shapes::ShapeRef.new(shape: String, location_name: "UsageDimension"))
|
|
827
|
+
LicenseAssetGroupConfiguration.struct_class = Types::LicenseAssetGroupConfiguration
|
|
828
|
+
|
|
829
|
+
LicenseAssetGroupConfigurationList.member = Shapes::ShapeRef.new(shape: LicenseAssetGroupConfiguration)
|
|
830
|
+
|
|
831
|
+
LicenseAssetGroupList.member = Shapes::ShapeRef.new(shape: LicenseAssetGroup)
|
|
832
|
+
|
|
833
|
+
LicenseAssetGroupProperty.add_member(:key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Key"))
|
|
834
|
+
LicenseAssetGroupProperty.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
|
835
|
+
LicenseAssetGroupProperty.struct_class = Types::LicenseAssetGroupProperty
|
|
836
|
+
|
|
837
|
+
LicenseAssetGroupPropertyList.member = Shapes::ShapeRef.new(shape: LicenseAssetGroupProperty)
|
|
838
|
+
|
|
839
|
+
LicenseAssetRule.add_member(:rule_statement, Shapes::ShapeRef.new(shape: RuleStatement, required: true, location_name: "RuleStatement"))
|
|
840
|
+
LicenseAssetRule.struct_class = Types::LicenseAssetRule
|
|
841
|
+
|
|
842
|
+
LicenseAssetRuleList.member = Shapes::ShapeRef.new(shape: LicenseAssetRule)
|
|
843
|
+
|
|
844
|
+
LicenseAssetRuleset.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
|
845
|
+
LicenseAssetRuleset.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
846
|
+
LicenseAssetRuleset.add_member(:rules, Shapes::ShapeRef.new(shape: LicenseAssetRuleList, required: true, location_name: "Rules"))
|
|
847
|
+
LicenseAssetRuleset.add_member(:license_asset_ruleset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseAssetRulesetArn"))
|
|
848
|
+
LicenseAssetRuleset.struct_class = Types::LicenseAssetRuleset
|
|
849
|
+
|
|
850
|
+
LicenseAssetRulesetArnList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
851
|
+
|
|
852
|
+
LicenseAssetRulesetList.member = Shapes::ShapeRef.new(shape: LicenseAssetRuleset)
|
|
853
|
+
|
|
686
854
|
LicenseConfiguration.add_member(:license_configuration_id, Shapes::ShapeRef.new(shape: String, location_name: "LicenseConfigurationId"))
|
|
687
855
|
LicenseConfiguration.add_member(:license_configuration_arn, Shapes::ShapeRef.new(shape: String, location_name: "LicenseConfigurationArn"))
|
|
688
856
|
LicenseConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
@@ -699,6 +867,7 @@ module Aws::LicenseManager
|
|
|
699
867
|
LicenseConfiguration.add_member(:managed_resource_summary_list, Shapes::ShapeRef.new(shape: ManagedResourceSummaryList, location_name: "ManagedResourceSummaryList"))
|
|
700
868
|
LicenseConfiguration.add_member(:product_information_list, Shapes::ShapeRef.new(shape: ProductInformationList, location_name: "ProductInformationList"))
|
|
701
869
|
LicenseConfiguration.add_member(:automated_discovery_information, Shapes::ShapeRef.new(shape: AutomatedDiscoveryInformation, location_name: "AutomatedDiscoveryInformation"))
|
|
870
|
+
LicenseConfiguration.add_member(:license_expiry, Shapes::ShapeRef.new(shape: BoxLong, location_name: "LicenseExpiry"))
|
|
702
871
|
LicenseConfiguration.struct_class = Types::LicenseConfiguration
|
|
703
872
|
|
|
704
873
|
LicenseConfigurationAssociation.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
|
|
@@ -710,6 +879,11 @@ module Aws::LicenseManager
|
|
|
710
879
|
|
|
711
880
|
LicenseConfigurationAssociations.member = Shapes::ShapeRef.new(shape: LicenseConfigurationAssociation)
|
|
712
881
|
|
|
882
|
+
LicenseConfigurationRuleStatement.add_member(:and_rule_statement, Shapes::ShapeRef.new(shape: AndRuleStatement, location_name: "AndRuleStatement"))
|
|
883
|
+
LicenseConfigurationRuleStatement.add_member(:or_rule_statement, Shapes::ShapeRef.new(shape: OrRuleStatement, location_name: "OrRuleStatement"))
|
|
884
|
+
LicenseConfigurationRuleStatement.add_member(:matching_rule_statement, Shapes::ShapeRef.new(shape: MatchingRuleStatement, location_name: "MatchingRuleStatement"))
|
|
885
|
+
LicenseConfigurationRuleStatement.struct_class = Types::LicenseConfigurationRuleStatement
|
|
886
|
+
|
|
713
887
|
LicenseConfigurationUsage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
|
|
714
888
|
LicenseConfigurationUsage.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
715
889
|
LicenseConfigurationUsage.add_member(:resource_status, Shapes::ShapeRef.new(shape: String, location_name: "ResourceStatus"))
|
|
@@ -753,6 +927,11 @@ module Aws::LicenseManager
|
|
|
753
927
|
|
|
754
928
|
LicenseOperationFailureList.member = Shapes::ShapeRef.new(shape: LicenseOperationFailure)
|
|
755
929
|
|
|
930
|
+
LicenseRuleStatement.add_member(:and_rule_statement, Shapes::ShapeRef.new(shape: AndRuleStatement, location_name: "AndRuleStatement"))
|
|
931
|
+
LicenseRuleStatement.add_member(:or_rule_statement, Shapes::ShapeRef.new(shape: OrRuleStatement, location_name: "OrRuleStatement"))
|
|
932
|
+
LicenseRuleStatement.add_member(:matching_rule_statement, Shapes::ShapeRef.new(shape: MatchingRuleStatement, location_name: "MatchingRuleStatement"))
|
|
933
|
+
LicenseRuleStatement.struct_class = Types::LicenseRuleStatement
|
|
934
|
+
|
|
756
935
|
LicenseSpecification.add_member(:license_configuration_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseConfigurationArn"))
|
|
757
936
|
LicenseSpecification.add_member(:ami_association_scope, Shapes::ShapeRef.new(shape: String, location_name: "AmiAssociationScope"))
|
|
758
937
|
LicenseSpecification.struct_class = Types::LicenseSpecification
|
|
@@ -765,6 +944,16 @@ module Aws::LicenseManager
|
|
|
765
944
|
LicenseUsageException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
766
945
|
LicenseUsageException.struct_class = Types::LicenseUsageException
|
|
767
946
|
|
|
947
|
+
ListAssetsForLicenseAssetGroupRequest.add_member(:license_asset_group_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseAssetGroupArn"))
|
|
948
|
+
ListAssetsForLicenseAssetGroupRequest.add_member(:asset_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AssetType"))
|
|
949
|
+
ListAssetsForLicenseAssetGroupRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
|
|
950
|
+
ListAssetsForLicenseAssetGroupRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
951
|
+
ListAssetsForLicenseAssetGroupRequest.struct_class = Types::ListAssetsForLicenseAssetGroupRequest
|
|
952
|
+
|
|
953
|
+
ListAssetsForLicenseAssetGroupResponse.add_member(:assets, Shapes::ShapeRef.new(shape: AssetList, location_name: "Assets"))
|
|
954
|
+
ListAssetsForLicenseAssetGroupResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
955
|
+
ListAssetsForLicenseAssetGroupResponse.struct_class = Types::ListAssetsForLicenseAssetGroupResponse
|
|
956
|
+
|
|
768
957
|
ListAssociationsForLicenseConfigurationRequest.add_member(:license_configuration_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseConfigurationArn"))
|
|
769
958
|
ListAssociationsForLicenseConfigurationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
|
|
770
959
|
ListAssociationsForLicenseConfigurationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
@@ -793,6 +982,35 @@ module Aws::LicenseManager
|
|
|
793
982
|
ListFailuresForLicenseConfigurationOperationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
794
983
|
ListFailuresForLicenseConfigurationOperationsResponse.struct_class = Types::ListFailuresForLicenseConfigurationOperationsResponse
|
|
795
984
|
|
|
985
|
+
ListLicenseAssetGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
|
986
|
+
ListLicenseAssetGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
|
|
987
|
+
ListLicenseAssetGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
988
|
+
ListLicenseAssetGroupsRequest.struct_class = Types::ListLicenseAssetGroupsRequest
|
|
989
|
+
|
|
990
|
+
ListLicenseAssetGroupsResponse.add_member(:license_asset_groups, Shapes::ShapeRef.new(shape: LicenseAssetGroupList, location_name: "LicenseAssetGroups"))
|
|
991
|
+
ListLicenseAssetGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
992
|
+
ListLicenseAssetGroupsResponse.struct_class = Types::ListLicenseAssetGroupsResponse
|
|
993
|
+
|
|
994
|
+
ListLicenseAssetRulesetsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
|
995
|
+
ListLicenseAssetRulesetsRequest.add_member(:show_aws_managed_license_asset_rulesets, Shapes::ShapeRef.new(shape: Boolean, location_name: "ShowAWSManagedLicenseAssetRulesets"))
|
|
996
|
+
ListLicenseAssetRulesetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
|
|
997
|
+
ListLicenseAssetRulesetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
998
|
+
ListLicenseAssetRulesetsRequest.struct_class = Types::ListLicenseAssetRulesetsRequest
|
|
999
|
+
|
|
1000
|
+
ListLicenseAssetRulesetsResponse.add_member(:license_asset_rulesets, Shapes::ShapeRef.new(shape: LicenseAssetRulesetList, location_name: "LicenseAssetRulesets"))
|
|
1001
|
+
ListLicenseAssetRulesetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
1002
|
+
ListLicenseAssetRulesetsResponse.struct_class = Types::ListLicenseAssetRulesetsResponse
|
|
1003
|
+
|
|
1004
|
+
ListLicenseConfigurationsForOrganizationRequest.add_member(:license_configuration_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "LicenseConfigurationArns"))
|
|
1005
|
+
ListLicenseConfigurationsForOrganizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
|
|
1006
|
+
ListLicenseConfigurationsForOrganizationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
1007
|
+
ListLicenseConfigurationsForOrganizationRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
|
1008
|
+
ListLicenseConfigurationsForOrganizationRequest.struct_class = Types::ListLicenseConfigurationsForOrganizationRequest
|
|
1009
|
+
|
|
1010
|
+
ListLicenseConfigurationsForOrganizationResponse.add_member(:license_configurations, Shapes::ShapeRef.new(shape: LicenseConfigurations, location_name: "LicenseConfigurations"))
|
|
1011
|
+
ListLicenseConfigurationsForOrganizationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
1012
|
+
ListLicenseConfigurationsForOrganizationResponse.struct_class = Types::ListLicenseConfigurationsForOrganizationResponse
|
|
1013
|
+
|
|
796
1014
|
ListLicenseConfigurationsRequest.add_member(:license_configuration_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "LicenseConfigurationArns"))
|
|
797
1015
|
ListLicenseConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
|
|
798
1016
|
ListLicenseConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
@@ -929,6 +1147,13 @@ module Aws::LicenseManager
|
|
|
929
1147
|
|
|
930
1148
|
ManagedResourceSummaryList.member = Shapes::ShapeRef.new(shape: ManagedResourceSummary)
|
|
931
1149
|
|
|
1150
|
+
MatchingRuleStatement.add_member(:key_to_match, Shapes::ShapeRef.new(shape: String, required: true, location_name: "KeyToMatch"))
|
|
1151
|
+
MatchingRuleStatement.add_member(:constraint, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Constraint"))
|
|
1152
|
+
MatchingRuleStatement.add_member(:value_to_match, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "ValueToMatch"))
|
|
1153
|
+
MatchingRuleStatement.struct_class = Types::MatchingRuleStatement
|
|
1154
|
+
|
|
1155
|
+
MatchingRuleStatementList.member = Shapes::ShapeRef.new(shape: MatchingRuleStatement)
|
|
1156
|
+
|
|
932
1157
|
MaxSize3StringList.member = Shapes::ShapeRef.new(shape: String)
|
|
933
1158
|
|
|
934
1159
|
Metadata.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
@@ -943,6 +1168,10 @@ module Aws::LicenseManager
|
|
|
943
1168
|
Options.add_member(:activation_override_behavior, Shapes::ShapeRef.new(shape: ActivationOverrideBehavior, location_name: "ActivationOverrideBehavior"))
|
|
944
1169
|
Options.struct_class = Types::Options
|
|
945
1170
|
|
|
1171
|
+
OrRuleStatement.add_member(:matching_rule_statements, Shapes::ShapeRef.new(shape: MatchingRuleStatementList, location_name: "MatchingRuleStatements"))
|
|
1172
|
+
OrRuleStatement.add_member(:script_rule_statements, Shapes::ShapeRef.new(shape: ScriptRuleStatementList, location_name: "ScriptRuleStatements"))
|
|
1173
|
+
OrRuleStatement.struct_class = Types::OrRuleStatement
|
|
1174
|
+
|
|
946
1175
|
OrganizationConfiguration.add_member(:enable_integration, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "EnableIntegration"))
|
|
947
1176
|
OrganizationConfiguration.struct_class = Types::OrganizationConfiguration
|
|
948
1177
|
|
|
@@ -982,6 +1211,12 @@ module Aws::LicenseManager
|
|
|
982
1211
|
RedirectException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
983
1212
|
RedirectException.struct_class = Types::RedirectException
|
|
984
1213
|
|
|
1214
|
+
RegionStatus.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
|
1215
|
+
RegionStatus.struct_class = Types::RegionStatus
|
|
1216
|
+
|
|
1217
|
+
RegionStatusMap.key = Shapes::ShapeRef.new(shape: String)
|
|
1218
|
+
RegionStatusMap.value = Shapes::ShapeRef.new(shape: RegionStatus)
|
|
1219
|
+
|
|
985
1220
|
RejectGrantRequest.add_member(:grant_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "GrantArn"))
|
|
986
1221
|
RejectGrantRequest.struct_class = Types::RejectGrantRequest
|
|
987
1222
|
|
|
@@ -990,7 +1225,10 @@ module Aws::LicenseManager
|
|
|
990
1225
|
RejectGrantResponse.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
|
|
991
1226
|
RejectGrantResponse.struct_class = Types::RejectGrantResponse
|
|
992
1227
|
|
|
993
|
-
ReportContext.add_member(:license_configuration_arns, Shapes::ShapeRef.new(shape: ArnList,
|
|
1228
|
+
ReportContext.add_member(:license_configuration_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "licenseConfigurationArns"))
|
|
1229
|
+
ReportContext.add_member(:license_asset_group_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "licenseAssetGroupArns"))
|
|
1230
|
+
ReportContext.add_member(:report_start_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "reportStartDate"))
|
|
1231
|
+
ReportContext.add_member(:report_end_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "reportEndDate"))
|
|
994
1232
|
ReportContext.struct_class = Types::ReportContext
|
|
995
1233
|
|
|
996
1234
|
ReportFrequency.add_member(:value, Shapes::ShapeRef.new(shape: Integer, location_name: "value"))
|
|
@@ -1022,6 +1260,12 @@ module Aws::LicenseManager
|
|
|
1022
1260
|
ResourceInventory.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "Platform"))
|
|
1023
1261
|
ResourceInventory.add_member(:platform_version, Shapes::ShapeRef.new(shape: String, location_name: "PlatformVersion"))
|
|
1024
1262
|
ResourceInventory.add_member(:resource_owning_account_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceOwningAccountId"))
|
|
1263
|
+
ResourceInventory.add_member(:marketplace_product_codes, Shapes::ShapeRef.new(shape: StringList, location_name: "MarketplaceProductCodes"))
|
|
1264
|
+
ResourceInventory.add_member(:usage_operation, Shapes::ShapeRef.new(shape: String, location_name: "UsageOperation"))
|
|
1265
|
+
ResourceInventory.add_member(:ami_id, Shapes::ShapeRef.new(shape: String, location_name: "AmiId"))
|
|
1266
|
+
ResourceInventory.add_member(:host_id, Shapes::ShapeRef.new(shape: String, location_name: "HostId"))
|
|
1267
|
+
ResourceInventory.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
|
|
1268
|
+
ResourceInventory.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "InstanceType"))
|
|
1025
1269
|
ResourceInventory.struct_class = Types::ResourceInventory
|
|
1026
1270
|
|
|
1027
1271
|
ResourceInventoryList.member = Shapes::ShapeRef.new(shape: ResourceInventory)
|
|
@@ -1032,13 +1276,28 @@ module Aws::LicenseManager
|
|
|
1032
1276
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
1033
1277
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
1034
1278
|
|
|
1279
|
+
RuleStatement.add_member(:license_configuration_rule_statement, Shapes::ShapeRef.new(shape: LicenseConfigurationRuleStatement, location_name: "LicenseConfigurationRuleStatement"))
|
|
1280
|
+
RuleStatement.add_member(:license_rule_statement, Shapes::ShapeRef.new(shape: LicenseRuleStatement, location_name: "LicenseRuleStatement"))
|
|
1281
|
+
RuleStatement.add_member(:instance_rule_statement, Shapes::ShapeRef.new(shape: InstanceRuleStatement, location_name: "InstanceRuleStatement"))
|
|
1282
|
+
RuleStatement.struct_class = Types::RuleStatement
|
|
1283
|
+
|
|
1035
1284
|
S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: String, location_name: "bucket"))
|
|
1036
1285
|
S3Location.add_member(:key_prefix, Shapes::ShapeRef.new(shape: String, location_name: "keyPrefix"))
|
|
1037
1286
|
S3Location.struct_class = Types::S3Location
|
|
1038
1287
|
|
|
1288
|
+
ScriptRuleStatement.add_member(:key_to_match, Shapes::ShapeRef.new(shape: String, required: true, location_name: "KeyToMatch"))
|
|
1289
|
+
ScriptRuleStatement.add_member(:script, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Script"))
|
|
1290
|
+
ScriptRuleStatement.struct_class = Types::ScriptRuleStatement
|
|
1291
|
+
|
|
1292
|
+
ScriptRuleStatementList.member = Shapes::ShapeRef.new(shape: ScriptRuleStatement)
|
|
1293
|
+
|
|
1039
1294
|
ServerInternalException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
1040
1295
|
ServerInternalException.struct_class = Types::ServerInternalException
|
|
1041
1296
|
|
|
1297
|
+
ServiceStatus.add_member(:cross_account_discovery, Shapes::ShapeRef.new(shape: CrossAccountDiscoveryServiceStatus, location_name: "CrossAccountDiscovery"))
|
|
1298
|
+
ServiceStatus.add_member(:cross_region_discovery, Shapes::ShapeRef.new(shape: CrossRegionDiscoveryStatus, location_name: "CrossRegionDiscovery"))
|
|
1299
|
+
ServiceStatus.struct_class = Types::ServiceStatus
|
|
1300
|
+
|
|
1042
1301
|
StringList.member = Shapes::ShapeRef.new(shape: String)
|
|
1043
1302
|
|
|
1044
1303
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
|
@@ -1075,6 +1334,30 @@ module Aws::LicenseManager
|
|
|
1075
1334
|
|
|
1076
1335
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
1077
1336
|
|
|
1337
|
+
UpdateLicenseAssetGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: LicenseAssetResourceName, location_name: "Name"))
|
|
1338
|
+
UpdateLicenseAssetGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: LicenseAssetResourceDescription, location_name: "Description"))
|
|
1339
|
+
UpdateLicenseAssetGroupRequest.add_member(:license_asset_group_configurations, Shapes::ShapeRef.new(shape: LicenseAssetGroupConfigurationList, location_name: "LicenseAssetGroupConfigurations"))
|
|
1340
|
+
UpdateLicenseAssetGroupRequest.add_member(:associated_license_asset_ruleset_arns, Shapes::ShapeRef.new(shape: LicenseAssetRulesetArnList, required: true, location_name: "AssociatedLicenseAssetRulesetARNs"))
|
|
1341
|
+
UpdateLicenseAssetGroupRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LicenseAssetGroupPropertyList, location_name: "Properties"))
|
|
1342
|
+
UpdateLicenseAssetGroupRequest.add_member(:license_asset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseAssetGroupArn"))
|
|
1343
|
+
UpdateLicenseAssetGroupRequest.add_member(:status, Shapes::ShapeRef.new(shape: LicenseAssetGroupStatus, location_name: "Status"))
|
|
1344
|
+
UpdateLicenseAssetGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken"))
|
|
1345
|
+
UpdateLicenseAssetGroupRequest.struct_class = Types::UpdateLicenseAssetGroupRequest
|
|
1346
|
+
|
|
1347
|
+
UpdateLicenseAssetGroupResponse.add_member(:license_asset_group_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseAssetGroupArn"))
|
|
1348
|
+
UpdateLicenseAssetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
|
|
1349
|
+
UpdateLicenseAssetGroupResponse.struct_class = Types::UpdateLicenseAssetGroupResponse
|
|
1350
|
+
|
|
1351
|
+
UpdateLicenseAssetRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: LicenseAssetResourceName, location_name: "Name"))
|
|
1352
|
+
UpdateLicenseAssetRulesetRequest.add_member(:description, Shapes::ShapeRef.new(shape: LicenseAssetResourceDescription, location_name: "Description"))
|
|
1353
|
+
UpdateLicenseAssetRulesetRequest.add_member(:rules, Shapes::ShapeRef.new(shape: LicenseAssetRuleList, required: true, location_name: "Rules"))
|
|
1354
|
+
UpdateLicenseAssetRulesetRequest.add_member(:license_asset_ruleset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LicenseAssetRulesetArn"))
|
|
1355
|
+
UpdateLicenseAssetRulesetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken"))
|
|
1356
|
+
UpdateLicenseAssetRulesetRequest.struct_class = Types::UpdateLicenseAssetRulesetRequest
|
|
1357
|
+
|
|
1358
|
+
UpdateLicenseAssetRulesetResponse.add_member(:license_asset_ruleset_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseAssetRulesetArn"))
|
|
1359
|
+
UpdateLicenseAssetRulesetResponse.struct_class = Types::UpdateLicenseAssetRulesetResponse
|
|
1360
|
+
|
|
1078
1361
|
UpdateLicenseConfigurationRequest.add_member(:license_configuration_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseConfigurationArn"))
|
|
1079
1362
|
UpdateLicenseConfigurationRequest.add_member(:license_configuration_status, Shapes::ShapeRef.new(shape: LicenseConfigurationStatus, location_name: "LicenseConfigurationStatus"))
|
|
1080
1363
|
UpdateLicenseConfigurationRequest.add_member(:license_rules, Shapes::ShapeRef.new(shape: StringList, location_name: "LicenseRules"))
|
|
@@ -1084,6 +1367,7 @@ module Aws::LicenseManager
|
|
|
1084
1367
|
UpdateLicenseConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
1085
1368
|
UpdateLicenseConfigurationRequest.add_member(:product_information_list, Shapes::ShapeRef.new(shape: ProductInformationList, location_name: "ProductInformationList"))
|
|
1086
1369
|
UpdateLicenseConfigurationRequest.add_member(:disassociate_when_not_found, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "DisassociateWhenNotFound"))
|
|
1370
|
+
UpdateLicenseConfigurationRequest.add_member(:license_expiry, Shapes::ShapeRef.new(shape: BoxLong, location_name: "LicenseExpiry"))
|
|
1087
1371
|
UpdateLicenseConfigurationRequest.struct_class = Types::UpdateLicenseConfigurationRequest
|
|
1088
1372
|
|
|
1089
1373
|
UpdateLicenseConfigurationResponse.struct_class = Types::UpdateLicenseConfigurationResponse
|
|
@@ -1110,6 +1394,7 @@ module Aws::LicenseManager
|
|
|
1110
1394
|
UpdateServiceSettingsRequest.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "SnsTopicArn"))
|
|
1111
1395
|
UpdateServiceSettingsRequest.add_member(:organization_configuration, Shapes::ShapeRef.new(shape: OrganizationConfiguration, location_name: "OrganizationConfiguration"))
|
|
1112
1396
|
UpdateServiceSettingsRequest.add_member(:enable_cross_accounts_discovery, Shapes::ShapeRef.new(shape: BoxBoolean, location_name: "EnableCrossAccountsDiscovery"))
|
|
1397
|
+
UpdateServiceSettingsRequest.add_member(:enabled_discovery_source_regions, Shapes::ShapeRef.new(shape: StringList, location_name: "EnabledDiscoverySourceRegions"))
|
|
1113
1398
|
UpdateServiceSettingsRequest.struct_class = Types::UpdateServiceSettingsRequest
|
|
1114
1399
|
|
|
1115
1400
|
UpdateServiceSettingsResponse.struct_class = Types::UpdateServiceSettingsResponse
|
|
@@ -1250,6 +1535,34 @@ module Aws::LicenseManager
|
|
|
1250
1535
|
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1251
1536
|
end)
|
|
1252
1537
|
|
|
1538
|
+
api.add_operation(:create_license_asset_group, Seahorse::Model::Operation.new.tap do |o|
|
|
1539
|
+
o.name = "CreateLicenseAssetGroup"
|
|
1540
|
+
o.http_method = "POST"
|
|
1541
|
+
o.http_request_uri = "/"
|
|
1542
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLicenseAssetGroupRequest)
|
|
1543
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLicenseAssetGroupResponse)
|
|
1544
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1545
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1546
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1547
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1548
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1549
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1550
|
+
end)
|
|
1551
|
+
|
|
1552
|
+
api.add_operation(:create_license_asset_ruleset, Seahorse::Model::Operation.new.tap do |o|
|
|
1553
|
+
o.name = "CreateLicenseAssetRuleset"
|
|
1554
|
+
o.http_method = "POST"
|
|
1555
|
+
o.http_request_uri = "/"
|
|
1556
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLicenseAssetRulesetRequest)
|
|
1557
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLicenseAssetRulesetResponse)
|
|
1558
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1559
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1560
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1561
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1562
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1563
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1564
|
+
end)
|
|
1565
|
+
|
|
1253
1566
|
api.add_operation(:create_license_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1254
1567
|
o.name = "CreateLicenseConfiguration"
|
|
1255
1568
|
o.http_method = "POST"
|
|
@@ -1357,6 +1670,34 @@ module Aws::LicenseManager
|
|
|
1357
1670
|
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1358
1671
|
end)
|
|
1359
1672
|
|
|
1673
|
+
api.add_operation(:delete_license_asset_group, Seahorse::Model::Operation.new.tap do |o|
|
|
1674
|
+
o.name = "DeleteLicenseAssetGroup"
|
|
1675
|
+
o.http_method = "POST"
|
|
1676
|
+
o.http_request_uri = "/"
|
|
1677
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLicenseAssetGroupRequest)
|
|
1678
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLicenseAssetGroupResponse)
|
|
1679
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1680
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1681
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1682
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1683
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1684
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1685
|
+
end)
|
|
1686
|
+
|
|
1687
|
+
api.add_operation(:delete_license_asset_ruleset, Seahorse::Model::Operation.new.tap do |o|
|
|
1688
|
+
o.name = "DeleteLicenseAssetRuleset"
|
|
1689
|
+
o.http_method = "POST"
|
|
1690
|
+
o.http_request_uri = "/"
|
|
1691
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLicenseAssetRulesetRequest)
|
|
1692
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLicenseAssetRulesetResponse)
|
|
1693
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1694
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1695
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1696
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1697
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1698
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1699
|
+
end)
|
|
1700
|
+
|
|
1360
1701
|
api.add_operation(:delete_license_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1361
1702
|
o.name = "DeleteLicenseConfiguration"
|
|
1362
1703
|
o.http_method = "POST"
|
|
@@ -1458,6 +1799,34 @@ module Aws::LicenseManager
|
|
|
1458
1799
|
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1459
1800
|
end)
|
|
1460
1801
|
|
|
1802
|
+
api.add_operation(:get_license_asset_group, Seahorse::Model::Operation.new.tap do |o|
|
|
1803
|
+
o.name = "GetLicenseAssetGroup"
|
|
1804
|
+
o.http_method = "POST"
|
|
1805
|
+
o.http_request_uri = "/"
|
|
1806
|
+
o.input = Shapes::ShapeRef.new(shape: GetLicenseAssetGroupRequest)
|
|
1807
|
+
o.output = Shapes::ShapeRef.new(shape: GetLicenseAssetGroupResponse)
|
|
1808
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1809
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1810
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1811
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1813
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1814
|
+
end)
|
|
1815
|
+
|
|
1816
|
+
api.add_operation(:get_license_asset_ruleset, Seahorse::Model::Operation.new.tap do |o|
|
|
1817
|
+
o.name = "GetLicenseAssetRuleset"
|
|
1818
|
+
o.http_method = "POST"
|
|
1819
|
+
o.http_request_uri = "/"
|
|
1820
|
+
o.input = Shapes::ShapeRef.new(shape: GetLicenseAssetRulesetRequest)
|
|
1821
|
+
o.output = Shapes::ShapeRef.new(shape: GetLicenseAssetRulesetResponse)
|
|
1822
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1823
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1824
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1825
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1826
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1827
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1828
|
+
end)
|
|
1829
|
+
|
|
1461
1830
|
api.add_operation(:get_license_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1462
1831
|
o.name = "GetLicenseConfiguration"
|
|
1463
1832
|
o.http_method = "POST"
|
|
@@ -1526,6 +1895,20 @@ module Aws::LicenseManager
|
|
|
1526
1895
|
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1527
1896
|
end)
|
|
1528
1897
|
|
|
1898
|
+
api.add_operation(:list_assets_for_license_asset_group, Seahorse::Model::Operation.new.tap do |o|
|
|
1899
|
+
o.name = "ListAssetsForLicenseAssetGroup"
|
|
1900
|
+
o.http_method = "POST"
|
|
1901
|
+
o.http_request_uri = "/"
|
|
1902
|
+
o.input = Shapes::ShapeRef.new(shape: ListAssetsForLicenseAssetGroupRequest)
|
|
1903
|
+
o.output = Shapes::ShapeRef.new(shape: ListAssetsForLicenseAssetGroupResponse)
|
|
1904
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1905
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1906
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1907
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1908
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1909
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1910
|
+
end)
|
|
1911
|
+
|
|
1529
1912
|
api.add_operation(:list_associations_for_license_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1530
1913
|
o.name = "ListAssociationsForLicenseConfiguration"
|
|
1531
1914
|
o.http_method = "POST"
|
|
@@ -1568,6 +1951,34 @@ module Aws::LicenseManager
|
|
|
1568
1951
|
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1569
1952
|
end)
|
|
1570
1953
|
|
|
1954
|
+
api.add_operation(:list_license_asset_groups, Seahorse::Model::Operation.new.tap do |o|
|
|
1955
|
+
o.name = "ListLicenseAssetGroups"
|
|
1956
|
+
o.http_method = "POST"
|
|
1957
|
+
o.http_request_uri = "/"
|
|
1958
|
+
o.input = Shapes::ShapeRef.new(shape: ListLicenseAssetGroupsRequest)
|
|
1959
|
+
o.output = Shapes::ShapeRef.new(shape: ListLicenseAssetGroupsResponse)
|
|
1960
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1961
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1962
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1963
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1964
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1965
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1966
|
+
end)
|
|
1967
|
+
|
|
1968
|
+
api.add_operation(:list_license_asset_rulesets, Seahorse::Model::Operation.new.tap do |o|
|
|
1969
|
+
o.name = "ListLicenseAssetRulesets"
|
|
1970
|
+
o.http_method = "POST"
|
|
1971
|
+
o.http_request_uri = "/"
|
|
1972
|
+
o.input = Shapes::ShapeRef.new(shape: ListLicenseAssetRulesetsRequest)
|
|
1973
|
+
o.output = Shapes::ShapeRef.new(shape: ListLicenseAssetRulesetsResponse)
|
|
1974
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1975
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1976
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1977
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1978
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1979
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1980
|
+
end)
|
|
1981
|
+
|
|
1571
1982
|
api.add_operation(:list_license_configurations, Seahorse::Model::Operation.new.tap do |o|
|
|
1572
1983
|
o.name = "ListLicenseConfigurations"
|
|
1573
1984
|
o.http_method = "POST"
|
|
@@ -1582,6 +1993,20 @@ module Aws::LicenseManager
|
|
|
1582
1993
|
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1583
1994
|
end)
|
|
1584
1995
|
|
|
1996
|
+
api.add_operation(:list_license_configurations_for_organization, Seahorse::Model::Operation.new.tap do |o|
|
|
1997
|
+
o.name = "ListLicenseConfigurationsForOrganization"
|
|
1998
|
+
o.http_method = "POST"
|
|
1999
|
+
o.http_request_uri = "/"
|
|
2000
|
+
o.input = Shapes::ShapeRef.new(shape: ListLicenseConfigurationsForOrganizationRequest)
|
|
2001
|
+
o.output = Shapes::ShapeRef.new(shape: ListLicenseConfigurationsForOrganizationResponse)
|
|
2002
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2003
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
2004
|
+
o.errors << Shapes::ShapeRef.new(shape: FilterLimitExceededException)
|
|
2005
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
2006
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2007
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
2008
|
+
end)
|
|
2009
|
+
|
|
1585
2010
|
api.add_operation(:list_license_conversion_tasks, Seahorse::Model::Operation.new.tap do |o|
|
|
1586
2011
|
o.name = "ListLicenseConversionTasks"
|
|
1587
2012
|
o.http_method = "POST"
|
|
@@ -1733,6 +2158,7 @@ module Aws::LicenseManager
|
|
|
1733
2158
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
|
1734
2159
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
|
1735
2160
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2161
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1736
2162
|
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1737
2163
|
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1738
2164
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
@@ -1788,6 +2214,7 @@ module Aws::LicenseManager
|
|
|
1788
2214
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
|
1789
2215
|
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
|
1790
2216
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2217
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1791
2218
|
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1792
2219
|
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1793
2220
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
@@ -1801,10 +2228,39 @@ module Aws::LicenseManager
|
|
|
1801
2228
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
|
1802
2229
|
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
|
1803
2230
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2231
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2232
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
2233
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
2234
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2235
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
2236
|
+
end)
|
|
2237
|
+
|
|
2238
|
+
api.add_operation(:update_license_asset_group, Seahorse::Model::Operation.new.tap do |o|
|
|
2239
|
+
o.name = "UpdateLicenseAssetGroup"
|
|
2240
|
+
o.http_method = "POST"
|
|
2241
|
+
o.http_request_uri = "/"
|
|
2242
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLicenseAssetGroupRequest)
|
|
2243
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateLicenseAssetGroupResponse)
|
|
2244
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2245
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2246
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
2247
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2248
|
+
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
1804
2249
|
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
2250
|
+
end)
|
|
2251
|
+
|
|
2252
|
+
api.add_operation(:update_license_asset_ruleset, Seahorse::Model::Operation.new.tap do |o|
|
|
2253
|
+
o.name = "UpdateLicenseAssetRuleset"
|
|
2254
|
+
o.http_method = "POST"
|
|
2255
|
+
o.http_request_uri = "/"
|
|
2256
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLicenseAssetRulesetRequest)
|
|
2257
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateLicenseAssetRulesetResponse)
|
|
2258
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2259
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1805
2260
|
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1806
2261
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1807
2262
|
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
2263
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalException)
|
|
1808
2264
|
end)
|
|
1809
2265
|
|
|
1810
2266
|
api.add_operation(:update_license_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1865,6 +2321,8 @@ module Aws::LicenseManager
|
|
|
1865
2321
|
o.errors << Shapes::ShapeRef.new(shape: AuthorizationException)
|
|
1866
2322
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1867
2323
|
o.errors << Shapes::ShapeRef.new(shape: RateLimitExceededException)
|
|
2324
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2325
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1868
2326
|
end)
|
|
1869
2327
|
end
|
|
1870
2328
|
|