aws-sdk-core 2.0.42 → 2.0.43

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c01fc78e51987f4c50dd16312650393b55cc92e9
4
- data.tar.gz: 3d24049d1e50e9b09eda2d69ff7269f18b9556e5
3
+ metadata.gz: 4142d0dc693afc734b64a1c8af91e74d703d355d
4
+ data.tar.gz: fc394c14e0bdb8368dfc8613a1db8fe7558dda6e
5
5
  SHA512:
6
- metadata.gz: dba91240f0407eb3aa68bbfb74e559645ab865e4dd846aaa3cbaccff214840fffe70c60b3d3245ab280914fd86674a82978d5045d65c3f9009a69022163bf001
7
- data.tar.gz: e586041e2562c83e449c0642f40cf6066723f181754d967643be7f3fe8f3a89887b100c8eaded8e73f971a4746fb82d504e4698b99f240783710039dd2dd4cd9
6
+ metadata.gz: ed1c95d52ce5516c637d40f9dfc3cdf0ca14e02138799ee815d42f3ef4c5a448ed2472f5c7d9e67a7cd88f5fb269402647248ed9ea90d1c3d8e6ffc4157e9383
7
+ data.tar.gz: d7b3c0b48db866096ee47996ab2ec79b89ac6b7dd8ebadd0d1412784648fe6f78ca176413b31dd920bde496e47d9ed5f10f4f004af681e892429f85768022463
@@ -1,4 +1,5 @@
1
1
  {
2
+ "version":"2.0",
2
3
  "metadata":{
3
4
  "apiVersion":"2010-05-15",
4
5
  "endpointPrefix":"cloudformation",
@@ -238,6 +239,11 @@
238
239
  }
239
240
  },
240
241
  "shapes":{
242
+ "AllowedValue":{"type":"string"},
243
+ "AllowedValues":{
244
+ "type":"list",
245
+ "member":{"shape":"AllowedValue"}
246
+ },
241
247
  "AlreadyExistsException":{
242
248
  "type":"structure",
243
249
  "members":{
@@ -415,7 +421,8 @@
415
421
  "Description":{"shape":"Description"},
416
422
  "Capabilities":{"shape":"Capabilities"},
417
423
  "CapabilitiesReason":{"shape":"CapabilitiesReason"},
418
- "Version":{"shape":"Version"}
424
+ "Version":{"shape":"Version"},
425
+ "Metadata":{"shape":"Metadata"}
419
426
  }
420
427
  },
421
428
  "InsufficientCapabilitiesException":{
@@ -514,6 +521,12 @@
514
521
  "UsePreviousValue":{"shape":"UsePreviousValue"}
515
522
  }
516
523
  },
524
+ "ParameterConstraints":{
525
+ "type":"structure",
526
+ "members":{
527
+ "AllowedValues":{"shape":"AllowedValues"}
528
+ }
529
+ },
517
530
  "ParameterDeclaration":{
518
531
  "type":"structure",
519
532
  "members":{
@@ -521,7 +534,8 @@
521
534
  "DefaultValue":{"shape":"ParameterValue"},
522
535
  "ParameterType":{"shape":"ParameterType"},
523
536
  "NoEcho":{"shape":"NoEcho"},
524
- "Description":{"shape":"Description"}
537
+ "Description":{"shape":"Description"},
538
+ "ParameterConstraints":{"shape":"ParameterConstraints"}
525
539
  }
526
540
  },
527
541
  "ParameterDeclarations":{
@@ -1,4 +1,5 @@
1
1
  {
2
+ "version": "2.0",
2
3
  "operations": {
3
4
  "CancelUpdateStack": "<p>Cancels an update on the specified stack. If the call completes successfully, the stack will roll back the update and revert to the previous stack configuration.</p> <note>Only stacks that are in the UPDATE_IN_PROGRESS state can be canceled.</note>",
4
5
  "CreateStack": "<p>Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack via the <a>DescribeStacks</a> API.</p>",
@@ -20,6 +21,18 @@
20
21
  },
21
22
  "service": "<fullname>AWS CloudFormation</fullname> <p>AWS CloudFormation enables you to create and manage AWS infrastructure deployments predictably and repeatedly. AWS CloudFormation helps you leverage AWS products such as Amazon EC2, EBS, Amazon SNS, ELB, and Auto Scaling to build highly-reliable, highly scalable, cost effective applications without worrying about creating and configuring the underlying AWS infrastructure.</p> <p>With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.</p> <p>For more information about this product, go to the <a href=\"http://aws.amazon.com/cloudformation/\">CloudFormation Product Page</a>.</p> <p>Amazon CloudFormation makes use of other AWS products. If you need additional technical information about a specific AWS product, you can find the product's technical documentation at <a href=\"http://aws.amazon.com/documentation/\">http://aws.amazon.com/documentation/</a>.</p>",
22
23
  "shapes": {
24
+ "AllowedValue": {
25
+ "base": null,
26
+ "refs": {
27
+ "AllowedValues$member": null
28
+ }
29
+ },
30
+ "AllowedValues": {
31
+ "base": null,
32
+ "refs": {
33
+ "ParameterConstraints$AllowedValues": "<p>A list of values that are permitted for a parameter.</p>"
34
+ }
35
+ },
23
36
  "AlreadyExistsException": {
24
37
  "base": "<p>Resource with the name requested already exists.</p>",
25
38
  "refs": {
@@ -33,18 +46,18 @@
33
46
  "Capabilities": {
34
47
  "base": null,
35
48
  "refs": {
36
- "CreateStackInput$Capabilities": "<p>A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.</p> <p>Currently, the only valid value is <code>CAPABILITY_IAM</code>, which is required for the following resources: <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\"> AWS::CloudFormation::Stack</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\"> AWS::IAM::AccessKey</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\"> AWS::IAM::Group</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\"> AWS::IAM::InstanceProfile</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html\"> AWS::IAM::Policy</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\"> AWS::IAM::Role</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\"> AWS::IAM::User</a>, and <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\"> AWS::IAM::UserToGroupAddition</a>. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don't specify this parameter, this action returns an <code>InsufficientCapabilities</code> error.</p>",
49
+ "CreateStackInput$Capabilities": "<p>A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.</p> <p>Currently, the only valid value is <code>CAPABILITY_IAM</code>, which is required for the following resources: <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\"> AWS::IAM::AccessKey</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\"> AWS::IAM::Group</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\"> AWS::IAM::InstanceProfile</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html\"> AWS::IAM::Policy</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\"> AWS::IAM::Role</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\"> AWS::IAM::User</a>, and <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\"> AWS::IAM::UserToGroupAddition</a>. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don't specify this parameter, this action returns an <code>InsufficientCapabilities</code> error.</p>",
37
50
  "GetTemplateSummaryOutput$Capabilities": "<p>The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the <a>CreateStack</a> or <a>UpdateStack</a> actions with your template; otherwise, those actions return an InsufficientCapabilities error.</p>",
38
51
  "Stack$Capabilities": "<p>The capabilities allowed in the stack.</p>",
39
- "UpdateStackInput$Capabilities": "<p>A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is <code>CAPABILITY_IAM</code>, which is required for the following resources: <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\"> AWS::CloudFormation::Stack</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\"> AWS::IAM::AccessKey</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\"> AWS::IAM::Group</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\"> AWS::IAM::InstanceProfile</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html\"> AWS::IAM::Policy</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\"> AWS::IAM::Role</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\"> AWS::IAM::User</a>, and <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\"> AWS::IAM::UserToGroupAddition</a>. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.</p>",
52
+ "UpdateStackInput$Capabilities": "<p>A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is <code>CAPABILITY_IAM</code>, which is required for the following resources: <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\"> AWS::IAM::AccessKey</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\"> AWS::IAM::Group</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\"> AWS::IAM::InstanceProfile</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html\"> AWS::IAM::Policy</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\"> AWS::IAM::Role</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\"> AWS::IAM::User</a>, and <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\"> AWS::IAM::UserToGroupAddition</a>. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.</p>",
40
53
  "ValidateTemplateOutput$Capabilities": "<p>The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the <a>CreateStack</a> or <a>UpdateStack</a> actions with your template; otherwise, those actions return an InsufficientCapabilities error.</p>"
41
54
  }
42
55
  },
43
56
  "CapabilitiesReason": {
44
57
  "base": null,
45
58
  "refs": {
46
- "GetTemplateSummaryOutput$CapabilitiesReason": "<p>The capabilities reason found within the template.</p>",
47
- "ValidateTemplateOutput$CapabilitiesReason": "<p>The capabilities reason found within the template.</p>"
59
+ "GetTemplateSummaryOutput$CapabilitiesReason": "<p>The list of resources that generated the values in the <code>Capabilities</code> response element.</p>",
60
+ "ValidateTemplateOutput$CapabilitiesReason": "<p>The list of resources that generated the values in the <code>Capabilities</code> response element.</p>"
48
61
  }
49
62
  },
50
63
  "Capability": {
@@ -239,6 +252,7 @@
239
252
  "Metadata": {
240
253
  "base": null,
241
254
  "refs": {
255
+ "GetTemplateSummaryOutput$Metadata": "<p>The value that is defined for the <code>Metadata</code> property of the template.</p>",
242
256
  "StackResourceDetail$Metadata": "<p>The JSON format content of the <code>Metadata</code> attribute declared for the resource. For more information, see <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html\">Metadata Attribute</a> in the AWS CloudFormation User Guide.</p>"
243
257
  }
244
258
  },
@@ -312,6 +326,12 @@
312
326
  "Parameters$member": null
313
327
  }
314
328
  },
329
+ "ParameterConstraints": {
330
+ "base": "<p>A set of criteria that AWS CloudFormation uses to validate parameter values. Although other constraints might be defined in the stack template, AWS CloudFormation returns only the <code>AllowedValues</code> property.</p>",
331
+ "refs": {
332
+ "ParameterDeclaration$ParameterConstraints": "<p>The criteria that AWS CloudFormation uses to validate parameter values.</p>"
333
+ }
334
+ },
315
335
  "ParameterDeclaration": {
316
336
  "base": "<p>The ParameterDeclaration data type.</p>",
317
337
  "refs": {
@@ -327,7 +347,7 @@
327
347
  "ParameterKey": {
328
348
  "base": null,
329
349
  "refs": {
330
- "Parameter$ParameterKey": "<p>The key associated with the parameter.</p>",
350
+ "Parameter$ParameterKey": "<p>The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.</p>",
331
351
  "ParameterDeclaration$ParameterKey": "<p>The name that is associated with the parameter.</p>",
332
352
  "TemplateParameter$ParameterKey": "<p>The name associated with the parameter.</p>"
333
353
  }
@@ -352,7 +372,7 @@
352
372
  "CreateStackInput$Parameters": "<p>A list of <code>Parameter</code> structures that specify input parameters for the stack.</p>",
353
373
  "EstimateTemplateCostInput$Parameters": "<p>A list of <code>Parameter</code> structures that specify input parameters.</p>",
354
374
  "Stack$Parameters": "<p>A list of <code>Parameter</code> structures.</p>",
355
- "UpdateStackInput$Parameters": "<p>A list of <code>Parameter</code> structures that specify input parameters for the stack.</p>"
375
+ "UpdateStackInput$Parameters": "<p>A list of <code>Parameter</code> structures that specify input parameters for the stack. For more information, see the <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html\">Parameter</a> data type.</p>"
356
376
  }
357
377
  },
358
378
  "PhysicalResourceId": {
@@ -634,11 +654,11 @@
634
654
  "TemplateURL": {
635
655
  "base": null,
636
656
  "refs": {
637
- "CreateStackInput$TemplateURL": "<p>Location of file containing the template body. The URL must point to a template (max size: 307,200 bytes) located in an S3 bucket in the same region as the stack. For more information, go to the <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a> in the AWS CloudFormation User Guide.</p> <p>Conditional: You must specify either the <code>TemplateBody</code> or the <code>TemplateURL</code> parameter, but not both.</p>",
657
+ "CreateStackInput$TemplateURL": "<p>Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) located in an S3 bucket in the same region as the stack. For more information, go to the <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a> in the AWS CloudFormation User Guide.</p> <p>Conditional: You must specify either the <code>TemplateBody</code> or the <code>TemplateURL</code> parameter, but not both.</p>",
638
658
  "EstimateTemplateCostInput$TemplateURL": "<p>Location of file containing the template body. The URL must point to a template located in an S3 bucket in the same region as the stack. For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a> in the AWS CloudFormation User Guide.</p> <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only <code>TemplateBody</code> is used.</p>",
639
- "GetTemplateSummaryInput$TemplateURL": "<p>Location of file containing the template body. The URL must point to a template (max size: 307,200 bytes) located in an Amazon S3 bucket. For more information about templates, see <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a> in the AWS CloudFormation User Guide.</p> <p>Conditional: You must specify only one of the following parameters: <code>StackName</code>, <code>TemplateBody</code>, or <code>TemplateURL</code>.</p>",
659
+ "GetTemplateSummaryInput$TemplateURL": "<p>Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) located in an Amazon S3 bucket. For more information about templates, see <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a> in the AWS CloudFormation User Guide.</p> <p>Conditional: You must specify only one of the following parameters: <code>StackName</code>, <code>TemplateBody</code>, or <code>TemplateURL</code>.</p>",
640
660
  "UpdateStackInput$TemplateURL": "<p>Location of file containing the template body. The URL must point to a template located in an S3 bucket in the same region as the stack. For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a> in the AWS CloudFormation User Guide.</p> <p>Conditional: You must specify either the <code>TemplateBody</code> or the <code>TemplateURL</code> parameter, but not both.</p>",
641
- "ValidateTemplateInput$TemplateURL": "<p>Location of file containing the template body. The URL must point to a template (max size: 307,200 bytes) located in an S3 bucket in the same region as the stack. For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a> in the AWS CloudFormation User Guide.</p> <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only <code>TemplateBody</code> is used.</p>"
661
+ "ValidateTemplateInput$TemplateURL": "<p>Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) located in an S3 bucket in the same region as the stack. For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a> in the AWS CloudFormation User Guide.</p> <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only <code>TemplateBody</code> is used.</p>"
642
662
  }
643
663
  },
644
664
  "TimeoutMinutes": {
@@ -682,7 +702,7 @@
682
702
  "UsePreviousValue": {
683
703
  "base": null,
684
704
  "refs": {
685
- "Parameter$UsePreviousValue": "<p>During a stack update, use the existing parameter value that is being used for the stack.</p>"
705
+ "Parameter$UsePreviousValue": "<p>During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify <code>true</code>, do not specify a parameter value.</p>"
686
706
  }
687
707
  },
688
708
  "ValidateTemplateInput": {
@@ -0,0 +1,1260 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-04-16",
5
+ "endpointPrefix":"ds",
6
+ "jsonVersion":"1.1",
7
+ "serviceAbbreviation":"Directory Service",
8
+ "serviceFullName":"AWS Directory Service",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"DirectoryService_20150416",
11
+ "protocol":"json"
12
+ },
13
+ "operations":{
14
+ "ConnectDirectory":{
15
+ "name":"ConnectDirectory",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"ConnectDirectoryRequest"},
21
+ "output":{"shape":"ConnectDirectoryResult"},
22
+ "errors":[
23
+ {
24
+ "shape":"DirectoryLimitExceededException",
25
+ "exception":true
26
+ },
27
+ {
28
+ "shape":"InvalidParameterException",
29
+ "exception":true
30
+ },
31
+ {
32
+ "shape":"ClientException",
33
+ "exception":true
34
+ },
35
+ {
36
+ "shape":"ServiceException",
37
+ "exception":true,
38
+ "fault":true
39
+ }
40
+ ]
41
+ },
42
+ "CreateAlias":{
43
+ "name":"CreateAlias",
44
+ "http":{
45
+ "method":"POST",
46
+ "requestUri":"/"
47
+ },
48
+ "input":{"shape":"CreateAliasRequest"},
49
+ "output":{"shape":"CreateAliasResult"},
50
+ "errors":[
51
+ {
52
+ "shape":"EntityAlreadyExistsException",
53
+ "exception":true
54
+ },
55
+ {
56
+ "shape":"EntityDoesNotExistException",
57
+ "exception":true
58
+ },
59
+ {
60
+ "shape":"InvalidParameterException",
61
+ "exception":true
62
+ },
63
+ {
64
+ "shape":"ClientException",
65
+ "exception":true
66
+ },
67
+ {
68
+ "shape":"ServiceException",
69
+ "exception":true,
70
+ "fault":true
71
+ }
72
+ ]
73
+ },
74
+ "CreateComputer":{
75
+ "name":"CreateComputer",
76
+ "http":{
77
+ "method":"POST",
78
+ "requestUri":"/"
79
+ },
80
+ "input":{"shape":"CreateComputerRequest"},
81
+ "output":{"shape":"CreateComputerResult"},
82
+ "errors":[
83
+ {
84
+ "shape":"AuthenticationFailedException",
85
+ "exception":true
86
+ },
87
+ {
88
+ "shape":"DirectoryUnavailableException",
89
+ "exception":true
90
+ },
91
+ {
92
+ "shape":"EntityAlreadyExistsException",
93
+ "exception":true
94
+ },
95
+ {
96
+ "shape":"EntityDoesNotExistException",
97
+ "exception":true
98
+ },
99
+ {
100
+ "shape":"InvalidParameterException",
101
+ "exception":true
102
+ },
103
+ {
104
+ "shape":"UnsupportedOperationException",
105
+ "exception":true
106
+ },
107
+ {
108
+ "shape":"ClientException",
109
+ "exception":true
110
+ },
111
+ {
112
+ "shape":"ServiceException",
113
+ "exception":true,
114
+ "fault":true
115
+ }
116
+ ]
117
+ },
118
+ "CreateDirectory":{
119
+ "name":"CreateDirectory",
120
+ "http":{
121
+ "method":"POST",
122
+ "requestUri":"/"
123
+ },
124
+ "input":{"shape":"CreateDirectoryRequest"},
125
+ "output":{"shape":"CreateDirectoryResult"},
126
+ "errors":[
127
+ {
128
+ "shape":"DirectoryLimitExceededException",
129
+ "exception":true
130
+ },
131
+ {
132
+ "shape":"InvalidParameterException",
133
+ "exception":true
134
+ },
135
+ {
136
+ "shape":"ClientException",
137
+ "exception":true
138
+ },
139
+ {
140
+ "shape":"ServiceException",
141
+ "exception":true,
142
+ "fault":true
143
+ }
144
+ ]
145
+ },
146
+ "CreateSnapshot":{
147
+ "name":"CreateSnapshot",
148
+ "http":{
149
+ "method":"POST",
150
+ "requestUri":"/"
151
+ },
152
+ "input":{"shape":"CreateSnapshotRequest"},
153
+ "output":{"shape":"CreateSnapshotResult"},
154
+ "errors":[
155
+ {
156
+ "shape":"EntityDoesNotExistException",
157
+ "exception":true
158
+ },
159
+ {
160
+ "shape":"InvalidParameterException",
161
+ "exception":true
162
+ },
163
+ {
164
+ "shape":"SnapshotLimitExceededException",
165
+ "exception":true
166
+ },
167
+ {
168
+ "shape":"ClientException",
169
+ "exception":true
170
+ },
171
+ {
172
+ "shape":"ServiceException",
173
+ "exception":true,
174
+ "fault":true
175
+ }
176
+ ]
177
+ },
178
+ "DeleteDirectory":{
179
+ "name":"DeleteDirectory",
180
+ "http":{
181
+ "method":"POST",
182
+ "requestUri":"/"
183
+ },
184
+ "input":{"shape":"DeleteDirectoryRequest"},
185
+ "output":{"shape":"DeleteDirectoryResult"},
186
+ "errors":[
187
+ {
188
+ "shape":"EntityDoesNotExistException",
189
+ "exception":true
190
+ },
191
+ {
192
+ "shape":"ClientException",
193
+ "exception":true
194
+ },
195
+ {
196
+ "shape":"ServiceException",
197
+ "exception":true,
198
+ "fault":true
199
+ }
200
+ ]
201
+ },
202
+ "DeleteSnapshot":{
203
+ "name":"DeleteSnapshot",
204
+ "http":{
205
+ "method":"POST",
206
+ "requestUri":"/"
207
+ },
208
+ "input":{"shape":"DeleteSnapshotRequest"},
209
+ "output":{"shape":"DeleteSnapshotResult"},
210
+ "errors":[
211
+ {
212
+ "shape":"EntityDoesNotExistException",
213
+ "exception":true
214
+ },
215
+ {
216
+ "shape":"InvalidParameterException",
217
+ "exception":true
218
+ },
219
+ {
220
+ "shape":"ClientException",
221
+ "exception":true
222
+ },
223
+ {
224
+ "shape":"ServiceException",
225
+ "exception":true,
226
+ "fault":true
227
+ }
228
+ ]
229
+ },
230
+ "DescribeDirectories":{
231
+ "name":"DescribeDirectories",
232
+ "http":{
233
+ "method":"POST",
234
+ "requestUri":"/"
235
+ },
236
+ "input":{"shape":"DescribeDirectoriesRequest"},
237
+ "output":{"shape":"DescribeDirectoriesResult"},
238
+ "errors":[
239
+ {
240
+ "shape":"EntityDoesNotExistException",
241
+ "exception":true
242
+ },
243
+ {
244
+ "shape":"InvalidParameterException",
245
+ "exception":true
246
+ },
247
+ {
248
+ "shape":"InvalidNextTokenException",
249
+ "exception":true
250
+ },
251
+ {
252
+ "shape":"ClientException",
253
+ "exception":true
254
+ },
255
+ {
256
+ "shape":"ServiceException",
257
+ "exception":true,
258
+ "fault":true
259
+ }
260
+ ]
261
+ },
262
+ "DescribeSnapshots":{
263
+ "name":"DescribeSnapshots",
264
+ "http":{
265
+ "method":"POST",
266
+ "requestUri":"/"
267
+ },
268
+ "input":{"shape":"DescribeSnapshotsRequest"},
269
+ "output":{"shape":"DescribeSnapshotsResult"},
270
+ "errors":[
271
+ {
272
+ "shape":"EntityDoesNotExistException",
273
+ "exception":true
274
+ },
275
+ {
276
+ "shape":"InvalidParameterException",
277
+ "exception":true
278
+ },
279
+ {
280
+ "shape":"InvalidNextTokenException",
281
+ "exception":true
282
+ },
283
+ {
284
+ "shape":"ClientException",
285
+ "exception":true
286
+ },
287
+ {
288
+ "shape":"ServiceException",
289
+ "exception":true,
290
+ "fault":true
291
+ }
292
+ ]
293
+ },
294
+ "DisableRadius":{
295
+ "name":"DisableRadius",
296
+ "http":{
297
+ "method":"POST",
298
+ "requestUri":"/"
299
+ },
300
+ "input":{"shape":"DisableRadiusRequest"},
301
+ "output":{"shape":"DisableRadiusResult"},
302
+ "errors":[
303
+ {
304
+ "shape":"EntityDoesNotExistException",
305
+ "exception":true
306
+ },
307
+ {
308
+ "shape":"ClientException",
309
+ "exception":true
310
+ },
311
+ {
312
+ "shape":"ServiceException",
313
+ "exception":true,
314
+ "fault":true
315
+ }
316
+ ]
317
+ },
318
+ "DisableSso":{
319
+ "name":"DisableSso",
320
+ "http":{
321
+ "method":"POST",
322
+ "requestUri":"/"
323
+ },
324
+ "input":{"shape":"DisableSsoRequest"},
325
+ "output":{"shape":"DisableSsoResult"},
326
+ "errors":[
327
+ {
328
+ "shape":"EntityDoesNotExistException",
329
+ "exception":true
330
+ },
331
+ {
332
+ "shape":"InsufficientPermissionsException",
333
+ "exception":true
334
+ },
335
+ {
336
+ "shape":"AuthenticationFailedException",
337
+ "exception":true
338
+ },
339
+ {
340
+ "shape":"ClientException",
341
+ "exception":true
342
+ },
343
+ {
344
+ "shape":"ServiceException",
345
+ "exception":true,
346
+ "fault":true
347
+ }
348
+ ]
349
+ },
350
+ "EnableRadius":{
351
+ "name":"EnableRadius",
352
+ "http":{
353
+ "method":"POST",
354
+ "requestUri":"/"
355
+ },
356
+ "input":{"shape":"EnableRadiusRequest"},
357
+ "output":{"shape":"EnableRadiusResult"},
358
+ "errors":[
359
+ {
360
+ "shape":"InvalidParameterException",
361
+ "exception":true
362
+ },
363
+ {
364
+ "shape":"EntityAlreadyExistsException",
365
+ "exception":true
366
+ },
367
+ {
368
+ "shape":"EntityDoesNotExistException",
369
+ "exception":true
370
+ },
371
+ {
372
+ "shape":"ClientException",
373
+ "exception":true
374
+ },
375
+ {
376
+ "shape":"ServiceException",
377
+ "exception":true,
378
+ "fault":true
379
+ }
380
+ ]
381
+ },
382
+ "EnableSso":{
383
+ "name":"EnableSso",
384
+ "http":{
385
+ "method":"POST",
386
+ "requestUri":"/"
387
+ },
388
+ "input":{"shape":"EnableSsoRequest"},
389
+ "output":{"shape":"EnableSsoResult"},
390
+ "errors":[
391
+ {
392
+ "shape":"EntityDoesNotExistException",
393
+ "exception":true
394
+ },
395
+ {
396
+ "shape":"InsufficientPermissionsException",
397
+ "exception":true
398
+ },
399
+ {
400
+ "shape":"AuthenticationFailedException",
401
+ "exception":true
402
+ },
403
+ {
404
+ "shape":"ClientException",
405
+ "exception":true
406
+ },
407
+ {
408
+ "shape":"ServiceException",
409
+ "exception":true,
410
+ "fault":true
411
+ }
412
+ ]
413
+ },
414
+ "GetDirectoryLimits":{
415
+ "name":"GetDirectoryLimits",
416
+ "http":{
417
+ "method":"POST",
418
+ "requestUri":"/"
419
+ },
420
+ "input":{"shape":"GetDirectoryLimitsRequest"},
421
+ "output":{"shape":"GetDirectoryLimitsResult"},
422
+ "errors":[
423
+ {
424
+ "shape":"EntityDoesNotExistException",
425
+ "exception":true
426
+ },
427
+ {
428
+ "shape":"ClientException",
429
+ "exception":true
430
+ },
431
+ {
432
+ "shape":"ServiceException",
433
+ "exception":true,
434
+ "fault":true
435
+ }
436
+ ]
437
+ },
438
+ "GetSnapshotLimits":{
439
+ "name":"GetSnapshotLimits",
440
+ "http":{
441
+ "method":"POST",
442
+ "requestUri":"/"
443
+ },
444
+ "input":{"shape":"GetSnapshotLimitsRequest"},
445
+ "output":{"shape":"GetSnapshotLimitsResult"},
446
+ "errors":[
447
+ {
448
+ "shape":"EntityDoesNotExistException",
449
+ "exception":true
450
+ },
451
+ {
452
+ "shape":"ClientException",
453
+ "exception":true
454
+ },
455
+ {
456
+ "shape":"ServiceException",
457
+ "exception":true,
458
+ "fault":true
459
+ }
460
+ ]
461
+ },
462
+ "RestoreFromSnapshot":{
463
+ "name":"RestoreFromSnapshot",
464
+ "http":{
465
+ "method":"POST",
466
+ "requestUri":"/"
467
+ },
468
+ "input":{"shape":"RestoreFromSnapshotRequest"},
469
+ "output":{"shape":"RestoreFromSnapshotResult"},
470
+ "errors":[
471
+ {
472
+ "shape":"EntityDoesNotExistException",
473
+ "exception":true
474
+ },
475
+ {
476
+ "shape":"InvalidParameterException",
477
+ "exception":true
478
+ },
479
+ {
480
+ "shape":"ClientException",
481
+ "exception":true
482
+ },
483
+ {
484
+ "shape":"ServiceException",
485
+ "exception":true,
486
+ "fault":true
487
+ }
488
+ ]
489
+ },
490
+ "UpdateRadius":{
491
+ "name":"UpdateRadius",
492
+ "http":{
493
+ "method":"POST",
494
+ "requestUri":"/"
495
+ },
496
+ "input":{"shape":"UpdateRadiusRequest"},
497
+ "output":{"shape":"UpdateRadiusResult"},
498
+ "errors":[
499
+ {
500
+ "shape":"InvalidParameterException",
501
+ "exception":true
502
+ },
503
+ {
504
+ "shape":"EntityDoesNotExistException",
505
+ "exception":true
506
+ },
507
+ {
508
+ "shape":"ClientException",
509
+ "exception":true
510
+ },
511
+ {
512
+ "shape":"ServiceException",
513
+ "exception":true,
514
+ "fault":true
515
+ }
516
+ ]
517
+ }
518
+ },
519
+ "shapes":{
520
+ "AccessUrl":{
521
+ "type":"string",
522
+ "min":1,
523
+ "max":128
524
+ },
525
+ "AliasName":{
526
+ "type":"string",
527
+ "min":1,
528
+ "max":62,
529
+ "pattern":"^(?!d-)([\\da-zA-Z]+)([-]*[\\da-zA-Z])*"
530
+ },
531
+ "Attribute":{
532
+ "type":"structure",
533
+ "members":{
534
+ "Name":{"shape":"AttributeName"},
535
+ "Value":{"shape":"AttributeValue"}
536
+ }
537
+ },
538
+ "AttributeName":{
539
+ "type":"string",
540
+ "min":1
541
+ },
542
+ "AttributeValue":{"type":"string"},
543
+ "Attributes":{
544
+ "type":"list",
545
+ "member":{"shape":"Attribute"}
546
+ },
547
+ "AuthenticationFailedException":{
548
+ "type":"structure",
549
+ "members":{
550
+ "Message":{"shape":"ExceptionMessage"},
551
+ "RequestId":{"shape":"RequestId"}
552
+ },
553
+ "exception":true
554
+ },
555
+ "AvailabilityZone":{"type":"string"},
556
+ "AvailabilityZones":{
557
+ "type":"list",
558
+ "member":{"shape":"AvailabilityZone"}
559
+ },
560
+ "ClientException":{
561
+ "type":"structure",
562
+ "members":{
563
+ "Message":{"shape":"ExceptionMessage"},
564
+ "RequestId":{"shape":"RequestId"}
565
+ },
566
+ "exception":true
567
+ },
568
+ "CloudOnlyDirectoriesLimitReached":{"type":"boolean"},
569
+ "Computer":{
570
+ "type":"structure",
571
+ "members":{
572
+ "ComputerId":{"shape":"SID"},
573
+ "ComputerName":{"shape":"ComputerName"},
574
+ "ComputerAttributes":{"shape":"Attributes"}
575
+ }
576
+ },
577
+ "ComputerName":{
578
+ "type":"string",
579
+ "min":1,
580
+ "max":15
581
+ },
582
+ "ComputerPassword":{
583
+ "type":"string",
584
+ "min":8,
585
+ "max":64,
586
+ "pattern":"[\\u0020-\\u00FF]+",
587
+ "sensitive":true
588
+ },
589
+ "ConnectDirectoryRequest":{
590
+ "type":"structure",
591
+ "required":[
592
+ "Name",
593
+ "Password",
594
+ "Size",
595
+ "ConnectSettings"
596
+ ],
597
+ "members":{
598
+ "Name":{"shape":"DirectoryName"},
599
+ "ShortName":{"shape":"DirectoryShortName"},
600
+ "Password":{"shape":"ConnectPassword"},
601
+ "Description":{"shape":"Description"},
602
+ "Size":{"shape":"DirectorySize"},
603
+ "ConnectSettings":{"shape":"DirectoryConnectSettings"}
604
+ }
605
+ },
606
+ "ConnectDirectoryResult":{
607
+ "type":"structure",
608
+ "members":{
609
+ "DirectoryId":{"shape":"DirectoryId"}
610
+ }
611
+ },
612
+ "ConnectPassword":{
613
+ "type":"string",
614
+ "min":1,
615
+ "max":128,
616
+ "sensitive":true
617
+ },
618
+ "ConnectedDirectoriesLimitReached":{"type":"boolean"},
619
+ "CreateAliasRequest":{
620
+ "type":"structure",
621
+ "required":[
622
+ "DirectoryId",
623
+ "Alias"
624
+ ],
625
+ "members":{
626
+ "DirectoryId":{"shape":"DirectoryId"},
627
+ "Alias":{"shape":"AliasName"}
628
+ }
629
+ },
630
+ "CreateAliasResult":{
631
+ "type":"structure",
632
+ "members":{
633
+ "DirectoryId":{"shape":"DirectoryId"},
634
+ "Alias":{"shape":"AliasName"}
635
+ }
636
+ },
637
+ "CreateComputerRequest":{
638
+ "type":"structure",
639
+ "required":[
640
+ "DirectoryId",
641
+ "ComputerName",
642
+ "Password"
643
+ ],
644
+ "members":{
645
+ "DirectoryId":{"shape":"DirectoryId"},
646
+ "ComputerName":{"shape":"ComputerName"},
647
+ "Password":{"shape":"ComputerPassword"},
648
+ "OrganizationalUnitDistinguishedName":{"shape":"OrganizationalUnitDN"},
649
+ "ComputerAttributes":{"shape":"Attributes"}
650
+ }
651
+ },
652
+ "CreateComputerResult":{
653
+ "type":"structure",
654
+ "members":{
655
+ "Computer":{"shape":"Computer"}
656
+ }
657
+ },
658
+ "CreateDirectoryRequest":{
659
+ "type":"structure",
660
+ "required":[
661
+ "Name",
662
+ "Password",
663
+ "Size"
664
+ ],
665
+ "members":{
666
+ "Name":{"shape":"DirectoryName"},
667
+ "ShortName":{"shape":"DirectoryShortName"},
668
+ "Password":{"shape":"Password"},
669
+ "Description":{"shape":"Description"},
670
+ "Size":{"shape":"DirectorySize"},
671
+ "VpcSettings":{"shape":"DirectoryVpcSettings"}
672
+ }
673
+ },
674
+ "CreateDirectoryResult":{
675
+ "type":"structure",
676
+ "members":{
677
+ "DirectoryId":{"shape":"DirectoryId"}
678
+ }
679
+ },
680
+ "CreateSnapshotRequest":{
681
+ "type":"structure",
682
+ "required":["DirectoryId"],
683
+ "members":{
684
+ "DirectoryId":{"shape":"DirectoryId"},
685
+ "Name":{"shape":"SnapshotName"}
686
+ }
687
+ },
688
+ "CreateSnapshotResult":{
689
+ "type":"structure",
690
+ "members":{
691
+ "SnapshotId":{"shape":"SnapshotId"}
692
+ }
693
+ },
694
+ "DeleteDirectoryRequest":{
695
+ "type":"structure",
696
+ "required":["DirectoryId"],
697
+ "members":{
698
+ "DirectoryId":{"shape":"DirectoryId"}
699
+ }
700
+ },
701
+ "DeleteDirectoryResult":{
702
+ "type":"structure",
703
+ "members":{
704
+ "DirectoryId":{"shape":"DirectoryId"}
705
+ }
706
+ },
707
+ "DeleteSnapshotRequest":{
708
+ "type":"structure",
709
+ "required":["SnapshotId"],
710
+ "members":{
711
+ "SnapshotId":{"shape":"SnapshotId"}
712
+ }
713
+ },
714
+ "DeleteSnapshotResult":{
715
+ "type":"structure",
716
+ "members":{
717
+ "SnapshotId":{"shape":"SnapshotId"}
718
+ }
719
+ },
720
+ "DescribeDirectoriesRequest":{
721
+ "type":"structure",
722
+ "members":{
723
+ "DirectoryIds":{"shape":"DirectoryIds"},
724
+ "NextToken":{"shape":"NextToken"},
725
+ "Limit":{"shape":"Limit"}
726
+ }
727
+ },
728
+ "DescribeDirectoriesResult":{
729
+ "type":"structure",
730
+ "members":{
731
+ "DirectoryDescriptions":{"shape":"DirectoryDescriptions"},
732
+ "NextToken":{"shape":"NextToken"}
733
+ }
734
+ },
735
+ "DescribeSnapshotsRequest":{
736
+ "type":"structure",
737
+ "members":{
738
+ "DirectoryId":{"shape":"DirectoryId"},
739
+ "SnapshotIds":{"shape":"SnapshotIds"},
740
+ "NextToken":{"shape":"NextToken"},
741
+ "Limit":{"shape":"Limit"}
742
+ }
743
+ },
744
+ "DescribeSnapshotsResult":{
745
+ "type":"structure",
746
+ "members":{
747
+ "Snapshots":{"shape":"Snapshots"},
748
+ "NextToken":{"shape":"NextToken"}
749
+ }
750
+ },
751
+ "Description":{
752
+ "type":"string",
753
+ "min":0,
754
+ "max":128,
755
+ "pattern":"^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$"
756
+ },
757
+ "DirectoryConnectSettings":{
758
+ "type":"structure",
759
+ "required":[
760
+ "VpcId",
761
+ "SubnetIds",
762
+ "CustomerDnsIps",
763
+ "CustomerUserName"
764
+ ],
765
+ "members":{
766
+ "VpcId":{"shape":"VpcId"},
767
+ "SubnetIds":{"shape":"SubnetIds"},
768
+ "CustomerDnsIps":{"shape":"DnsIpAddrs"},
769
+ "CustomerUserName":{"shape":"UserName"}
770
+ }
771
+ },
772
+ "DirectoryConnectSettingsDescription":{
773
+ "type":"structure",
774
+ "members":{
775
+ "VpcId":{"shape":"VpcId"},
776
+ "SubnetIds":{"shape":"SubnetIds"},
777
+ "CustomerUserName":{"shape":"UserName"},
778
+ "SecurityGroupId":{"shape":"SecurityGroupId"},
779
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
780
+ "ConnectIps":{"shape":"IpAddrs"}
781
+ }
782
+ },
783
+ "DirectoryDescription":{
784
+ "type":"structure",
785
+ "members":{
786
+ "DirectoryId":{"shape":"DirectoryId"},
787
+ "Name":{"shape":"DirectoryName"},
788
+ "ShortName":{"shape":"DirectoryShortName"},
789
+ "Size":{"shape":"DirectorySize"},
790
+ "Alias":{"shape":"AliasName"},
791
+ "AccessUrl":{"shape":"AccessUrl"},
792
+ "Description":{"shape":"Description"},
793
+ "DnsIpAddrs":{"shape":"DnsIpAddrs"},
794
+ "Stage":{"shape":"DirectoryStage"},
795
+ "LaunchTime":{"shape":"LaunchTime"},
796
+ "StageLastUpdatedDateTime":{"shape":"LastUpdatedDateTime"},
797
+ "Type":{"shape":"DirectoryType"},
798
+ "VpcSettings":{"shape":"DirectoryVpcSettingsDescription"},
799
+ "ConnectSettings":{"shape":"DirectoryConnectSettingsDescription"},
800
+ "RadiusSettings":{"shape":"RadiusSettings"},
801
+ "RadiusStatus":{"shape":"RadiusStatus"},
802
+ "StageReason":{"shape":"StageReason"},
803
+ "SsoEnabled":{"shape":"SsoEnabled"}
804
+ }
805
+ },
806
+ "DirectoryDescriptions":{
807
+ "type":"list",
808
+ "member":{"shape":"DirectoryDescription"}
809
+ },
810
+ "DirectoryId":{
811
+ "type":"string",
812
+ "pattern":"^d-[0-9a-f]{10}$"
813
+ },
814
+ "DirectoryIds":{
815
+ "type":"list",
816
+ "member":{"shape":"DirectoryId"}
817
+ },
818
+ "DirectoryLimitExceededException":{
819
+ "type":"structure",
820
+ "members":{
821
+ "Message":{"shape":"ExceptionMessage"},
822
+ "RequestId":{"shape":"RequestId"}
823
+ },
824
+ "exception":true
825
+ },
826
+ "DirectoryLimits":{
827
+ "type":"structure",
828
+ "members":{
829
+ "CloudOnlyDirectoriesLimit":{"shape":"Limit"},
830
+ "CloudOnlyDirectoriesCurrentCount":{"shape":"Limit"},
831
+ "CloudOnlyDirectoriesLimitReached":{"shape":"CloudOnlyDirectoriesLimitReached"},
832
+ "ConnectedDirectoriesLimit":{"shape":"Limit"},
833
+ "ConnectedDirectoriesCurrentCount":{"shape":"Limit"},
834
+ "ConnectedDirectoriesLimitReached":{"shape":"ConnectedDirectoriesLimitReached"}
835
+ }
836
+ },
837
+ "DirectoryName":{
838
+ "type":"string",
839
+ "pattern":"^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$"
840
+ },
841
+ "DirectoryShortName":{
842
+ "type":"string",
843
+ "pattern":"^[^\\\\/:*?\\\"\\<\\>|.]+[^\\\\/:*?\\\"<>|]*$"
844
+ },
845
+ "DirectorySize":{
846
+ "type":"string",
847
+ "enum":[
848
+ "Small",
849
+ "Large"
850
+ ]
851
+ },
852
+ "DirectoryStage":{
853
+ "type":"string",
854
+ "enum":[
855
+ "Requested",
856
+ "Creating",
857
+ "Created",
858
+ "Active",
859
+ "Inoperable",
860
+ "Impaired",
861
+ "Restoring",
862
+ "RestoreFailed",
863
+ "Deleting",
864
+ "Deleted",
865
+ "Failed"
866
+ ]
867
+ },
868
+ "DirectoryType":{
869
+ "type":"string",
870
+ "enum":[
871
+ "SimpleAD",
872
+ "ADConnector"
873
+ ]
874
+ },
875
+ "DirectoryUnavailableException":{
876
+ "type":"structure",
877
+ "members":{
878
+ "Message":{"shape":"ExceptionMessage"},
879
+ "RequestId":{"shape":"RequestId"}
880
+ },
881
+ "exception":true
882
+ },
883
+ "DirectoryVpcSettings":{
884
+ "type":"structure",
885
+ "required":[
886
+ "VpcId",
887
+ "SubnetIds"
888
+ ],
889
+ "members":{
890
+ "VpcId":{"shape":"VpcId"},
891
+ "SubnetIds":{"shape":"SubnetIds"}
892
+ }
893
+ },
894
+ "DirectoryVpcSettingsDescription":{
895
+ "type":"structure",
896
+ "members":{
897
+ "VpcId":{"shape":"VpcId"},
898
+ "SubnetIds":{"shape":"SubnetIds"},
899
+ "SecurityGroupId":{"shape":"SecurityGroupId"},
900
+ "AvailabilityZones":{"shape":"AvailabilityZones"}
901
+ }
902
+ },
903
+ "DisableRadiusRequest":{
904
+ "type":"structure",
905
+ "required":["DirectoryId"],
906
+ "members":{
907
+ "DirectoryId":{"shape":"DirectoryId"}
908
+ }
909
+ },
910
+ "DisableRadiusResult":{
911
+ "type":"structure",
912
+ "members":{
913
+ }
914
+ },
915
+ "DisableSsoRequest":{
916
+ "type":"structure",
917
+ "required":["DirectoryId"],
918
+ "members":{
919
+ "DirectoryId":{"shape":"DirectoryId"},
920
+ "UserName":{"shape":"UserName"},
921
+ "Password":{"shape":"ConnectPassword"}
922
+ }
923
+ },
924
+ "DisableSsoResult":{
925
+ "type":"structure",
926
+ "members":{
927
+ }
928
+ },
929
+ "DnsIpAddrs":{
930
+ "type":"list",
931
+ "member":{"shape":"IpAddr"}
932
+ },
933
+ "EnableRadiusRequest":{
934
+ "type":"structure",
935
+ "required":[
936
+ "DirectoryId",
937
+ "RadiusSettings"
938
+ ],
939
+ "members":{
940
+ "DirectoryId":{"shape":"DirectoryId"},
941
+ "RadiusSettings":{"shape":"RadiusSettings"}
942
+ }
943
+ },
944
+ "EnableRadiusResult":{
945
+ "type":"structure",
946
+ "members":{
947
+ }
948
+ },
949
+ "EnableSsoRequest":{
950
+ "type":"structure",
951
+ "required":["DirectoryId"],
952
+ "members":{
953
+ "DirectoryId":{"shape":"DirectoryId"},
954
+ "UserName":{"shape":"UserName"},
955
+ "Password":{"shape":"ConnectPassword"}
956
+ }
957
+ },
958
+ "EnableSsoResult":{
959
+ "type":"structure",
960
+ "members":{
961
+ }
962
+ },
963
+ "EntityAlreadyExistsException":{
964
+ "type":"structure",
965
+ "members":{
966
+ "Message":{"shape":"ExceptionMessage"},
967
+ "RequestId":{"shape":"RequestId"}
968
+ },
969
+ "exception":true
970
+ },
971
+ "EntityDoesNotExistException":{
972
+ "type":"structure",
973
+ "members":{
974
+ "Message":{"shape":"ExceptionMessage"},
975
+ "RequestId":{"shape":"RequestId"}
976
+ },
977
+ "exception":true
978
+ },
979
+ "ExceptionMessage":{"type":"string"},
980
+ "GetDirectoryLimitsRequest":{
981
+ "type":"structure",
982
+ "members":{
983
+ }
984
+ },
985
+ "GetDirectoryLimitsResult":{
986
+ "type":"structure",
987
+ "members":{
988
+ "DirectoryLimits":{"shape":"DirectoryLimits"}
989
+ }
990
+ },
991
+ "GetSnapshotLimitsRequest":{
992
+ "type":"structure",
993
+ "required":["DirectoryId"],
994
+ "members":{
995
+ "DirectoryId":{"shape":"DirectoryId"}
996
+ }
997
+ },
998
+ "GetSnapshotLimitsResult":{
999
+ "type":"structure",
1000
+ "members":{
1001
+ "SnapshotLimits":{"shape":"SnapshotLimits"}
1002
+ }
1003
+ },
1004
+ "InsufficientPermissionsException":{
1005
+ "type":"structure",
1006
+ "members":{
1007
+ "Message":{"shape":"ExceptionMessage"},
1008
+ "RequestId":{"shape":"RequestId"}
1009
+ },
1010
+ "exception":true
1011
+ },
1012
+ "InvalidNextTokenException":{
1013
+ "type":"structure",
1014
+ "members":{
1015
+ "Message":{"shape":"ExceptionMessage"},
1016
+ "RequestId":{"shape":"RequestId"}
1017
+ },
1018
+ "exception":true
1019
+ },
1020
+ "InvalidParameterException":{
1021
+ "type":"structure",
1022
+ "members":{
1023
+ "Message":{"shape":"ExceptionMessage"},
1024
+ "RequestId":{"shape":"RequestId"}
1025
+ },
1026
+ "exception":true
1027
+ },
1028
+ "IpAddr":{
1029
+ "type":"string",
1030
+ "pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
1031
+ },
1032
+ "IpAddrs":{
1033
+ "type":"list",
1034
+ "member":{"shape":"IpAddr"}
1035
+ },
1036
+ "LastUpdatedDateTime":{"type":"timestamp"},
1037
+ "LaunchTime":{"type":"timestamp"},
1038
+ "Limit":{
1039
+ "type":"integer",
1040
+ "min":0
1041
+ },
1042
+ "ManualSnapshotsLimitReached":{"type":"boolean"},
1043
+ "NextToken":{"type":"string"},
1044
+ "OrganizationalUnitDN":{
1045
+ "type":"string",
1046
+ "min":1,
1047
+ "max":2000
1048
+ },
1049
+ "Password":{
1050
+ "type":"string",
1051
+ "pattern":"(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9])(?=.*[a-z])|(?=.*[^A-Za-z0-9])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9]))^.*",
1052
+ "sensitive":true
1053
+ },
1054
+ "PortNumber":{
1055
+ "type":"integer",
1056
+ "min":1025,
1057
+ "max":65535
1058
+ },
1059
+ "RadiusAuthenticationProtocol":{
1060
+ "type":"string",
1061
+ "enum":[
1062
+ "PAP",
1063
+ "CHAP",
1064
+ "MS-CHAPv1",
1065
+ "MS-CHAPv2"
1066
+ ]
1067
+ },
1068
+ "RadiusDisplayLabel":{
1069
+ "type":"string",
1070
+ "min":1,
1071
+ "max":64
1072
+ },
1073
+ "RadiusRetries":{
1074
+ "type":"integer",
1075
+ "min":0,
1076
+ "max":10
1077
+ },
1078
+ "RadiusSettings":{
1079
+ "type":"structure",
1080
+ "members":{
1081
+ "RadiusServers":{"shape":"Servers"},
1082
+ "RadiusPort":{"shape":"PortNumber"},
1083
+ "RadiusTimeout":{"shape":"RadiusTimeout"},
1084
+ "RadiusRetries":{"shape":"RadiusRetries"},
1085
+ "SharedSecret":{"shape":"RadiusSharedSecret"},
1086
+ "AuthenticationProtocol":{"shape":"RadiusAuthenticationProtocol"},
1087
+ "DisplayLabel":{"shape":"RadiusDisplayLabel"},
1088
+ "UseSameUsername":{"shape":"UseSameUsername"}
1089
+ }
1090
+ },
1091
+ "RadiusSharedSecret":{
1092
+ "type":"string",
1093
+ "min":8,
1094
+ "max":512,
1095
+ "sensitive":true
1096
+ },
1097
+ "RadiusStatus":{
1098
+ "type":"string",
1099
+ "enum":[
1100
+ "Creating",
1101
+ "Completed",
1102
+ "Failed"
1103
+ ]
1104
+ },
1105
+ "RadiusTimeout":{
1106
+ "type":"integer",
1107
+ "min":1,
1108
+ "max":20
1109
+ },
1110
+ "RequestId":{
1111
+ "type":"string",
1112
+ "pattern":"^([A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12})$"
1113
+ },
1114
+ "RestoreFromSnapshotRequest":{
1115
+ "type":"structure",
1116
+ "required":["SnapshotId"],
1117
+ "members":{
1118
+ "SnapshotId":{"shape":"SnapshotId"}
1119
+ }
1120
+ },
1121
+ "RestoreFromSnapshotResult":{
1122
+ "type":"structure",
1123
+ "members":{
1124
+ }
1125
+ },
1126
+ "SID":{
1127
+ "type":"string",
1128
+ "min":1,
1129
+ "max":256,
1130
+ "pattern":"[&\\w+-.@]+"
1131
+ },
1132
+ "SecurityGroupId":{
1133
+ "type":"string",
1134
+ "pattern":"^(sg-[0-9a-f]{8})$"
1135
+ },
1136
+ "Server":{
1137
+ "type":"string",
1138
+ "min":1,
1139
+ "max":256
1140
+ },
1141
+ "Servers":{
1142
+ "type":"list",
1143
+ "member":{"shape":"Server"}
1144
+ },
1145
+ "ServiceException":{
1146
+ "type":"structure",
1147
+ "members":{
1148
+ "Message":{"shape":"ExceptionMessage"},
1149
+ "RequestId":{"shape":"RequestId"}
1150
+ },
1151
+ "exception":true,
1152
+ "fault":true
1153
+ },
1154
+ "Snapshot":{
1155
+ "type":"structure",
1156
+ "members":{
1157
+ "DirectoryId":{"shape":"DirectoryId"},
1158
+ "SnapshotId":{"shape":"SnapshotId"},
1159
+ "Type":{"shape":"SnapshotType"},
1160
+ "Name":{"shape":"SnapshotName"},
1161
+ "Status":{"shape":"SnapshotStatus"},
1162
+ "StartTime":{"shape":"StartTime"}
1163
+ }
1164
+ },
1165
+ "SnapshotId":{
1166
+ "type":"string",
1167
+ "pattern":"^s-[0-9a-f]{10}$"
1168
+ },
1169
+ "SnapshotIds":{
1170
+ "type":"list",
1171
+ "member":{"shape":"SnapshotId"}
1172
+ },
1173
+ "SnapshotLimitExceededException":{
1174
+ "type":"structure",
1175
+ "members":{
1176
+ "Message":{"shape":"ExceptionMessage"},
1177
+ "RequestId":{"shape":"RequestId"}
1178
+ },
1179
+ "exception":true
1180
+ },
1181
+ "SnapshotLimits":{
1182
+ "type":"structure",
1183
+ "members":{
1184
+ "ManualSnapshotsLimit":{"shape":"Limit"},
1185
+ "ManualSnapshotsCurrentCount":{"shape":"Limit"},
1186
+ "ManualSnapshotsLimitReached":{"shape":"ManualSnapshotsLimitReached"}
1187
+ }
1188
+ },
1189
+ "SnapshotName":{
1190
+ "type":"string",
1191
+ "min":0,
1192
+ "max":128,
1193
+ "pattern":"^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$"
1194
+ },
1195
+ "SnapshotStatus":{
1196
+ "type":"string",
1197
+ "enum":[
1198
+ "Creating",
1199
+ "Completed",
1200
+ "Failed"
1201
+ ]
1202
+ },
1203
+ "SnapshotType":{
1204
+ "type":"string",
1205
+ "enum":[
1206
+ "Auto",
1207
+ "Manual"
1208
+ ]
1209
+ },
1210
+ "Snapshots":{
1211
+ "type":"list",
1212
+ "member":{"shape":"Snapshot"}
1213
+ },
1214
+ "SsoEnabled":{"type":"boolean"},
1215
+ "StageReason":{"type":"string"},
1216
+ "StartTime":{"type":"timestamp"},
1217
+ "SubnetId":{
1218
+ "type":"string",
1219
+ "pattern":"^(subnet-[0-9a-f]{8})$"
1220
+ },
1221
+ "SubnetIds":{
1222
+ "type":"list",
1223
+ "member":{"shape":"SubnetId"}
1224
+ },
1225
+ "UnsupportedOperationException":{
1226
+ "type":"structure",
1227
+ "members":{
1228
+ "Message":{"shape":"ExceptionMessage"},
1229
+ "RequestId":{"shape":"RequestId"}
1230
+ },
1231
+ "exception":true
1232
+ },
1233
+ "UpdateRadiusRequest":{
1234
+ "type":"structure",
1235
+ "required":[
1236
+ "DirectoryId",
1237
+ "RadiusSettings"
1238
+ ],
1239
+ "members":{
1240
+ "DirectoryId":{"shape":"DirectoryId"},
1241
+ "RadiusSettings":{"shape":"RadiusSettings"}
1242
+ }
1243
+ },
1244
+ "UpdateRadiusResult":{
1245
+ "type":"structure",
1246
+ "members":{
1247
+ }
1248
+ },
1249
+ "UseSameUsername":{"type":"boolean"},
1250
+ "UserName":{
1251
+ "type":"string",
1252
+ "min":1,
1253
+ "pattern":"[a-zA-Z0-9._-]+"
1254
+ },
1255
+ "VpcId":{
1256
+ "type":"string",
1257
+ "pattern":"^(vpc-[0-9a-f]{8})$"
1258
+ }
1259
+ }
1260
+ }