1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2018-05-10",
5    "endpointPrefix":"license-manager-user-subscriptions",
6    "jsonVersion":"1.1",
7    "protocol":"rest-json",
8    "serviceFullName":"AWS License Manager User Subscriptions",
9    "serviceId":"License Manager User Subscriptions",
10    "signatureVersion":"v4",
11    "signingName":"license-manager-user-subscriptions",
12    "uid":"license-manager-user-subscriptions-2018-05-10"
13  },
14  "operations":{
15    "AssociateUser":{
16      "name":"AssociateUser",
17      "http":{
18        "method":"POST",
19        "requestUri":"/user/AssociateUser",
20        "responseCode":200
21      },
22      "input":{"shape":"AssociateUserRequest"},
23      "output":{"shape":"AssociateUserResponse"},
24      "errors":[
25        {"shape":"ServiceQuotaExceededException"},
26        {"shape":"ConflictException"},
27        {"shape":"ValidationException"},
28        {"shape":"ThrottlingException"},
29        {"shape":"InternalServerException"},
30        {"shape":"ResourceNotFoundException"},
31        {"shape":"AccessDeniedException"}
32      ],
33      "documentation":"<p>Associates the user to an EC2 instance to utilize user-based subscriptions.</p> <note> <p>Your estimated bill for charges on the number of users and related costs will take 48 hours to appear for billing periods that haven't closed (marked as <b>Pending</b> billing status) in Amazon Web Services Billing. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/invoice.html\">Viewing your monthly charges</a> in the <i>Amazon Web Services Billing User Guide</i>.</p> </note>",
34      "idempotent":true
35    },
36    "DeregisterIdentityProvider":{
37      "name":"DeregisterIdentityProvider",
38      "http":{
39        "method":"POST",
40        "requestUri":"/identity-provider/DeregisterIdentityProvider",
41        "responseCode":200
42      },
43      "input":{"shape":"DeregisterIdentityProviderRequest"},
44      "output":{"shape":"DeregisterIdentityProviderResponse"},
45      "errors":[
46        {"shape":"ServiceQuotaExceededException"},
47        {"shape":"ConflictException"},
48        {"shape":"ValidationException"},
49        {"shape":"ThrottlingException"},
50        {"shape":"InternalServerException"},
51        {"shape":"ResourceNotFoundException"},
52        {"shape":"AccessDeniedException"}
53      ],
54      "documentation":"<p>Deregisters the identity provider from providing user-based subscriptions.</p>",
55      "idempotent":true
56    },
57    "DisassociateUser":{
58      "name":"DisassociateUser",
59      "http":{
60        "method":"POST",
61        "requestUri":"/user/DisassociateUser",
62        "responseCode":200
63      },
64      "input":{"shape":"DisassociateUserRequest"},
65      "output":{"shape":"DisassociateUserResponse"},
66      "errors":[
67        {"shape":"ServiceQuotaExceededException"},
68        {"shape":"ConflictException"},
69        {"shape":"ValidationException"},
70        {"shape":"ThrottlingException"},
71        {"shape":"InternalServerException"},
72        {"shape":"ResourceNotFoundException"},
73        {"shape":"AccessDeniedException"}
74      ],
75      "documentation":"<p>Disassociates the user from an EC2 instance providing user-based subscriptions.</p>",
76      "idempotent":true
77    },
78    "ListIdentityProviders":{
79      "name":"ListIdentityProviders",
80      "http":{
81        "method":"POST",
82        "requestUri":"/identity-provider/ListIdentityProviders",
83        "responseCode":200
84      },
85      "input":{"shape":"ListIdentityProvidersRequest"},
86      "output":{"shape":"ListIdentityProvidersResponse"},
87      "errors":[
88        {"shape":"ServiceQuotaExceededException"},
89        {"shape":"ConflictException"},
90        {"shape":"ValidationException"},
91        {"shape":"ThrottlingException"},
92        {"shape":"InternalServerException"},
93        {"shape":"ResourceNotFoundException"},
94        {"shape":"AccessDeniedException"}
95      ],
96      "documentation":"<p>Lists the identity providers for user-based subscriptions.</p>"
97    },
98    "ListInstances":{
99      "name":"ListInstances",
100      "http":{
101        "method":"POST",
102        "requestUri":"/instance/ListInstances",
103        "responseCode":200
104      },
105      "input":{"shape":"ListInstancesRequest"},
106      "output":{"shape":"ListInstancesResponse"},
107      "errors":[
108        {"shape":"ServiceQuotaExceededException"},
109        {"shape":"ConflictException"},
110        {"shape":"ValidationException"},
111        {"shape":"ThrottlingException"},
112        {"shape":"InternalServerException"},
113        {"shape":"ResourceNotFoundException"},
114        {"shape":"AccessDeniedException"}
115      ],
116      "documentation":"<p>Lists the EC2 instances providing user-based subscriptions.</p>"
117    },
118    "ListProductSubscriptions":{
119      "name":"ListProductSubscriptions",
120      "http":{
121        "method":"POST",
122        "requestUri":"/user/ListProductSubscriptions",
123        "responseCode":200
124      },
125      "input":{"shape":"ListProductSubscriptionsRequest"},
126      "output":{"shape":"ListProductSubscriptionsResponse"},
127      "errors":[
128        {"shape":"ServiceQuotaExceededException"},
129        {"shape":"ConflictException"},
130        {"shape":"ValidationException"},
131        {"shape":"ThrottlingException"},
132        {"shape":"InternalServerException"},
133        {"shape":"ResourceNotFoundException"},
134        {"shape":"AccessDeniedException"}
135      ],
136      "documentation":"<p>Lists the user-based subscription products available from an identity provider.</p>"
137    },
138    "ListUserAssociations":{
139      "name":"ListUserAssociations",
140      "http":{
141        "method":"POST",
142        "requestUri":"/user/ListUserAssociations",
143        "responseCode":200
144      },
145      "input":{"shape":"ListUserAssociationsRequest"},
146      "output":{"shape":"ListUserAssociationsResponse"},
147      "errors":[
148        {"shape":"ServiceQuotaExceededException"},
149        {"shape":"ConflictException"},
150        {"shape":"ValidationException"},
151        {"shape":"ThrottlingException"},
152        {"shape":"InternalServerException"},
153        {"shape":"ResourceNotFoundException"},
154        {"shape":"AccessDeniedException"}
155      ],
156      "documentation":"<p>Lists user associations for an identity provider.</p>"
157    },
158    "RegisterIdentityProvider":{
159      "name":"RegisterIdentityProvider",
160      "http":{
161        "method":"POST",
162        "requestUri":"/identity-provider/RegisterIdentityProvider",
163        "responseCode":200
164      },
165      "input":{"shape":"RegisterIdentityProviderRequest"},
166      "output":{"shape":"RegisterIdentityProviderResponse"},
167      "errors":[
168        {"shape":"ServiceQuotaExceededException"},
169        {"shape":"ConflictException"},
170        {"shape":"ValidationException"},
171        {"shape":"ThrottlingException"},
172        {"shape":"InternalServerException"},
173        {"shape":"ResourceNotFoundException"},
174        {"shape":"AccessDeniedException"}
175      ],
176      "documentation":"<p>Registers an identity provider for user-based subscriptions.</p>",
177      "idempotent":true
178    },
179    "StartProductSubscription":{
180      "name":"StartProductSubscription",
181      "http":{
182        "method":"POST",
183        "requestUri":"/user/StartProductSubscription",
184        "responseCode":200
185      },
186      "input":{"shape":"StartProductSubscriptionRequest"},
187      "output":{"shape":"StartProductSubscriptionResponse"},
188      "errors":[
189        {"shape":"ServiceQuotaExceededException"},
190        {"shape":"ConflictException"},
191        {"shape":"ValidationException"},
192        {"shape":"ThrottlingException"},
193        {"shape":"InternalServerException"},
194        {"shape":"ResourceNotFoundException"},
195        {"shape":"AccessDeniedException"}
196      ],
197      "documentation":"<p>Starts a product subscription for a user with the specified identity provider.</p> <note> <p>Your estimated bill for charges on the number of users and related costs will take 48 hours to appear for billing periods that haven't closed (marked as <b>Pending</b> billing status) in Amazon Web Services Billing. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/invoice.html\">Viewing your monthly charges</a> in the <i>Amazon Web Services Billing User Guide</i>.</p> </note>"
198    },
199    "StopProductSubscription":{
200      "name":"StopProductSubscription",
201      "http":{
202        "method":"POST",
203        "requestUri":"/user/StopProductSubscription",
204        "responseCode":200
205      },
206      "input":{"shape":"StopProductSubscriptionRequest"},
207      "output":{"shape":"StopProductSubscriptionResponse"},
208      "errors":[
209        {"shape":"ServiceQuotaExceededException"},
210        {"shape":"ConflictException"},
211        {"shape":"ValidationException"},
212        {"shape":"ThrottlingException"},
213        {"shape":"InternalServerException"},
214        {"shape":"ResourceNotFoundException"},
215        {"shape":"AccessDeniedException"}
216      ],
217      "documentation":"<p>Stops a product subscription for a user with the specified identity provider.</p>"
218    },
219    "UpdateIdentityProviderSettings":{
220      "name":"UpdateIdentityProviderSettings",
221      "http":{
222        "method":"POST",
223        "requestUri":"/identity-provider/UpdateIdentityProviderSettings",
224        "responseCode":200
225      },
226      "input":{"shape":"UpdateIdentityProviderSettingsRequest"},
227      "output":{"shape":"UpdateIdentityProviderSettingsResponse"},
228      "errors":[
229        {"shape":"ValidationException"},
230        {"shape":"ThrottlingException"},
231        {"shape":"InternalServerException"},
232        {"shape":"AccessDeniedException"}
233      ],
234      "documentation":"<p>Updates additional product configuration settings for the registered identity provider.</p>",
235      "idempotent":true
236    }
237  },
238  "shapes":{
239    "AccessDeniedException":{
240      "type":"structure",
241      "members":{
242        "message":{"shape":"String"}
243      },
244      "documentation":"<p>You don't have sufficient access to perform this action.</p>",
245      "exception":true
246    },
247    "ActiveDirectoryIdentityProvider":{
248      "type":"structure",
249      "members":{
250        "DirectoryId":{
251          "shape":"String",
252          "documentation":"<p>The directory ID for an Active Directory identity provider.</p>"
253        }
254      },
255      "documentation":"<p>Details about an Active Directory identity provider.</p>"
256    },
257    "AssociateUserRequest":{
258      "type":"structure",
259      "required":[
260        "IdentityProvider",
261        "InstanceId",
262        "Username"
263      ],
264      "members":{
265        "Domain":{
266          "shape":"String",
267          "documentation":"<p>The domain name of the user.</p>"
268        },
269        "IdentityProvider":{
270          "shape":"IdentityProvider",
271          "documentation":"<p>The identity provider of the user.</p>"
272        },
273        "InstanceId":{
274          "shape":"String",
275          "documentation":"<p>The ID of the EC2 instance, which provides user-based subscriptions.</p>"
276        },
277        "Username":{
278          "shape":"String",
279          "documentation":"<p>The user name from the identity provider for the user.</p>"
280        }
281      }
282    },
283    "AssociateUserResponse":{
284      "type":"structure",
285      "required":["InstanceUserSummary"],
286      "members":{
287        "InstanceUserSummary":{
288          "shape":"InstanceUserSummary",
289          "documentation":"<p>Metadata that describes the associate user operation.</p>"
290        }
291      }
292    },
293    "BoxInteger":{
294      "type":"integer",
295      "box":true
296    },
297    "ConflictException":{
298      "type":"structure",
299      "members":{
300        "message":{"shape":"String"}
301      },
302      "documentation":"<p>The request couldn't be completed because it conflicted with the current state of the resource.</p>",
303      "exception":true,
304      "fault":true
305    },
306    "DeregisterIdentityProviderRequest":{
307      "type":"structure",
308      "required":[
309        "IdentityProvider",
310        "Product"
311      ],
312      "members":{
313        "IdentityProvider":{
314          "shape":"IdentityProvider",
315          "documentation":"<p>An object that specifies details for the identity provider.</p>"
316        },
317        "Product":{
318          "shape":"String",
319          "documentation":"<p>The name of the user-based subscription product.</p>"
320        }
321      }
322    },
323    "DeregisterIdentityProviderResponse":{
324      "type":"structure",
325      "required":["IdentityProviderSummary"],
326      "members":{
327        "IdentityProviderSummary":{
328          "shape":"IdentityProviderSummary",
329          "documentation":"<p>Metadata that describes the results of an identity provider operation.</p>"
330        }
331      }
332    },
333    "DisassociateUserRequest":{
334      "type":"structure",
335      "required":[
336        "IdentityProvider",
337        "InstanceId",
338        "Username"
339      ],
340      "members":{
341        "Domain":{
342          "shape":"String",
343          "documentation":"<p>The domain name of the user.</p>"
344        },
345        "IdentityProvider":{
346          "shape":"IdentityProvider",
347          "documentation":"<p>An object that specifies details for the identity provider.</p>"
348        },
349        "InstanceId":{
350          "shape":"String",
351          "documentation":"<p>The ID of the EC2 instance, which provides user-based subscriptions.</p>"
352        },
353        "Username":{
354          "shape":"String",
355          "documentation":"<p>The user name from the identity provider for the user.</p>"
356        }
357      }
358    },
359    "DisassociateUserResponse":{
360      "type":"structure",
361      "required":["InstanceUserSummary"],
362      "members":{
363        "InstanceUserSummary":{
364          "shape":"InstanceUserSummary",
365          "documentation":"<p>Metadata that describes the associate user operation.</p>"
366        }
367      }
368    },
369    "Filter":{
370      "type":"structure",
371      "members":{
372        "Attribute":{
373          "shape":"String",
374          "documentation":"<p>The name of an attribute to use as a filter.</p>"
375        },
376        "Operation":{
377          "shape":"String",
378          "documentation":"<p>The type of search (For example, eq, geq, leq)</p>"
379        },
380        "Value":{
381          "shape":"String",
382          "documentation":"<p>Value of the filter.</p>"
383        }
384      },
385      "documentation":"<p>A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.</p>"
386    },
387    "FilterList":{
388      "type":"list",
389      "member":{"shape":"Filter"}
390    },
391    "IdentityProvider":{
392      "type":"structure",
393      "members":{
394        "ActiveDirectoryIdentityProvider":{
395          "shape":"ActiveDirectoryIdentityProvider",
396          "documentation":"<p>An object that details an Active Directory identity provider.</p>"
397        }
398      },
399      "documentation":"<p>Details about an identity provider.</p>",
400      "union":true
401    },
402    "IdentityProviderSummary":{
403      "type":"structure",
404      "required":[
405        "IdentityProvider",
406        "Product",
407        "Settings",
408        "Status"
409      ],
410      "members":{
411        "FailureMessage":{
412          "shape":"String",
413          "documentation":"<p>The failure message associated with an identity provider.</p>"
414        },
415        "IdentityProvider":{
416          "shape":"IdentityProvider",
417          "documentation":"<p>An object that specifies details for the identity provider.</p>"
418        },
419        "Product":{
420          "shape":"String",
421          "documentation":"<p>The name of the user-based subscription product.</p>"
422        },
423        "Settings":{
424          "shape":"Settings",
425          "documentation":"<p>An object that details the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.</p>"
426        },
427        "Status":{
428          "shape":"String",
429          "documentation":"<p>The status of an identity provider.</p>"
430        }
431      },
432      "documentation":"<p>Describes an identity provider.</p>"
433    },
434    "IdentityProviderSummaryList":{
435      "type":"list",
436      "member":{"shape":"IdentityProviderSummary"}
437    },
438    "InstanceSummary":{
439      "type":"structure",
440      "required":[
441        "InstanceId",
442        "Products",
443        "Status"
444      ],
445      "members":{
446        "InstanceId":{
447          "shape":"String",
448          "documentation":"<p>The ID of the EC2 instance, which provides user-based subscriptions.</p>"
449        },
450        "LastStatusCheckDate":{
451          "shape":"String",
452          "documentation":"<p>The date of the last status check.</p>"
453        },
454        "Products":{
455          "shape":"StringList",
456          "documentation":"<p>A list of provided user-based subscription products.</p>"
457        },
458        "Status":{
459          "shape":"String",
460          "documentation":"<p>The status of an EC2 instance resource.</p>"
461        },
462        "StatusMessage":{
463          "shape":"String",
464          "documentation":"<p>The status message for an EC2 instance.</p>"
465        }
466      },
467      "documentation":"<p>Describes an EC2 instance providing user-based subscriptions.</p>"
468    },
469    "InstanceSummaryList":{
470      "type":"list",
471      "member":{"shape":"InstanceSummary"}
472    },
473    "InstanceUserSummary":{
474      "type":"structure",
475      "required":[
476        "IdentityProvider",
477        "InstanceId",
478        "Status",
479        "Username"
480      ],
481      "members":{
482        "AssociationDate":{
483          "shape":"String",
484          "documentation":"<p>The date a user was associated with an EC2 instance.</p>"
485        },
486        "DisassociationDate":{
487          "shape":"String",
488          "documentation":"<p>The date a user was disassociated from an EC2 instance.</p>"
489        },
490        "Domain":{
491          "shape":"String",
492          "documentation":"<p>The domain name of the user.</p>"
493        },
494        "IdentityProvider":{
495          "shape":"IdentityProvider",
496          "documentation":"<p>An object that specifies details for the identity provider.</p>"
497        },
498        "InstanceId":{
499          "shape":"String",
500          "documentation":"<p>The ID of the EC2 instance, which provides user-based subscriptions.</p>"
501        },
502        "Status":{
503          "shape":"String",
504          "documentation":"<p>The status of a user associated with an EC2 instance.</p>"
505        },
506        "StatusMessage":{
507          "shape":"String",
508          "documentation":"<p>The status message for users of an EC2 instance.</p>"
509        },
510        "Username":{
511          "shape":"String",
512          "documentation":"<p>The user name from the identity provider for the user.</p>"
513        }
514      },
515      "documentation":"<p>Describes users of an EC2 instance providing user-based subscriptions.</p>"
516    },
517    "InstanceUserSummaryList":{
518      "type":"list",
519      "member":{"shape":"InstanceUserSummary"}
520    },
521    "InternalServerException":{
522      "type":"structure",
523      "members":{
524        "message":{"shape":"String"}
525      },
526      "documentation":"<p>An exception occurred with the service.</p>",
527      "exception":true,
528      "fault":true
529    },
530    "ListIdentityProvidersRequest":{
531      "type":"structure",
532      "members":{
533        "MaxResults":{
534          "shape":"BoxInteger",
535          "documentation":"<p>Maximum number of results to return in a single call.</p>"
536        },
537        "NextToken":{
538          "shape":"String",
539          "documentation":"<p>Token for the next set of results.</p>"
540        }
541      }
542    },
543    "ListIdentityProvidersResponse":{
544      "type":"structure",
545      "required":["IdentityProviderSummaries"],
546      "members":{
547        "IdentityProviderSummaries":{
548          "shape":"IdentityProviderSummaryList",
549          "documentation":"<p>Metadata that describes the list identity providers operation.</p>"
550        },
551        "NextToken":{
552          "shape":"String",
553          "documentation":"<p>Token for the next set of results.</p>"
554        }
555      }
556    },
557    "ListInstancesRequest":{
558      "type":"structure",
559      "members":{
560        "Filters":{
561          "shape":"FilterList",
562          "documentation":"<p>An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.</p>"
563        },
564        "MaxResults":{
565          "shape":"BoxInteger",
566          "documentation":"<p>Maximum number of results to return in a single call.</p>"
567        },
568        "NextToken":{
569          "shape":"String",
570          "documentation":"<p>Token for the next set of results.</p>"
571        }
572      }
573    },
574    "ListInstancesResponse":{
575      "type":"structure",
576      "members":{
577        "InstanceSummaries":{
578          "shape":"InstanceSummaryList",
579          "documentation":"<p>Metadata that describes the list instances operation.</p>"
580        },
581        "NextToken":{
582          "shape":"String",
583          "documentation":"<p>Token for the next set of results.</p>"
584        }
585      }
586    },
587    "ListProductSubscriptionsRequest":{
588      "type":"structure",
589      "required":[
590        "IdentityProvider",
591        "Product"
592      ],
593      "members":{
594        "Filters":{
595          "shape":"FilterList",
596          "documentation":"<p>An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.</p>"
597        },
598        "IdentityProvider":{
599          "shape":"IdentityProvider",
600          "documentation":"<p>An object that specifies details for the identity provider.</p>"
601        },
602        "MaxResults":{
603          "shape":"BoxInteger",
604          "documentation":"<p>Maximum number of results to return in a single call.</p>"
605        },
606        "NextToken":{
607          "shape":"String",
608          "documentation":"<p>Token for the next set of results.</p>"
609        },
610        "Product":{
611          "shape":"String",
612          "documentation":"<p>The name of the user-based subscription product.</p>"
613        }
614      }
615    },
616    "ListProductSubscriptionsResponse":{
617      "type":"structure",
618      "members":{
619        "NextToken":{
620          "shape":"String",
621          "documentation":"<p>Token for the next set of results.</p>"
622        },
623        "ProductUserSummaries":{
624          "shape":"ProductUserSummaryList",
625          "documentation":"<p>Metadata that describes the list product subscriptions operation.</p>"
626        }
627      }
628    },
629    "ListUserAssociationsRequest":{
630      "type":"structure",
631      "required":[
632        "IdentityProvider",
633        "InstanceId"
634      ],
635      "members":{
636        "Filters":{
637          "shape":"FilterList",
638          "documentation":"<p>An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.</p>"
639        },
640        "IdentityProvider":{
641          "shape":"IdentityProvider",
642          "documentation":"<p>An object that specifies details for the identity provider.</p>"
643        },
644        "InstanceId":{
645          "shape":"String",
646          "documentation":"<p>The ID of the EC2 instance, which provides user-based subscriptions.</p>"
647        },
648        "MaxResults":{
649          "shape":"BoxInteger",
650          "documentation":"<p>Maximum number of results to return in a single call.</p>"
651        },
652        "NextToken":{
653          "shape":"String",
654          "documentation":"<p>Token for the next set of results.</p>"
655        }
656      }
657    },
658    "ListUserAssociationsResponse":{
659      "type":"structure",
660      "members":{
661        "InstanceUserSummaries":{
662          "shape":"InstanceUserSummaryList",
663          "documentation":"<p>Metadata that describes the list user association operation.</p>"
664        },
665        "NextToken":{
666          "shape":"String",
667          "documentation":"<p>Token for the next set of results.</p>"
668        }
669      }
670    },
671    "ProductUserSummary":{
672      "type":"structure",
673      "required":[
674        "IdentityProvider",
675        "Product",
676        "Status",
677        "Username"
678      ],
679      "members":{
680        "Domain":{
681          "shape":"String",
682          "documentation":"<p>The domain name of the user.</p>"
683        },
684        "IdentityProvider":{
685          "shape":"IdentityProvider",
686          "documentation":"<p>An object that specifies details for the identity provider.</p>"
687        },
688        "Product":{
689          "shape":"String",
690          "documentation":"<p>The name of the user-based subscription product.</p>"
691        },
692        "Status":{
693          "shape":"String",
694          "documentation":"<p>The status of a product for a user.</p>"
695        },
696        "StatusMessage":{
697          "shape":"String",
698          "documentation":"<p>The status message for a product for a user.</p>"
699        },
700        "SubscriptionEndDate":{
701          "shape":"String",
702          "documentation":"<p>The end date of a subscription.</p>"
703        },
704        "SubscriptionStartDate":{
705          "shape":"String",
706          "documentation":"<p>The start date of a subscription.</p>"
707        },
708        "Username":{
709          "shape":"String",
710          "documentation":"<p>The user name from the identity provider of the user.</p>"
711        }
712      },
713      "documentation":"<p>The summary of the user-based subscription products for a user.</p>"
714    },
715    "ProductUserSummaryList":{
716      "type":"list",
717      "member":{"shape":"ProductUserSummary"}
718    },
719    "RegisterIdentityProviderRequest":{
720      "type":"structure",
721      "required":[
722        "IdentityProvider",
723        "Product"
724      ],
725      "members":{
726        "IdentityProvider":{
727          "shape":"IdentityProvider",
728          "documentation":"<p>An object that specifies details for the identity provider.</p>"
729        },
730        "Product":{
731          "shape":"String",
732          "documentation":"<p>The name of the user-based subscription product.</p>"
733        },
734        "Settings":{
735          "shape":"Settings",
736          "documentation":"<p>The registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.</p>"
737        }
738      }
739    },
740    "RegisterIdentityProviderResponse":{
741      "type":"structure",
742      "required":["IdentityProviderSummary"],
743      "members":{
744        "IdentityProviderSummary":{
745          "shape":"IdentityProviderSummary",
746          "documentation":"<p>Metadata that describes the results of an identity provider operation.</p>"
747        }
748      }
749    },
750    "ResourceNotFoundException":{
751      "type":"structure",
752      "members":{
753        "message":{"shape":"String"}
754      },
755      "documentation":"<p>The resource couldn't be found.</p>",
756      "error":{
757        "httpStatusCode":404,
758        "senderFault":true
759      },
760      "exception":true
761    },
762    "SecurityGroup":{
763      "type":"string",
764      "max":200,
765      "min":5,
766      "pattern":"^sg-(([0-9a-z]{8})|([0-9a-z]{17}))$"
767    },
768    "ServiceQuotaExceededException":{
769      "type":"structure",
770      "members":{
771        "message":{"shape":"String"}
772      },
773      "documentation":"<p>The request failed because a service quota is exceeded.</p>",
774      "exception":true
775    },
776    "Settings":{
777      "type":"structure",
778      "required":[
779        "SecurityGroupId",
780        "Subnets"
781      ],
782      "members":{
783        "SecurityGroupId":{
784          "shape":"SecurityGroup",
785          "documentation":"<p>A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoint for activation servers.</p>"
786        },
787        "Subnets":{
788          "shape":"SettingsSubnetsList",
789          "documentation":"<p>The subnets defined for the registered identity provider.</p>"
790        }
791      },
792      "documentation":"<p>The registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints, and the security group ID that is associated with the VPC endpoints. The security group should permit inbound TCP port 1688 communication from resources in the VPC.</p>"
793    },
794    "SettingsSubnetsList":{
795      "type":"list",
796      "member":{"shape":"Subnet"},
797      "min":1
798    },
799    "StartProductSubscriptionRequest":{
800      "type":"structure",
801      "required":[
802        "IdentityProvider",
803        "Product",
804        "Username"
805      ],
806      "members":{
807        "Domain":{
808          "shape":"String",
809          "documentation":"<p>The domain name of the user.</p>"
810        },
811        "IdentityProvider":{
812          "shape":"IdentityProvider",
813          "documentation":"<p>An object that specifies details for the identity provider.</p>"
814        },
815        "Product":{
816          "shape":"String",
817          "documentation":"<p>The name of the user-based subscription product.</p>"
818        },
819        "Username":{
820          "shape":"String",
821          "documentation":"<p>The user name from the identity provider of the user.</p>"
822        }
823      }
824    },
825    "StartProductSubscriptionResponse":{
826      "type":"structure",
827      "required":["ProductUserSummary"],
828      "members":{
829        "ProductUserSummary":{
830          "shape":"ProductUserSummary",
831          "documentation":"<p>Metadata that describes the start product subscription operation.</p>"
832        }
833      }
834    },
835    "StopProductSubscriptionRequest":{
836      "type":"structure",
837      "required":[
838        "IdentityProvider",
839        "Product",
840        "Username"
841      ],
842      "members":{
843        "Domain":{
844          "shape":"String",
845          "documentation":"<p>The domain name of the user.</p>"
846        },
847        "IdentityProvider":{
848          "shape":"IdentityProvider",
849          "documentation":"<p>An object that specifies details for the identity provider.</p>"
850        },
851        "Product":{
852          "shape":"String",
853          "documentation":"<p>The name of the user-based subscription product.</p>"
854        },
855        "Username":{
856          "shape":"String",
857          "documentation":"<p>The user name from the identity provider for the user.</p>"
858        }
859      }
860    },
861    "StopProductSubscriptionResponse":{
862      "type":"structure",
863      "required":["ProductUserSummary"],
864      "members":{
865        "ProductUserSummary":{
866          "shape":"ProductUserSummary",
867          "documentation":"<p>Metadata that describes the start product subscription operation.</p>"
868        }
869      }
870    },
871    "String":{"type":"string"},
872    "StringList":{
873      "type":"list",
874      "member":{"shape":"String"}
875    },
876    "Subnet":{
877      "type":"string",
878      "pattern":"subnet-[a-z0-9]{8,17}"
879    },
880    "Subnets":{
881      "type":"list",
882      "member":{"shape":"Subnet"}
883    },
884    "ThrottlingException":{
885      "type":"structure",
886      "members":{
887        "message":{"shape":"String"}
888      },
889      "documentation":"<p>The request was denied because of request throttling. Retry the request.</p>",
890      "exception":true
891    },
892    "UpdateIdentityProviderSettingsRequest":{
893      "type":"structure",
894      "required":[
895        "IdentityProvider",
896        "Product",
897        "UpdateSettings"
898      ],
899      "members":{
900        "IdentityProvider":{"shape":"IdentityProvider"},
901        "Product":{
902          "shape":"String",
903          "documentation":"<p>The name of the user-based subscription product.</p>"
904        },
905        "UpdateSettings":{
906          "shape":"UpdateSettings",
907          "documentation":"<p>Updates the registered identity provider’s product related configuration settings. You can update any combination of settings in a single operation such as the:</p> <ul> <li> <p>Subnets which you want to add to provision VPC endpoints.</p> </li> <li> <p>Subnets which you want to remove the VPC endpoints from.</p> </li> <li> <p>Security group ID which permits traffic to the VPC endpoints.</p> </li> </ul>"
908        }
909      }
910    },
911    "UpdateIdentityProviderSettingsResponse":{
912      "type":"structure",
913      "required":["IdentityProviderSummary"],
914      "members":{
915        "IdentityProviderSummary":{"shape":"IdentityProviderSummary"}
916      }
917    },
918    "UpdateSettings":{
919      "type":"structure",
920      "required":[
921        "AddSubnets",
922        "RemoveSubnets"
923      ],
924      "members":{
925        "AddSubnets":{
926          "shape":"Subnets",
927          "documentation":"<p>The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.</p>"
928        },
929        "RemoveSubnets":{
930          "shape":"Subnets",
931          "documentation":"<p>The ID of one or more subnets to remove.</p>"
932        },
933        "SecurityGroupId":{
934          "shape":"SecurityGroup",
935          "documentation":"<p>A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.</p>"
936        }
937      },
938      "documentation":"<p>Updates the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.</p>"
939    },
940    "ValidationException":{
941      "type":"structure",
942      "members":{
943        "message":{"shape":"String"}
944      },
945      "documentation":"<p>A parameter is not valid.</p>",
946      "exception":true
947    }
948  },
949  "documentation":"<p>With License Manager, you can create user-based subscriptions to utilize licensed software with a per user subscription fee on Amazon EC2 instances.</p>"
950}
951