aws-sdk-core 2.11.601 → 2.11.606
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/accessanalyzer/2019-11-01/api-2.json +42 -8
- data/apis/amplify/2017-07-25/api-2.json +5 -0
- data/apis/budgets/2016-10-20/api-2.json +614 -0
- data/apis/budgets/2016-10-20/paginators-1.json +18 -0
- data/apis/ce/2017-10-25/api-2.json +45 -5
- data/apis/compute-optimizer/2019-11-01/api-2.json +13 -1
- data/apis/dms/2016-01-01/api-2.json +98 -6
- data/apis/ec2/2016-11-15/api-2.json +38 -2
- data/apis/eks/2017-11-01/api-2.json +4 -2
- data/apis/elasticache/2015-02-02/api-2.json +584 -13
- data/apis/elasticache/2015-02-02/paginators-1.json +12 -0
- data/apis/eventbridge/2015-10-07/api-2.json +31 -1
- data/apis/events/2015-10-07/api-2.json +31 -1
- data/apis/groundstation/2019-05-23/api-2.json +2 -0
- data/apis/iot/2015-05-28/api-2.json +18 -5
- data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +6 -3
- data/apis/macie2/2020-01-01/api-2.json +160 -1
- data/apis/marketplace-catalog/2018-09-17/api-2.json +10 -1
- data/apis/medialive/2017-10-14/api-2.json +296 -6
- data/apis/mediapackage/2017-10-12/api-2.json +167 -0
- data/apis/rds/2014-10-31/api-2.json +11 -5
- data/apis/rekognition/2016-06-27/api-2.json +144 -4
- data/apis/sagemaker/2017-07-24/api-2.json +2 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +36 -0
- data/apis/servicecatalog/2015-12-10/paginators-1.json +5 -0
- data/apis/snowball/2016-06-30/api-2.json +117 -0
- data/apis/ssm/2014-11-06/api-2.json +43 -2
- data/apis/transfer/2018-11-05/api-2.json +12 -1
- data/apis/workmail/2017-10-01/api-2.json +124 -5
- data/apis/xray/2016-04-12/api-2.json +3 -1
- data/apis/xray/2016-04-12/paginators-1.json +0 -15
- data/endpoints.json +10 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -687,6 +687,19 @@
|
|
687
687
|
{"shape":"OperationNotSupportedException"}
|
688
688
|
]
|
689
689
|
},
|
690
|
+
"GetProvisionedProductOutputs":{
|
691
|
+
"name":"GetProvisionedProductOutputs",
|
692
|
+
"http":{
|
693
|
+
"method":"POST",
|
694
|
+
"requestUri":"/"
|
695
|
+
},
|
696
|
+
"input":{"shape":"GetProvisionedProductOutputsInput"},
|
697
|
+
"output":{"shape":"GetProvisionedProductOutputsOutput"},
|
698
|
+
"errors":[
|
699
|
+
{"shape":"InvalidParametersException"},
|
700
|
+
{"shape":"ResourceNotFoundException"}
|
701
|
+
]
|
702
|
+
},
|
690
703
|
"ListAcceptedPortfolioShares":{
|
691
704
|
"name":"ListAcceptedPortfolioShares",
|
692
705
|
"http":{
|
@@ -2223,6 +2236,24 @@
|
|
2223
2236
|
"AccessStatus":{"shape":"AccessStatus"}
|
2224
2237
|
}
|
2225
2238
|
},
|
2239
|
+
"GetProvisionedProductOutputsInput":{
|
2240
|
+
"type":"structure",
|
2241
|
+
"members":{
|
2242
|
+
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
2243
|
+
"ProvisionedProductId":{"shape":"Id"},
|
2244
|
+
"ProvisionedProductName":{"shape":"ProvisionedProductName"},
|
2245
|
+
"OutputKeys":{"shape":"OutputKeys"},
|
2246
|
+
"PageSize":{"shape":"PageSize"},
|
2247
|
+
"PageToken":{"shape":"PageToken"}
|
2248
|
+
}
|
2249
|
+
},
|
2250
|
+
"GetProvisionedProductOutputsOutput":{
|
2251
|
+
"type":"structure",
|
2252
|
+
"members":{
|
2253
|
+
"Outputs":{"shape":"RecordOutputs"},
|
2254
|
+
"NextPageToken":{"shape":"PageToken"}
|
2255
|
+
}
|
2256
|
+
},
|
2226
2257
|
"HasDefaultPath":{"type":"boolean"},
|
2227
2258
|
"Id":{
|
2228
2259
|
"type":"string",
|
@@ -2656,6 +2687,11 @@
|
|
2656
2687
|
"max":1024
|
2657
2688
|
},
|
2658
2689
|
"OutputKey":{"type":"string"},
|
2690
|
+
"OutputKeys":{
|
2691
|
+
"type":"list",
|
2692
|
+
"member":{"shape":"OutputKey"},
|
2693
|
+
"max":60
|
2694
|
+
},
|
2659
2695
|
"OutputValue":{"type":"string"},
|
2660
2696
|
"PageSize":{
|
2661
2697
|
"type":"integer",
|
@@ -85,6 +85,22 @@
|
|
85
85
|
{"shape":"Ec2RequestFailedException"}
|
86
86
|
]
|
87
87
|
},
|
88
|
+
"CreateReturnShippingLabel":{
|
89
|
+
"name":"CreateReturnShippingLabel",
|
90
|
+
"http":{
|
91
|
+
"method":"POST",
|
92
|
+
"requestUri":"/"
|
93
|
+
},
|
94
|
+
"input":{"shape":"CreateReturnShippingLabelRequest"},
|
95
|
+
"output":{"shape":"CreateReturnShippingLabelResult"},
|
96
|
+
"errors":[
|
97
|
+
{"shape":"InvalidResourceException"},
|
98
|
+
{"shape":"InvalidJobStateException"},
|
99
|
+
{"shape":"InvalidInputCombinationException"},
|
100
|
+
{"shape":"ConflictException"},
|
101
|
+
{"shape":"ReturnShippingLabelAlreadyExistsException"}
|
102
|
+
]
|
103
|
+
},
|
88
104
|
"DescribeAddress":{
|
89
105
|
"name":"DescribeAddress",
|
90
106
|
"http":{
|
@@ -134,6 +150,20 @@
|
|
134
150
|
{"shape":"InvalidResourceException"}
|
135
151
|
]
|
136
152
|
},
|
153
|
+
"DescribeReturnShippingLabel":{
|
154
|
+
"name":"DescribeReturnShippingLabel",
|
155
|
+
"http":{
|
156
|
+
"method":"POST",
|
157
|
+
"requestUri":"/"
|
158
|
+
},
|
159
|
+
"input":{"shape":"DescribeReturnShippingLabelRequest"},
|
160
|
+
"output":{"shape":"DescribeReturnShippingLabelResult"},
|
161
|
+
"errors":[
|
162
|
+
{"shape":"InvalidResourceException"},
|
163
|
+
{"shape":"InvalidJobStateException"},
|
164
|
+
{"shape":"ConflictException"}
|
165
|
+
]
|
166
|
+
},
|
137
167
|
"GetJobManifest":{
|
138
168
|
"name":"GetJobManifest",
|
139
169
|
"http":{
|
@@ -264,6 +294,19 @@
|
|
264
294
|
{"shape":"ClusterLimitExceededException"},
|
265
295
|
{"shape":"Ec2RequestFailedException"}
|
266
296
|
]
|
297
|
+
},
|
298
|
+
"UpdateJobShipmentState":{
|
299
|
+
"name":"UpdateJobShipmentState",
|
300
|
+
"http":{
|
301
|
+
"method":"POST",
|
302
|
+
"requestUri":"/"
|
303
|
+
},
|
304
|
+
"input":{"shape":"UpdateJobShipmentStateRequest"},
|
305
|
+
"output":{"shape":"UpdateJobShipmentStateResult"},
|
306
|
+
"errors":[
|
307
|
+
{"shape":"InvalidResourceException"},
|
308
|
+
{"shape":"InvalidJobStateException"}
|
309
|
+
]
|
267
310
|
}
|
268
311
|
},
|
269
312
|
"shapes":{
|
@@ -393,6 +436,14 @@
|
|
393
436
|
"type":"list",
|
394
437
|
"member":{"shape":"CompatibleImage"}
|
395
438
|
},
|
439
|
+
"ConflictException":{
|
440
|
+
"type":"structure",
|
441
|
+
"members":{
|
442
|
+
"ConflictResource":{"shape":"String"},
|
443
|
+
"Message":{"shape":"String"}
|
444
|
+
},
|
445
|
+
"exception":true
|
446
|
+
},
|
396
447
|
"CreateAddressRequest":{
|
397
448
|
"type":"structure",
|
398
449
|
"required":["Address"],
|
@@ -460,6 +511,20 @@
|
|
460
511
|
"JobId":{"shape":"JobId"}
|
461
512
|
}
|
462
513
|
},
|
514
|
+
"CreateReturnShippingLabelRequest":{
|
515
|
+
"type":"structure",
|
516
|
+
"required":["JobId"],
|
517
|
+
"members":{
|
518
|
+
"JobId":{"shape":"JobId"},
|
519
|
+
"ShippingOption":{"shape":"ShippingOption"}
|
520
|
+
}
|
521
|
+
},
|
522
|
+
"CreateReturnShippingLabelResult":{
|
523
|
+
"type":"structure",
|
524
|
+
"members":{
|
525
|
+
"Status":{"shape":"ShippingLabelStatus"}
|
526
|
+
}
|
527
|
+
},
|
463
528
|
"DataTransfer":{
|
464
529
|
"type":"structure",
|
465
530
|
"members":{
|
@@ -523,6 +588,19 @@
|
|
523
588
|
"SubJobMetadata":{"shape":"JobMetadataList"}
|
524
589
|
}
|
525
590
|
},
|
591
|
+
"DescribeReturnShippingLabelRequest":{
|
592
|
+
"type":"structure",
|
593
|
+
"members":{
|
594
|
+
"JobId":{"shape":"JobId"}
|
595
|
+
}
|
596
|
+
},
|
597
|
+
"DescribeReturnShippingLabelResult":{
|
598
|
+
"type":"structure",
|
599
|
+
"members":{
|
600
|
+
"Status":{"shape":"ShippingLabelStatus"},
|
601
|
+
"ExpirationDate":{"shape":"Timestamp"}
|
602
|
+
}
|
603
|
+
},
|
526
604
|
"DeviceConfiguration":{
|
527
605
|
"type":"structure",
|
528
606
|
"members":{
|
@@ -858,6 +936,13 @@
|
|
858
936
|
"type":"string",
|
859
937
|
"max":255
|
860
938
|
},
|
939
|
+
"ReturnShippingLabelAlreadyExistsException":{
|
940
|
+
"type":"structure",
|
941
|
+
"members":{
|
942
|
+
"Message":{"shape":"String"}
|
943
|
+
},
|
944
|
+
"exception":true
|
945
|
+
},
|
861
946
|
"RoleARN":{
|
862
947
|
"type":"string",
|
863
948
|
"max":255,
|
@@ -881,6 +966,13 @@
|
|
881
966
|
"TrackingNumber":{"shape":"String"}
|
882
967
|
}
|
883
968
|
},
|
969
|
+
"ShipmentState":{
|
970
|
+
"type":"string",
|
971
|
+
"enum":[
|
972
|
+
"RECEIVED",
|
973
|
+
"RETURNED"
|
974
|
+
]
|
975
|
+
},
|
884
976
|
"ShippingDetails":{
|
885
977
|
"type":"structure",
|
886
978
|
"members":{
|
@@ -889,6 +981,15 @@
|
|
889
981
|
"OutboundShipment":{"shape":"Shipment"}
|
890
982
|
}
|
891
983
|
},
|
984
|
+
"ShippingLabelStatus":{
|
985
|
+
"type":"string",
|
986
|
+
"enum":[
|
987
|
+
"InProgress",
|
988
|
+
"TimedOut",
|
989
|
+
"Succeeded",
|
990
|
+
"Failed"
|
991
|
+
]
|
992
|
+
},
|
892
993
|
"ShippingOption":{
|
893
994
|
"type":"string",
|
894
995
|
"enum":[
|
@@ -989,6 +1090,22 @@
|
|
989
1090
|
"members":{
|
990
1091
|
}
|
991
1092
|
},
|
1093
|
+
"UpdateJobShipmentStateRequest":{
|
1094
|
+
"type":"structure",
|
1095
|
+
"required":[
|
1096
|
+
"JobId",
|
1097
|
+
"ShipmentState"
|
1098
|
+
],
|
1099
|
+
"members":{
|
1100
|
+
"JobId":{"shape":"JobId"},
|
1101
|
+
"ShipmentState":{"shape":"ShipmentState"}
|
1102
|
+
}
|
1103
|
+
},
|
1104
|
+
"UpdateJobShipmentStateResult":{
|
1105
|
+
"type":"structure",
|
1106
|
+
"members":{
|
1107
|
+
}
|
1108
|
+
},
|
992
1109
|
"WirelessConnection":{
|
993
1110
|
"type":"structure",
|
994
1111
|
"members":{
|
@@ -7319,7 +7319,17 @@
|
|
7319
7319
|
"MsrcSeverity":{"shape":"PatchMsrcSeverity"},
|
7320
7320
|
"KbNumber":{"shape":"PatchKbNumber"},
|
7321
7321
|
"MsrcNumber":{"shape":"PatchMsrcNumber"},
|
7322
|
-
"Language":{"shape":"PatchLanguage"}
|
7322
|
+
"Language":{"shape":"PatchLanguage"},
|
7323
|
+
"AdvisoryIds":{"shape":"PatchAdvisoryIdList"},
|
7324
|
+
"BugzillaIds":{"shape":"PatchBugzillaIdList"},
|
7325
|
+
"CVEIds":{"shape":"PatchCVEIdList"},
|
7326
|
+
"Name":{"shape":"PatchName"},
|
7327
|
+
"Epoch":{"shape":"PatchEpoch"},
|
7328
|
+
"Version":{"shape":"PatchVersion"},
|
7329
|
+
"Release":{"shape":"PatchRelease"},
|
7330
|
+
"Arch":{"shape":"PatchArch"},
|
7331
|
+
"Severity":{"shape":"PatchSeverity"},
|
7332
|
+
"Repository":{"shape":"PatchRepository"}
|
7323
7333
|
}
|
7324
7334
|
},
|
7325
7335
|
"PatchAction":{
|
@@ -7329,6 +7339,12 @@
|
|
7329
7339
|
"BLOCK"
|
7330
7340
|
]
|
7331
7341
|
},
|
7342
|
+
"PatchAdvisoryId":{"type":"string"},
|
7343
|
+
"PatchAdvisoryIdList":{
|
7344
|
+
"type":"list",
|
7345
|
+
"member":{"shape":"PatchAdvisoryId"}
|
7346
|
+
},
|
7347
|
+
"PatchArch":{"type":"string"},
|
7332
7348
|
"PatchBaselineIdentity":{
|
7333
7349
|
"type":"structure",
|
7334
7350
|
"members":{
|
@@ -7348,6 +7364,16 @@
|
|
7348
7364
|
"max":100,
|
7349
7365
|
"min":1
|
7350
7366
|
},
|
7367
|
+
"PatchBugzillaId":{"type":"string"},
|
7368
|
+
"PatchBugzillaIdList":{
|
7369
|
+
"type":"list",
|
7370
|
+
"member":{"shape":"PatchBugzillaId"}
|
7371
|
+
},
|
7372
|
+
"PatchCVEId":{"type":"string"},
|
7373
|
+
"PatchCVEIdList":{
|
7374
|
+
"type":"list",
|
7375
|
+
"member":{"shape":"PatchCVEId"}
|
7376
|
+
},
|
7351
7377
|
"PatchClassification":{"type":"string"},
|
7352
7378
|
"PatchComplianceData":{
|
7353
7379
|
"type":"structure",
|
@@ -7411,6 +7437,7 @@
|
|
7411
7437
|
]
|
7412
7438
|
},
|
7413
7439
|
"PatchDescription":{"type":"string"},
|
7440
|
+
"PatchEpoch":{"type":"integer"},
|
7414
7441
|
"PatchFailedCount":{"type":"integer"},
|
7415
7442
|
"PatchFilter":{
|
7416
7443
|
"type":"structure",
|
@@ -7433,15 +7460,25 @@
|
|
7433
7460
|
"PatchFilterKey":{
|
7434
7461
|
"type":"string",
|
7435
7462
|
"enum":[
|
7463
|
+
"ARCH",
|
7464
|
+
"ADVISORY_ID",
|
7465
|
+
"BUGZILLA_ID",
|
7436
7466
|
"PATCH_SET",
|
7437
7467
|
"PRODUCT",
|
7438
7468
|
"PRODUCT_FAMILY",
|
7439
7469
|
"CLASSIFICATION",
|
7470
|
+
"CVE_ID",
|
7471
|
+
"EPOCH",
|
7440
7472
|
"MSRC_SEVERITY",
|
7473
|
+
"NAME",
|
7441
7474
|
"PATCH_ID",
|
7442
7475
|
"SECTION",
|
7443
7476
|
"PRIORITY",
|
7444
|
-
"
|
7477
|
+
"REPOSITORY",
|
7478
|
+
"RELEASE",
|
7479
|
+
"SEVERITY",
|
7480
|
+
"SECURITY",
|
7481
|
+
"VERSION"
|
7445
7482
|
]
|
7446
7483
|
},
|
7447
7484
|
"PatchFilterList":{
|
@@ -7506,6 +7543,7 @@
|
|
7506
7543
|
"PatchMissingCount":{"type":"integer"},
|
7507
7544
|
"PatchMsrcNumber":{"type":"string"},
|
7508
7545
|
"PatchMsrcSeverity":{"type":"string"},
|
7546
|
+
"PatchName":{"type":"string"},
|
7509
7547
|
"PatchNotApplicableCount":{"type":"integer"},
|
7510
7548
|
"PatchOperationType":{
|
7511
7549
|
"type":"string",
|
@@ -7563,6 +7601,8 @@
|
|
7563
7601
|
"key":{"shape":"AttributeName"},
|
7564
7602
|
"value":{"shape":"AttributeValue"}
|
7565
7603
|
},
|
7604
|
+
"PatchRelease":{"type":"string"},
|
7605
|
+
"PatchRepository":{"type":"string"},
|
7566
7606
|
"PatchRule":{
|
7567
7607
|
"type":"structure",
|
7568
7608
|
"required":["PatchFilterGroup"],
|
@@ -7660,6 +7700,7 @@
|
|
7660
7700
|
"PatchTitle":{"type":"string"},
|
7661
7701
|
"PatchUnreportedNotApplicableCount":{"type":"integer"},
|
7662
7702
|
"PatchVendor":{"type":"string"},
|
7703
|
+
"PatchVersion":{"type":"string"},
|
7663
7704
|
"PingStatus":{
|
7664
7705
|
"type":"string",
|
7665
7706
|
"enum":[
|
@@ -542,7 +542,8 @@
|
|
542
542
|
"AddressAllocationIds":{"shape":"AddressAllocationIds"},
|
543
543
|
"SubnetIds":{"shape":"SubnetIds"},
|
544
544
|
"VpcEndpointId":{"shape":"VpcEndpointId"},
|
545
|
-
"VpcId":{"shape":"VpcId"}
|
545
|
+
"VpcId":{"shape":"VpcId"},
|
546
|
+
"SecurityGroupIds":{"shape":"SecurityGroupIds"}
|
546
547
|
}
|
547
548
|
},
|
548
549
|
"EndpointType":{
|
@@ -837,6 +838,16 @@
|
|
837
838
|
"min":20,
|
838
839
|
"pattern":"arn:.*role/.*"
|
839
840
|
},
|
841
|
+
"SecurityGroupId":{
|
842
|
+
"type":"string",
|
843
|
+
"max":20,
|
844
|
+
"min":11,
|
845
|
+
"pattern":"^sg-[0-9a-f]{8,17}$"
|
846
|
+
},
|
847
|
+
"SecurityGroupIds":{
|
848
|
+
"type":"list",
|
849
|
+
"member":{"shape":"SecurityGroupId"}
|
850
|
+
},
|
840
851
|
"SecurityPolicyName":{
|
841
852
|
"type":"string",
|
842
853
|
"max":100,
|
@@ -106,6 +106,23 @@
|
|
106
106
|
],
|
107
107
|
"idempotent":true
|
108
108
|
},
|
109
|
+
"CreateOrganization":{
|
110
|
+
"name":"CreateOrganization",
|
111
|
+
"http":{
|
112
|
+
"method":"POST",
|
113
|
+
"requestUri":"/"
|
114
|
+
},
|
115
|
+
"input":{"shape":"CreateOrganizationRequest"},
|
116
|
+
"output":{"shape":"CreateOrganizationResponse"},
|
117
|
+
"errors":[
|
118
|
+
{"shape":"InvalidParameterException"},
|
119
|
+
{"shape":"DirectoryInUseException"},
|
120
|
+
{"shape":"DirectoryUnavailableException"},
|
121
|
+
{"shape":"LimitExceededException"},
|
122
|
+
{"shape":"NameAvailabilityException"}
|
123
|
+
],
|
124
|
+
"idempotent":true
|
125
|
+
},
|
109
126
|
"CreateResource":{
|
110
127
|
"name":"CreateResource",
|
111
128
|
"http":{
|
@@ -212,6 +229,21 @@
|
|
212
229
|
],
|
213
230
|
"idempotent":true
|
214
231
|
},
|
232
|
+
"DeleteOrganization":{
|
233
|
+
"name":"DeleteOrganization",
|
234
|
+
"http":{
|
235
|
+
"method":"POST",
|
236
|
+
"requestUri":"/"
|
237
|
+
},
|
238
|
+
"input":{"shape":"DeleteOrganizationRequest"},
|
239
|
+
"output":{"shape":"DeleteOrganizationResponse"},
|
240
|
+
"errors":[
|
241
|
+
{"shape":"InvalidParameterException"},
|
242
|
+
{"shape":"OrganizationNotFoundException"},
|
243
|
+
{"shape":"OrganizationStateException"}
|
244
|
+
],
|
245
|
+
"idempotent":true
|
246
|
+
},
|
215
247
|
"DeleteResource":{
|
216
248
|
"name":"DeleteResource",
|
217
249
|
"http":{
|
@@ -976,6 +1008,27 @@
|
|
976
1008
|
"GroupId":{"shape":"WorkMailIdentifier"}
|
977
1009
|
}
|
978
1010
|
},
|
1011
|
+
"CreateOrganizationRequest":{
|
1012
|
+
"type":"structure",
|
1013
|
+
"required":["Alias"],
|
1014
|
+
"members":{
|
1015
|
+
"DirectoryId":{"shape":"DirectoryId"},
|
1016
|
+
"Alias":{"shape":"OrganizationName"},
|
1017
|
+
"ClientToken":{
|
1018
|
+
"shape":"IdempotencyClientToken",
|
1019
|
+
"idempotencyToken":true
|
1020
|
+
},
|
1021
|
+
"Domains":{"shape":"Domains"},
|
1022
|
+
"KmsKeyArn":{"shape":"KmsKeyArn"},
|
1023
|
+
"EnableInteroperability":{"shape":"Boolean"}
|
1024
|
+
}
|
1025
|
+
},
|
1026
|
+
"CreateOrganizationResponse":{
|
1027
|
+
"type":"structure",
|
1028
|
+
"members":{
|
1029
|
+
"OrganizationId":{"shape":"OrganizationId"}
|
1030
|
+
}
|
1031
|
+
},
|
979
1032
|
"CreateResourceRequest":{
|
980
1033
|
"type":"structure",
|
981
1034
|
"required":[
|
@@ -1095,6 +1148,28 @@
|
|
1095
1148
|
"members":{
|
1096
1149
|
}
|
1097
1150
|
},
|
1151
|
+
"DeleteOrganizationRequest":{
|
1152
|
+
"type":"structure",
|
1153
|
+
"required":[
|
1154
|
+
"OrganizationId",
|
1155
|
+
"DeleteDirectory"
|
1156
|
+
],
|
1157
|
+
"members":{
|
1158
|
+
"ClientToken":{
|
1159
|
+
"shape":"IdempotencyClientToken",
|
1160
|
+
"idempotencyToken":true
|
1161
|
+
},
|
1162
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1163
|
+
"DeleteDirectory":{"shape":"Boolean"}
|
1164
|
+
}
|
1165
|
+
},
|
1166
|
+
"DeleteOrganizationResponse":{
|
1167
|
+
"type":"structure",
|
1168
|
+
"members":{
|
1169
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1170
|
+
"State":{"shape":"String"}
|
1171
|
+
}
|
1172
|
+
},
|
1098
1173
|
"DeleteResourceRequest":{
|
1099
1174
|
"type":"structure",
|
1100
1175
|
"required":[
|
@@ -1284,6 +1359,19 @@
|
|
1284
1359
|
"min":0,
|
1285
1360
|
"pattern":"[\\S\\s]*"
|
1286
1361
|
},
|
1362
|
+
"DirectoryId":{
|
1363
|
+
"type":"string",
|
1364
|
+
"max":12,
|
1365
|
+
"min":12,
|
1366
|
+
"pattern":"^d-[0-9a-f]{10}$"
|
1367
|
+
},
|
1368
|
+
"DirectoryInUseException":{
|
1369
|
+
"type":"structure",
|
1370
|
+
"members":{
|
1371
|
+
"Message":{"shape":"String"}
|
1372
|
+
},
|
1373
|
+
"exception":true
|
1374
|
+
},
|
1287
1375
|
"DirectoryServiceAuthenticationFailedException":{
|
1288
1376
|
"type":"structure",
|
1289
1377
|
"members":{
|
@@ -1334,11 +1422,30 @@
|
|
1334
1422
|
"members":{
|
1335
1423
|
}
|
1336
1424
|
},
|
1425
|
+
"Domain":{
|
1426
|
+
"type":"structure",
|
1427
|
+
"members":{
|
1428
|
+
"DomainName":{"shape":"DomainName"},
|
1429
|
+
"HostedZoneId":{"shape":"HostedZoneId"}
|
1430
|
+
}
|
1431
|
+
},
|
1432
|
+
"DomainName":{
|
1433
|
+
"type":"string",
|
1434
|
+
"max":255,
|
1435
|
+
"min":3,
|
1436
|
+
"pattern":"[a-zA-Z0-9.-]+\\.[a-zA-Z-]{2,}"
|
1437
|
+
},
|
1438
|
+
"Domains":{
|
1439
|
+
"type":"list",
|
1440
|
+
"member":{"shape":"Domain"},
|
1441
|
+
"max":5,
|
1442
|
+
"min":0
|
1443
|
+
},
|
1337
1444
|
"EmailAddress":{
|
1338
1445
|
"type":"string",
|
1339
1446
|
"max":254,
|
1340
1447
|
"min":1,
|
1341
|
-
"pattern":"[a-zA-Z0-9._%+-]{1,64}@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}"
|
1448
|
+
"pattern":"[a-zA-Z0-9._%+-]{1,64}@[a-zA-Z0-9.-]+\\.[a-zA-Z-]{2,}"
|
1342
1449
|
},
|
1343
1450
|
"EmailAddressInUseException":{
|
1344
1451
|
"type":"structure",
|
@@ -1479,6 +1586,12 @@
|
|
1479
1586
|
"type":"list",
|
1480
1587
|
"member":{"shape":"Group"}
|
1481
1588
|
},
|
1589
|
+
"HostedZoneId":{
|
1590
|
+
"type":"string",
|
1591
|
+
"max":32,
|
1592
|
+
"min":1,
|
1593
|
+
"pattern":"[\\S\\s]*"
|
1594
|
+
},
|
1482
1595
|
"IdempotencyClientToken":{
|
1483
1596
|
"type":"string",
|
1484
1597
|
"max":128,
|
@@ -1821,17 +1934,20 @@
|
|
1821
1934
|
"NextToken":{
|
1822
1935
|
"type":"string",
|
1823
1936
|
"max":1024,
|
1824
|
-
"min":1
|
1937
|
+
"min":1,
|
1938
|
+
"pattern":"[\\S\\s]*|[a-zA-Z0-9/+=]{1,1024}"
|
1825
1939
|
},
|
1826
1940
|
"OrganizationId":{
|
1827
1941
|
"type":"string",
|
1942
|
+
"max":34,
|
1943
|
+
"min":34,
|
1828
1944
|
"pattern":"^m-[0-9a-f]{32}$"
|
1829
1945
|
},
|
1830
1946
|
"OrganizationName":{
|
1831
1947
|
"type":"string",
|
1832
1948
|
"max":62,
|
1833
1949
|
"min":1,
|
1834
|
-
"pattern":"^(?!d-)([\\da-zA-Z]+)([-]
|
1950
|
+
"pattern":"^(?!d-)([\\da-zA-Z]+)([-][\\da-zA-Z]+)*"
|
1835
1951
|
},
|
1836
1952
|
"OrganizationNotFoundException":{
|
1837
1953
|
"type":"structure",
|
@@ -1856,6 +1972,7 @@
|
|
1856
1972
|
"members":{
|
1857
1973
|
"OrganizationId":{"shape":"OrganizationId"},
|
1858
1974
|
"Alias":{"shape":"OrganizationName"},
|
1975
|
+
"DefaultMailDomain":{"shape":"DomainName"},
|
1859
1976
|
"ErrorMessage":{"shape":"String"},
|
1860
1977
|
"State":{"shape":"String"}
|
1861
1978
|
}
|
@@ -2033,13 +2150,15 @@
|
|
2033
2150
|
},
|
2034
2151
|
"ResourceId":{
|
2035
2152
|
"type":"string",
|
2153
|
+
"max":34,
|
2154
|
+
"min":34,
|
2036
2155
|
"pattern":"^r-[0-9a-f]{32}$"
|
2037
2156
|
},
|
2038
2157
|
"ResourceName":{
|
2039
2158
|
"type":"string",
|
2040
2159
|
"max":20,
|
2041
2160
|
"min":1,
|
2042
|
-
"pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9]{2,})?"
|
2161
|
+
"pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9-]{2,})?"
|
2043
2162
|
},
|
2044
2163
|
"ResourceNotFoundException":{
|
2045
2164
|
"type":"structure",
|
@@ -2288,7 +2407,7 @@
|
|
2288
2407
|
"type":"string",
|
2289
2408
|
"max":64,
|
2290
2409
|
"min":1,
|
2291
|
-
"pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9]{2,})?"
|
2410
|
+
"pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9-]{2,})?"
|
2292
2411
|
},
|
2293
2412
|
"UserRole":{
|
2294
2413
|
"type":"string",
|