aws-sdk-core 2.11.420 → 2.11.421
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/fsx/2018-03-01/api-2.json +287 -10
- data/apis/fsx/2018-03-01/paginators-1.json +5 -0
- data/apis/health/2016-08-04/api-2.json +296 -14
- data/apis/health/2016-08-04/paginators-1.json +21 -0
- data/endpoints.json +3 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd8c603aa45b53d961497fe87d5c6887319483ab
|
4
|
+
data.tar.gz: 48fc4a5bf99b349813fc462398e9e599c1a2c34e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2d8bdc1d16e5a630f828e00a67f1ca1ae1dcda129684551f7aefad69681ca6ae1591991098b658d60abc3e806a6791111ab7e33252bb7334434e00008bf1cac
|
7
|
+
data.tar.gz: 9ca9fab308963151be66d6db2f70d0846ec9820183069f2641d52d230c18077f492f46c190e423c9ce8585400308ce15e29682053baeaf270fb731fa13cac2d7
|
@@ -12,6 +12,23 @@
|
|
12
12
|
"uid":"fsx-2018-03-01"
|
13
13
|
},
|
14
14
|
"operations":{
|
15
|
+
"CancelDataRepositoryTask":{
|
16
|
+
"name":"CancelDataRepositoryTask",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/"
|
20
|
+
},
|
21
|
+
"input":{"shape":"CancelDataRepositoryTaskRequest"},
|
22
|
+
"output":{"shape":"CancelDataRepositoryTaskResponse"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"BadRequest"},
|
25
|
+
{"shape":"UnsupportedOperation"},
|
26
|
+
{"shape":"DataRepositoryTaskNotFound"},
|
27
|
+
{"shape":"DataRepositoryTaskEnded"},
|
28
|
+
{"shape":"InternalServerError"}
|
29
|
+
],
|
30
|
+
"idempotent":true
|
31
|
+
},
|
15
32
|
"CreateBackup":{
|
16
33
|
"name":"CreateBackup",
|
17
34
|
"http":{
|
@@ -31,6 +48,25 @@
|
|
31
48
|
],
|
32
49
|
"idempotent":true
|
33
50
|
},
|
51
|
+
"CreateDataRepositoryTask":{
|
52
|
+
"name":"CreateDataRepositoryTask",
|
53
|
+
"http":{
|
54
|
+
"method":"POST",
|
55
|
+
"requestUri":"/"
|
56
|
+
},
|
57
|
+
"input":{"shape":"CreateDataRepositoryTaskRequest"},
|
58
|
+
"output":{"shape":"CreateDataRepositoryTaskResponse"},
|
59
|
+
"errors":[
|
60
|
+
{"shape":"BadRequest"},
|
61
|
+
{"shape":"UnsupportedOperation"},
|
62
|
+
{"shape":"FileSystemNotFound"},
|
63
|
+
{"shape":"IncompatibleParameterError"},
|
64
|
+
{"shape":"ServiceLimitExceeded"},
|
65
|
+
{"shape":"InternalServerError"},
|
66
|
+
{"shape":"DataRepositoryTaskExecuting"}
|
67
|
+
],
|
68
|
+
"idempotent":true
|
69
|
+
},
|
34
70
|
"CreateFileSystem":{
|
35
71
|
"name":"CreateFileSystem",
|
36
72
|
"http":{
|
@@ -120,6 +156,21 @@
|
|
120
156
|
{"shape":"InternalServerError"}
|
121
157
|
]
|
122
158
|
},
|
159
|
+
"DescribeDataRepositoryTasks":{
|
160
|
+
"name":"DescribeDataRepositoryTasks",
|
161
|
+
"http":{
|
162
|
+
"method":"POST",
|
163
|
+
"requestUri":"/"
|
164
|
+
},
|
165
|
+
"input":{"shape":"DescribeDataRepositoryTasksRequest"},
|
166
|
+
"output":{"shape":"DescribeDataRepositoryTasksResponse"},
|
167
|
+
"errors":[
|
168
|
+
{"shape":"BadRequest"},
|
169
|
+
{"shape":"FileSystemNotFound"},
|
170
|
+
{"shape":"DataRepositoryTaskNotFound"},
|
171
|
+
{"shape":"InternalServerError"}
|
172
|
+
]
|
173
|
+
},
|
123
174
|
"DescribeFileSystems":{
|
124
175
|
"name":"DescribeFileSystems",
|
125
176
|
"http":{
|
@@ -235,11 +286,17 @@
|
|
235
286
|
"INVALID_DOMAIN_STAGE"
|
236
287
|
]
|
237
288
|
},
|
238
|
-
"ActiveDirectoryFullyQualifiedName":{
|
289
|
+
"ActiveDirectoryFullyQualifiedName":{
|
290
|
+
"type":"string",
|
291
|
+
"max":255,
|
292
|
+
"min":1,
|
293
|
+
"pattern":"^.{1,255}$"
|
294
|
+
},
|
239
295
|
"ArchivePath":{
|
240
296
|
"type":"string",
|
241
297
|
"max":900,
|
242
|
-
"min":3
|
298
|
+
"min":3,
|
299
|
+
"pattern":"^.{3,900}$"
|
243
300
|
},
|
244
301
|
"AutomaticBackupRetentionDays":{
|
245
302
|
"type":"integer",
|
@@ -336,11 +393,35 @@
|
|
336
393
|
},
|
337
394
|
"exception":true
|
338
395
|
},
|
396
|
+
"CancelDataRepositoryTaskRequest":{
|
397
|
+
"type":"structure",
|
398
|
+
"required":["TaskId"],
|
399
|
+
"members":{
|
400
|
+
"TaskId":{"shape":"TaskId"}
|
401
|
+
}
|
402
|
+
},
|
403
|
+
"CancelDataRepositoryTaskResponse":{
|
404
|
+
"type":"structure",
|
405
|
+
"members":{
|
406
|
+
"Lifecycle":{"shape":"DataRepositoryTaskLifecycle"},
|
407
|
+
"TaskId":{"shape":"TaskId"}
|
408
|
+
}
|
409
|
+
},
|
339
410
|
"ClientRequestToken":{
|
340
411
|
"type":"string",
|
341
|
-
"max":
|
412
|
+
"max":63,
|
342
413
|
"min":1,
|
343
|
-
"pattern":"[A-za-z0-9_.-]{0,
|
414
|
+
"pattern":"[A-za-z0-9_.-]{0,63}$"
|
415
|
+
},
|
416
|
+
"CompletionReport":{
|
417
|
+
"type":"structure",
|
418
|
+
"required":["Enabled"],
|
419
|
+
"members":{
|
420
|
+
"Enabled":{"shape":"Flag"},
|
421
|
+
"Path":{"shape":"ArchivePath"},
|
422
|
+
"Format":{"shape":"ReportFormat"},
|
423
|
+
"Scope":{"shape":"ReportScope"}
|
424
|
+
}
|
344
425
|
},
|
345
426
|
"CreateBackupRequest":{
|
346
427
|
"type":"structure",
|
@@ -360,6 +441,31 @@
|
|
360
441
|
"Backup":{"shape":"Backup"}
|
361
442
|
}
|
362
443
|
},
|
444
|
+
"CreateDataRepositoryTaskRequest":{
|
445
|
+
"type":"structure",
|
446
|
+
"required":[
|
447
|
+
"Type",
|
448
|
+
"FileSystemId",
|
449
|
+
"Report"
|
450
|
+
],
|
451
|
+
"members":{
|
452
|
+
"Type":{"shape":"DataRepositoryTaskType"},
|
453
|
+
"Paths":{"shape":"DataRepositoryTaskPaths"},
|
454
|
+
"FileSystemId":{"shape":"FileSystemId"},
|
455
|
+
"Report":{"shape":"CompletionReport"},
|
456
|
+
"ClientRequestToken":{
|
457
|
+
"shape":"ClientRequestToken",
|
458
|
+
"idempotencyToken":true
|
459
|
+
},
|
460
|
+
"Tags":{"shape":"Tags"}
|
461
|
+
}
|
462
|
+
},
|
463
|
+
"CreateDataRepositoryTaskResponse":{
|
464
|
+
"type":"structure",
|
465
|
+
"members":{
|
466
|
+
"DataRepositoryTask":{"shape":"DataRepositoryTask"}
|
467
|
+
}
|
468
|
+
},
|
363
469
|
"CreateFileSystemFromBackupRequest":{
|
364
470
|
"type":"structure",
|
365
471
|
"required":[
|
@@ -457,6 +563,128 @@
|
|
457
563
|
"ImportedFileChunkSize":{"shape":"Megabytes"}
|
458
564
|
}
|
459
565
|
},
|
566
|
+
"DataRepositoryTask":{
|
567
|
+
"type":"structure",
|
568
|
+
"required":[
|
569
|
+
"TaskId",
|
570
|
+
"Lifecycle",
|
571
|
+
"Type",
|
572
|
+
"CreationTime",
|
573
|
+
"FileSystemId"
|
574
|
+
],
|
575
|
+
"members":{
|
576
|
+
"TaskId":{"shape":"TaskId"},
|
577
|
+
"Lifecycle":{"shape":"DataRepositoryTaskLifecycle"},
|
578
|
+
"Type":{"shape":"DataRepositoryTaskType"},
|
579
|
+
"CreationTime":{"shape":"CreationTime"},
|
580
|
+
"StartTime":{"shape":"StartTime"},
|
581
|
+
"EndTime":{"shape":"EndTime"},
|
582
|
+
"ResourceARN":{"shape":"ResourceARN"},
|
583
|
+
"Tags":{"shape":"Tags"},
|
584
|
+
"FileSystemId":{"shape":"FileSystemId"},
|
585
|
+
"Paths":{"shape":"DataRepositoryTaskPaths"},
|
586
|
+
"FailureDetails":{"shape":"DataRepositoryTaskFailureDetails"},
|
587
|
+
"Status":{"shape":"DataRepositoryTaskStatus"},
|
588
|
+
"Report":{"shape":"CompletionReport"}
|
589
|
+
}
|
590
|
+
},
|
591
|
+
"DataRepositoryTaskEnded":{
|
592
|
+
"type":"structure",
|
593
|
+
"members":{
|
594
|
+
"Message":{"shape":"ErrorMessage"}
|
595
|
+
},
|
596
|
+
"exception":true
|
597
|
+
},
|
598
|
+
"DataRepositoryTaskExecuting":{
|
599
|
+
"type":"structure",
|
600
|
+
"members":{
|
601
|
+
"Message":{"shape":"ErrorMessage"}
|
602
|
+
},
|
603
|
+
"exception":true
|
604
|
+
},
|
605
|
+
"DataRepositoryTaskFailureDetails":{
|
606
|
+
"type":"structure",
|
607
|
+
"members":{
|
608
|
+
"Message":{"shape":"ErrorMessage"}
|
609
|
+
}
|
610
|
+
},
|
611
|
+
"DataRepositoryTaskFilter":{
|
612
|
+
"type":"structure",
|
613
|
+
"members":{
|
614
|
+
"Name":{"shape":"DataRepositoryTaskFilterName"},
|
615
|
+
"Values":{"shape":"DataRepositoryTaskFilterValues"}
|
616
|
+
}
|
617
|
+
},
|
618
|
+
"DataRepositoryTaskFilterName":{
|
619
|
+
"type":"string",
|
620
|
+
"enum":[
|
621
|
+
"file-system-id",
|
622
|
+
"task-lifecycle"
|
623
|
+
]
|
624
|
+
},
|
625
|
+
"DataRepositoryTaskFilterValue":{
|
626
|
+
"type":"string",
|
627
|
+
"max":128,
|
628
|
+
"min":1,
|
629
|
+
"pattern":"^[0-9a-zA-Z\\*\\.\\\\/\\?\\-\\_]*$"
|
630
|
+
},
|
631
|
+
"DataRepositoryTaskFilterValues":{
|
632
|
+
"type":"list",
|
633
|
+
"member":{"shape":"DataRepositoryTaskFilterValue"},
|
634
|
+
"max":20
|
635
|
+
},
|
636
|
+
"DataRepositoryTaskFilters":{
|
637
|
+
"type":"list",
|
638
|
+
"member":{"shape":"DataRepositoryTaskFilter"},
|
639
|
+
"max":3
|
640
|
+
},
|
641
|
+
"DataRepositoryTaskLifecycle":{
|
642
|
+
"type":"string",
|
643
|
+
"enum":[
|
644
|
+
"PENDING",
|
645
|
+
"EXECUTING",
|
646
|
+
"FAILED",
|
647
|
+
"SUCCEEDED",
|
648
|
+
"CANCELED",
|
649
|
+
"CANCELING"
|
650
|
+
]
|
651
|
+
},
|
652
|
+
"DataRepositoryTaskNotFound":{
|
653
|
+
"type":"structure",
|
654
|
+
"members":{
|
655
|
+
"Message":{"shape":"ErrorMessage"}
|
656
|
+
},
|
657
|
+
"exception":true
|
658
|
+
},
|
659
|
+
"DataRepositoryTaskPath":{
|
660
|
+
"type":"string",
|
661
|
+
"max":4096,
|
662
|
+
"min":0,
|
663
|
+
"pattern":"^.{0,4096}$"
|
664
|
+
},
|
665
|
+
"DataRepositoryTaskPaths":{
|
666
|
+
"type":"list",
|
667
|
+
"member":{"shape":"DataRepositoryTaskPath"},
|
668
|
+
"max":100
|
669
|
+
},
|
670
|
+
"DataRepositoryTaskStatus":{
|
671
|
+
"type":"structure",
|
672
|
+
"members":{
|
673
|
+
"TotalCount":{"shape":"TotalCount"},
|
674
|
+
"SucceededCount":{"shape":"SucceededCount"},
|
675
|
+
"FailedCount":{"shape":"FailedCount"},
|
676
|
+
"LastUpdatedTime":{"shape":"LastUpdatedTime"}
|
677
|
+
}
|
678
|
+
},
|
679
|
+
"DataRepositoryTaskType":{
|
680
|
+
"type":"string",
|
681
|
+
"enum":["EXPORT_TO_REPOSITORY"]
|
682
|
+
},
|
683
|
+
"DataRepositoryTasks":{
|
684
|
+
"type":"list",
|
685
|
+
"member":{"shape":"DataRepositoryTask"},
|
686
|
+
"max":50
|
687
|
+
},
|
460
688
|
"DeleteBackupRequest":{
|
461
689
|
"type":"structure",
|
462
690
|
"required":["BackupId"],
|
@@ -525,6 +753,22 @@
|
|
525
753
|
"NextToken":{"shape":"NextToken"}
|
526
754
|
}
|
527
755
|
},
|
756
|
+
"DescribeDataRepositoryTasksRequest":{
|
757
|
+
"type":"structure",
|
758
|
+
"members":{
|
759
|
+
"TaskIds":{"shape":"TaskIds"},
|
760
|
+
"Filters":{"shape":"DataRepositoryTaskFilters"},
|
761
|
+
"MaxResults":{"shape":"MaxResults"},
|
762
|
+
"NextToken":{"shape":"NextToken"}
|
763
|
+
}
|
764
|
+
},
|
765
|
+
"DescribeDataRepositoryTasksResponse":{
|
766
|
+
"type":"structure",
|
767
|
+
"members":{
|
768
|
+
"DataRepositoryTasks":{"shape":"DataRepositoryTasks"},
|
769
|
+
"NextToken":{"shape":"NextToken"}
|
770
|
+
}
|
771
|
+
},
|
528
772
|
"DescribeFileSystemsRequest":{
|
529
773
|
"type":"structure",
|
530
774
|
"members":{
|
@@ -550,12 +794,14 @@
|
|
550
794
|
"type":"string",
|
551
795
|
"max":256,
|
552
796
|
"min":1,
|
797
|
+
"pattern":"^.{1,256}$",
|
553
798
|
"sensitive":true
|
554
799
|
},
|
555
800
|
"DirectoryUserName":{
|
556
801
|
"type":"string",
|
557
802
|
"max":256,
|
558
|
-
"min":1
|
803
|
+
"min":1,
|
804
|
+
"pattern":"^.{1,256}$"
|
559
805
|
},
|
560
806
|
"DnsIps":{
|
561
807
|
"type":"list",
|
@@ -563,11 +809,13 @@
|
|
563
809
|
"max":2,
|
564
810
|
"min":1
|
565
811
|
},
|
812
|
+
"EndTime":{"type":"timestamp"},
|
566
813
|
"ErrorMessage":{
|
567
814
|
"type":"string",
|
568
815
|
"max":256,
|
569
816
|
"min":1
|
570
817
|
},
|
818
|
+
"FailedCount":{"type":"long"},
|
571
819
|
"FileSystem":{
|
572
820
|
"type":"structure",
|
573
821
|
"members":{
|
@@ -592,7 +840,8 @@
|
|
592
840
|
"FileSystemAdministratorsGroupName":{
|
593
841
|
"type":"string",
|
594
842
|
"max":256,
|
595
|
-
"min":1
|
843
|
+
"min":1,
|
844
|
+
"pattern":"^.{1,256}$"
|
596
845
|
},
|
597
846
|
"FileSystemFailureDetails":{
|
598
847
|
"type":"structure",
|
@@ -726,6 +975,8 @@
|
|
726
975
|
},
|
727
976
|
"IpAddress":{
|
728
977
|
"type":"string",
|
978
|
+
"max":15,
|
979
|
+
"min":7,
|
729
980
|
"pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
730
981
|
},
|
731
982
|
"KmsKeyId":{
|
@@ -734,6 +985,7 @@
|
|
734
985
|
"min":1,
|
735
986
|
"pattern":"^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89aAbB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}|arn:aws[a-z-]{0,7}:kms:[a-z]{2}-[a-z-]{4,}-\\d+:\\d{12}:(key|alias)\\/([a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89aAbB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}|[a-zA-Z0-9:\\/_-]+)|alias\\/[a-zA-Z0-9:\\/_-]+$"
|
736
987
|
},
|
988
|
+
"LastUpdatedTime":{"type":"timestamp"},
|
737
989
|
"ListTagsForResourceRequest":{
|
738
990
|
"type":"structure",
|
739
991
|
"required":["ResourceARN"],
|
@@ -807,7 +1059,8 @@
|
|
807
1059
|
"OrganizationalUnitDistinguishedName":{
|
808
1060
|
"type":"string",
|
809
1061
|
"max":2000,
|
810
|
-
"min":1
|
1062
|
+
"min":1,
|
1063
|
+
"pattern":"^.{1,2000}$"
|
811
1064
|
},
|
812
1065
|
"Parameter":{
|
813
1066
|
"type":"string",
|
@@ -818,6 +1071,14 @@
|
|
818
1071
|
"max":100,
|
819
1072
|
"min":0
|
820
1073
|
},
|
1074
|
+
"ReportFormat":{
|
1075
|
+
"type":"string",
|
1076
|
+
"enum":["REPORT_CSV_20191124"]
|
1077
|
+
},
|
1078
|
+
"ReportScope":{
|
1079
|
+
"type":"string",
|
1080
|
+
"enum":["FAILED_FILES_ONLY"]
|
1081
|
+
},
|
821
1082
|
"ResourceARN":{
|
822
1083
|
"type":"string",
|
823
1084
|
"max":512,
|
@@ -906,9 +1167,10 @@
|
|
906
1167
|
},
|
907
1168
|
"exception":true
|
908
1169
|
},
|
1170
|
+
"StartTime":{"type":"timestamp"},
|
909
1171
|
"StorageCapacity":{
|
910
1172
|
"type":"integer",
|
911
|
-
"min":
|
1173
|
+
"min":0
|
912
1174
|
},
|
913
1175
|
"SubnetId":{
|
914
1176
|
"type":"string",
|
@@ -921,6 +1183,7 @@
|
|
921
1183
|
"member":{"shape":"SubnetId"},
|
922
1184
|
"max":50
|
923
1185
|
},
|
1186
|
+
"SucceededCount":{"type":"long"},
|
924
1187
|
"Tag":{
|
925
1188
|
"type":"structure",
|
926
1189
|
"members":{
|
@@ -931,7 +1194,8 @@
|
|
931
1194
|
"TagKey":{
|
932
1195
|
"type":"string",
|
933
1196
|
"max":128,
|
934
|
-
"min":1
|
1197
|
+
"min":1,
|
1198
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
935
1199
|
},
|
936
1200
|
"TagKeys":{
|
937
1201
|
"type":"list",
|
@@ -958,7 +1222,8 @@
|
|
958
1222
|
"TagValue":{
|
959
1223
|
"type":"string",
|
960
1224
|
"max":256,
|
961
|
-
"min":0
|
1225
|
+
"min":0,
|
1226
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
962
1227
|
},
|
963
1228
|
"Tags":{
|
964
1229
|
"type":"list",
|
@@ -966,6 +1231,18 @@
|
|
966
1231
|
"max":50,
|
967
1232
|
"min":1
|
968
1233
|
},
|
1234
|
+
"TaskId":{
|
1235
|
+
"type":"string",
|
1236
|
+
"max":128,
|
1237
|
+
"min":12,
|
1238
|
+
"pattern":"^(task-[0-9a-f]{17,})$"
|
1239
|
+
},
|
1240
|
+
"TaskIds":{
|
1241
|
+
"type":"list",
|
1242
|
+
"member":{"shape":"TaskId"},
|
1243
|
+
"max":50
|
1244
|
+
},
|
1245
|
+
"TotalCount":{"type":"long"},
|
969
1246
|
"UnsupportedOperation":{
|
970
1247
|
"type":"structure",
|
971
1248
|
"members":{
|
@@ -5,6 +5,11 @@
|
|
5
5
|
"output_token": "NextToken",
|
6
6
|
"limit_key": "MaxResults"
|
7
7
|
},
|
8
|
+
"DescribeDataRepositoryTasks": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"output_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults"
|
12
|
+
},
|
8
13
|
"DescribeFileSystems": {
|
9
14
|
"input_token": "NextToken",
|
10
15
|
"output_token": "NextToken",
|
@@ -13,6 +13,19 @@
|
|
13
13
|
"uid":"health-2016-08-04"
|
14
14
|
},
|
15
15
|
"operations":{
|
16
|
+
"DescribeAffectedAccountsForOrganization":{
|
17
|
+
"name":"DescribeAffectedAccountsForOrganization",
|
18
|
+
"http":{
|
19
|
+
"method":"POST",
|
20
|
+
"requestUri":"/"
|
21
|
+
},
|
22
|
+
"input":{"shape":"DescribeAffectedAccountsForOrganizationRequest"},
|
23
|
+
"output":{"shape":"DescribeAffectedAccountsForOrganizationResponse"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"InvalidPaginationToken"}
|
26
|
+
],
|
27
|
+
"idempotent":true
|
28
|
+
},
|
16
29
|
"DescribeAffectedEntities":{
|
17
30
|
"name":"DescribeAffectedEntities",
|
18
31
|
"http":{
|
@@ -27,6 +40,20 @@
|
|
27
40
|
],
|
28
41
|
"idempotent":true
|
29
42
|
},
|
43
|
+
"DescribeAffectedEntitiesForOrganization":{
|
44
|
+
"name":"DescribeAffectedEntitiesForOrganization",
|
45
|
+
"http":{
|
46
|
+
"method":"POST",
|
47
|
+
"requestUri":"/"
|
48
|
+
},
|
49
|
+
"input":{"shape":"DescribeAffectedEntitiesForOrganizationRequest"},
|
50
|
+
"output":{"shape":"DescribeAffectedEntitiesForOrganizationResponse"},
|
51
|
+
"errors":[
|
52
|
+
{"shape":"InvalidPaginationToken"},
|
53
|
+
{"shape":"UnsupportedLocale"}
|
54
|
+
],
|
55
|
+
"idempotent":true
|
56
|
+
},
|
30
57
|
"DescribeEntityAggregates":{
|
31
58
|
"name":"DescribeEntityAggregates",
|
32
59
|
"http":{
|
@@ -63,6 +90,19 @@
|
|
63
90
|
],
|
64
91
|
"idempotent":true
|
65
92
|
},
|
93
|
+
"DescribeEventDetailsForOrganization":{
|
94
|
+
"name":"DescribeEventDetailsForOrganization",
|
95
|
+
"http":{
|
96
|
+
"method":"POST",
|
97
|
+
"requestUri":"/"
|
98
|
+
},
|
99
|
+
"input":{"shape":"DescribeEventDetailsForOrganizationRequest"},
|
100
|
+
"output":{"shape":"DescribeEventDetailsForOrganizationResponse"},
|
101
|
+
"errors":[
|
102
|
+
{"shape":"UnsupportedLocale"}
|
103
|
+
],
|
104
|
+
"idempotent":true
|
105
|
+
},
|
66
106
|
"DescribeEventTypes":{
|
67
107
|
"name":"DescribeEventTypes",
|
68
108
|
"http":{
|
@@ -90,6 +130,51 @@
|
|
90
130
|
{"shape":"UnsupportedLocale"}
|
91
131
|
],
|
92
132
|
"idempotent":true
|
133
|
+
},
|
134
|
+
"DescribeEventsForOrganization":{
|
135
|
+
"name":"DescribeEventsForOrganization",
|
136
|
+
"http":{
|
137
|
+
"method":"POST",
|
138
|
+
"requestUri":"/"
|
139
|
+
},
|
140
|
+
"input":{"shape":"DescribeEventsForOrganizationRequest"},
|
141
|
+
"output":{"shape":"DescribeEventsForOrganizationResponse"},
|
142
|
+
"errors":[
|
143
|
+
{"shape":"InvalidPaginationToken"},
|
144
|
+
{"shape":"UnsupportedLocale"}
|
145
|
+
],
|
146
|
+
"idempotent":true
|
147
|
+
},
|
148
|
+
"DescribeHealthServiceStatusForOrganization":{
|
149
|
+
"name":"DescribeHealthServiceStatusForOrganization",
|
150
|
+
"http":{
|
151
|
+
"method":"POST",
|
152
|
+
"requestUri":"/"
|
153
|
+
},
|
154
|
+
"output":{"shape":"DescribeHealthServiceStatusForOrganizationResponse"},
|
155
|
+
"idempotent":true
|
156
|
+
},
|
157
|
+
"DisableHealthServiceAccessForOrganization":{
|
158
|
+
"name":"DisableHealthServiceAccessForOrganization",
|
159
|
+
"http":{
|
160
|
+
"method":"POST",
|
161
|
+
"requestUri":"/"
|
162
|
+
},
|
163
|
+
"errors":[
|
164
|
+
{"shape":"ConcurrentModificationException"}
|
165
|
+
],
|
166
|
+
"idempotent":true
|
167
|
+
},
|
168
|
+
"EnableHealthServiceAccessForOrganization":{
|
169
|
+
"name":"EnableHealthServiceAccessForOrganization",
|
170
|
+
"http":{
|
171
|
+
"method":"POST",
|
172
|
+
"requestUri":"/"
|
173
|
+
},
|
174
|
+
"errors":[
|
175
|
+
{"shape":"ConcurrentModificationException"}
|
176
|
+
],
|
177
|
+
"idempotent":true
|
93
178
|
}
|
94
179
|
},
|
95
180
|
"shapes":{
|
@@ -106,6 +191,13 @@
|
|
106
191
|
"tags":{"shape":"tagSet"}
|
107
192
|
}
|
108
193
|
},
|
194
|
+
"ConcurrentModificationException":{
|
195
|
+
"type":"structure",
|
196
|
+
"members":{
|
197
|
+
"message":{"shape":"string"}
|
198
|
+
},
|
199
|
+
"exception":true
|
200
|
+
},
|
109
201
|
"DateTimeRange":{
|
110
202
|
"type":"structure",
|
111
203
|
"members":{
|
@@ -113,6 +205,44 @@
|
|
113
205
|
"to":{"shape":"timestamp"}
|
114
206
|
}
|
115
207
|
},
|
208
|
+
"DescribeAffectedAccountsForOrganizationRequest":{
|
209
|
+
"type":"structure",
|
210
|
+
"required":["eventArn"],
|
211
|
+
"members":{
|
212
|
+
"eventArn":{"shape":"eventArn"},
|
213
|
+
"nextToken":{"shape":"nextToken"},
|
214
|
+
"maxResults":{"shape":"maxResults"}
|
215
|
+
}
|
216
|
+
},
|
217
|
+
"DescribeAffectedAccountsForOrganizationResponse":{
|
218
|
+
"type":"structure",
|
219
|
+
"members":{
|
220
|
+
"affectedAccounts":{"shape":"affectedAccountsList"},
|
221
|
+
"nextToken":{"shape":"nextToken"}
|
222
|
+
}
|
223
|
+
},
|
224
|
+
"DescribeAffectedEntitiesForOrganizationFailedSet":{
|
225
|
+
"type":"list",
|
226
|
+
"member":{"shape":"OrganizationAffectedEntitiesErrorItem"}
|
227
|
+
},
|
228
|
+
"DescribeAffectedEntitiesForOrganizationRequest":{
|
229
|
+
"type":"structure",
|
230
|
+
"required":["organizationEntityFilters"],
|
231
|
+
"members":{
|
232
|
+
"organizationEntityFilters":{"shape":"OrganizationEntityFiltersList"},
|
233
|
+
"locale":{"shape":"locale"},
|
234
|
+
"nextToken":{"shape":"nextToken"},
|
235
|
+
"maxResults":{"shape":"maxResults"}
|
236
|
+
}
|
237
|
+
},
|
238
|
+
"DescribeAffectedEntitiesForOrganizationResponse":{
|
239
|
+
"type":"structure",
|
240
|
+
"members":{
|
241
|
+
"entities":{"shape":"EntityList"},
|
242
|
+
"failedSet":{"shape":"DescribeAffectedEntitiesForOrganizationFailedSet"},
|
243
|
+
"nextToken":{"shape":"nextToken"}
|
244
|
+
}
|
245
|
+
},
|
116
246
|
"DescribeAffectedEntitiesRequest":{
|
117
247
|
"type":"structure",
|
118
248
|
"required":["filter"],
|
@@ -163,6 +293,29 @@
|
|
163
293
|
"type":"list",
|
164
294
|
"member":{"shape":"EventDetailsErrorItem"}
|
165
295
|
},
|
296
|
+
"DescribeEventDetailsForOrganizationFailedSet":{
|
297
|
+
"type":"list",
|
298
|
+
"member":{"shape":"OrganizationEventDetailsErrorItem"}
|
299
|
+
},
|
300
|
+
"DescribeEventDetailsForOrganizationRequest":{
|
301
|
+
"type":"structure",
|
302
|
+
"required":["organizationEventDetailFilters"],
|
303
|
+
"members":{
|
304
|
+
"organizationEventDetailFilters":{"shape":"OrganizationEventDetailFiltersList"},
|
305
|
+
"locale":{"shape":"locale"}
|
306
|
+
}
|
307
|
+
},
|
308
|
+
"DescribeEventDetailsForOrganizationResponse":{
|
309
|
+
"type":"structure",
|
310
|
+
"members":{
|
311
|
+
"successfulSet":{"shape":"DescribeEventDetailsForOrganizationSuccessfulSet"},
|
312
|
+
"failedSet":{"shape":"DescribeEventDetailsForOrganizationFailedSet"}
|
313
|
+
}
|
314
|
+
},
|
315
|
+
"DescribeEventDetailsForOrganizationSuccessfulSet":{
|
316
|
+
"type":"list",
|
317
|
+
"member":{"shape":"OrganizationEventDetails"}
|
318
|
+
},
|
166
319
|
"DescribeEventDetailsRequest":{
|
167
320
|
"type":"structure",
|
168
321
|
"required":["eventArns"],
|
@@ -198,6 +351,22 @@
|
|
198
351
|
"nextToken":{"shape":"nextToken"}
|
199
352
|
}
|
200
353
|
},
|
354
|
+
"DescribeEventsForOrganizationRequest":{
|
355
|
+
"type":"structure",
|
356
|
+
"members":{
|
357
|
+
"filter":{"shape":"OrganizationEventFilter"},
|
358
|
+
"nextToken":{"shape":"nextToken"},
|
359
|
+
"maxResults":{"shape":"maxResults"},
|
360
|
+
"locale":{"shape":"locale"}
|
361
|
+
}
|
362
|
+
},
|
363
|
+
"DescribeEventsForOrganizationResponse":{
|
364
|
+
"type":"structure",
|
365
|
+
"members":{
|
366
|
+
"events":{"shape":"OrganizationEventList"},
|
367
|
+
"nextToken":{"shape":"nextToken"}
|
368
|
+
}
|
369
|
+
},
|
201
370
|
"DescribeEventsRequest":{
|
202
371
|
"type":"structure",
|
203
372
|
"members":{
|
@@ -214,6 +383,12 @@
|
|
214
383
|
"nextToken":{"shape":"nextToken"}
|
215
384
|
}
|
216
385
|
},
|
386
|
+
"DescribeHealthServiceStatusForOrganizationResponse":{
|
387
|
+
"type":"structure",
|
388
|
+
"members":{
|
389
|
+
"healthServiceAccessStatusForOrganization":{"shape":"healthServiceAccessStatusForOrganization"}
|
390
|
+
}
|
391
|
+
},
|
217
392
|
"EntityAggregate":{
|
218
393
|
"type":"structure",
|
219
394
|
"members":{
|
@@ -256,6 +431,17 @@
|
|
256
431
|
"statusCode":{"shape":"eventStatusCode"}
|
257
432
|
}
|
258
433
|
},
|
434
|
+
"EventAccountFilter":{
|
435
|
+
"type":"structure",
|
436
|
+
"required":[
|
437
|
+
"eventArn",
|
438
|
+
"awsAccountId"
|
439
|
+
],
|
440
|
+
"members":{
|
441
|
+
"eventArn":{"shape":"eventArn"},
|
442
|
+
"awsAccountId":{"shape":"accountId"}
|
443
|
+
}
|
444
|
+
},
|
259
445
|
"EventAggregate":{
|
260
446
|
"type":"structure",
|
261
447
|
"members":{
|
@@ -356,6 +542,79 @@
|
|
356
542
|
},
|
357
543
|
"exception":true
|
358
544
|
},
|
545
|
+
"OrganizationAffectedEntitiesErrorItem":{
|
546
|
+
"type":"structure",
|
547
|
+
"members":{
|
548
|
+
"awsAccountId":{"shape":"accountId"},
|
549
|
+
"eventArn":{"shape":"eventArn"},
|
550
|
+
"errorName":{"shape":"string"},
|
551
|
+
"errorMessage":{"shape":"string"}
|
552
|
+
}
|
553
|
+
},
|
554
|
+
"OrganizationEntityFiltersList":{
|
555
|
+
"type":"list",
|
556
|
+
"member":{"shape":"EventAccountFilter"},
|
557
|
+
"max":10,
|
558
|
+
"min":1
|
559
|
+
},
|
560
|
+
"OrganizationEvent":{
|
561
|
+
"type":"structure",
|
562
|
+
"members":{
|
563
|
+
"arn":{"shape":"eventArn"},
|
564
|
+
"service":{"shape":"service"},
|
565
|
+
"eventTypeCode":{"shape":"eventTypeCode"},
|
566
|
+
"eventTypeCategory":{"shape":"eventTypeCategory"},
|
567
|
+
"region":{"shape":"region"},
|
568
|
+
"startTime":{"shape":"timestamp"},
|
569
|
+
"endTime":{"shape":"timestamp"},
|
570
|
+
"lastUpdatedTime":{"shape":"timestamp"},
|
571
|
+
"statusCode":{"shape":"eventStatusCode"}
|
572
|
+
}
|
573
|
+
},
|
574
|
+
"OrganizationEventDetailFiltersList":{
|
575
|
+
"type":"list",
|
576
|
+
"member":{"shape":"EventAccountFilter"},
|
577
|
+
"max":10,
|
578
|
+
"min":1
|
579
|
+
},
|
580
|
+
"OrganizationEventDetails":{
|
581
|
+
"type":"structure",
|
582
|
+
"members":{
|
583
|
+
"awsAccountId":{"shape":"accountId"},
|
584
|
+
"event":{"shape":"Event"},
|
585
|
+
"eventDescription":{"shape":"EventDescription"},
|
586
|
+
"eventMetadata":{"shape":"eventMetadata"}
|
587
|
+
}
|
588
|
+
},
|
589
|
+
"OrganizationEventDetailsErrorItem":{
|
590
|
+
"type":"structure",
|
591
|
+
"members":{
|
592
|
+
"awsAccountId":{"shape":"accountId"},
|
593
|
+
"eventArn":{"shape":"eventArn"},
|
594
|
+
"errorName":{"shape":"string"},
|
595
|
+
"errorMessage":{"shape":"string"}
|
596
|
+
}
|
597
|
+
},
|
598
|
+
"OrganizationEventFilter":{
|
599
|
+
"type":"structure",
|
600
|
+
"members":{
|
601
|
+
"eventTypeCodes":{"shape":"eventTypeList"},
|
602
|
+
"awsAccountIds":{"shape":"awsAccountIdsList"},
|
603
|
+
"services":{"shape":"serviceList"},
|
604
|
+
"regions":{"shape":"regionList"},
|
605
|
+
"startTime":{"shape":"DateTimeRange"},
|
606
|
+
"endTime":{"shape":"DateTimeRange"},
|
607
|
+
"lastUpdatedTime":{"shape":"DateTimeRange"},
|
608
|
+
"entityArns":{"shape":"entityArnList"},
|
609
|
+
"entityValues":{"shape":"entityValueList"},
|
610
|
+
"eventTypeCategories":{"shape":"eventTypeCategoryList"},
|
611
|
+
"eventStatusCodes":{"shape":"eventStatusCodeList"}
|
612
|
+
}
|
613
|
+
},
|
614
|
+
"OrganizationEventList":{
|
615
|
+
"type":"list",
|
616
|
+
"member":{"shape":"OrganizationEvent"}
|
617
|
+
},
|
359
618
|
"UnsupportedLocale":{
|
360
619
|
"type":"structure",
|
361
620
|
"members":{
|
@@ -365,17 +624,30 @@
|
|
365
624
|
},
|
366
625
|
"accountId":{
|
367
626
|
"type":"string",
|
368
|
-
"
|
627
|
+
"max":12,
|
628
|
+
"pattern":"^\\S+$"
|
629
|
+
},
|
630
|
+
"affectedAccountsList":{
|
631
|
+
"type":"list",
|
632
|
+
"member":{"shape":"accountId"}
|
369
633
|
},
|
370
634
|
"aggregateValue":{"type":"string"},
|
371
635
|
"availabilityZone":{
|
372
636
|
"type":"string",
|
637
|
+
"max":18,
|
638
|
+
"min":6,
|
373
639
|
"pattern":"[a-z]{2}\\-[0-9a-z\\-]{4,16}"
|
374
640
|
},
|
375
641
|
"availabilityZones":{
|
376
642
|
"type":"list",
|
377
643
|
"member":{"shape":"availabilityZone"}
|
378
644
|
},
|
645
|
+
"awsAccountIdsList":{
|
646
|
+
"type":"list",
|
647
|
+
"member":{"shape":"accountId"},
|
648
|
+
"max":50,
|
649
|
+
"min":1
|
650
|
+
},
|
379
651
|
"count":{"type":"integer"},
|
380
652
|
"dateTimeRangeList":{
|
381
653
|
"type":"list",
|
@@ -385,7 +657,8 @@
|
|
385
657
|
},
|
386
658
|
"entityArn":{
|
387
659
|
"type":"string",
|
388
|
-
"max":1600
|
660
|
+
"max":1600,
|
661
|
+
"pattern":".{0,1600}"
|
389
662
|
},
|
390
663
|
"entityArnList":{
|
391
664
|
"type":"list",
|
@@ -407,13 +680,11 @@
|
|
407
680
|
"max":3,
|
408
681
|
"min":1
|
409
682
|
},
|
410
|
-
"entityUrl":{
|
411
|
-
"type":"string",
|
412
|
-
"pattern":"https?://.+\\.(amazon\\.com|amazonaws\\.com|amazonaws\\.cn|c2s\\.ic\\.gov|sc2s\\.sgov\\.gov|amazonaws-us-gov.com)/.*"
|
413
|
-
},
|
683
|
+
"entityUrl":{"type":"string"},
|
414
684
|
"entityValue":{
|
415
685
|
"type":"string",
|
416
|
-
"max":256
|
686
|
+
"max":256,
|
687
|
+
"pattern":".{0,256}"
|
417
688
|
},
|
418
689
|
"entityValueList":{
|
419
690
|
"type":"list",
|
@@ -459,7 +730,8 @@
|
|
459
730
|
"eventType":{
|
460
731
|
"type":"string",
|
461
732
|
"max":100,
|
462
|
-
"min":3
|
733
|
+
"min":3,
|
734
|
+
"pattern":"[^:/]{3,100}"
|
463
735
|
},
|
464
736
|
"eventTypeCategory":{
|
465
737
|
"type":"string",
|
@@ -481,7 +753,8 @@
|
|
481
753
|
"eventTypeCode":{
|
482
754
|
"type":"string",
|
483
755
|
"max":100,
|
484
|
-
"min":3
|
756
|
+
"min":3,
|
757
|
+
"pattern":"[a-zA-Z0-9\\_\\-]{3,100}"
|
485
758
|
},
|
486
759
|
"eventTypeList":{
|
487
760
|
"type":"list",
|
@@ -489,10 +762,12 @@
|
|
489
762
|
"max":10,
|
490
763
|
"min":1
|
491
764
|
},
|
765
|
+
"healthServiceAccessStatusForOrganization":{"type":"string"},
|
492
766
|
"locale":{
|
493
767
|
"type":"string",
|
494
768
|
"max":256,
|
495
|
-
"min":2
|
769
|
+
"min":2,
|
770
|
+
"pattern":".{2,256}"
|
496
771
|
},
|
497
772
|
"maxResults":{
|
498
773
|
"type":"integer",
|
@@ -506,10 +781,14 @@
|
|
506
781
|
},
|
507
782
|
"nextToken":{
|
508
783
|
"type":"string",
|
509
|
-
"
|
784
|
+
"max":10000,
|
785
|
+
"min":4,
|
786
|
+
"pattern":"[a-zA-Z0-9=/+_.-]{4,10000}"
|
510
787
|
},
|
511
788
|
"region":{
|
512
789
|
"type":"string",
|
790
|
+
"max":25,
|
791
|
+
"min":2,
|
513
792
|
"pattern":"[^:/]{2,25}"
|
514
793
|
},
|
515
794
|
"regionList":{
|
@@ -521,7 +800,8 @@
|
|
521
800
|
"service":{
|
522
801
|
"type":"string",
|
523
802
|
"max":30,
|
524
|
-
"min":2
|
803
|
+
"min":2,
|
804
|
+
"pattern":"[^:/]{2,30}"
|
525
805
|
},
|
526
806
|
"serviceList":{
|
527
807
|
"type":"list",
|
@@ -537,7 +817,8 @@
|
|
537
817
|
},
|
538
818
|
"tagKey":{
|
539
819
|
"type":"string",
|
540
|
-
"max":127
|
820
|
+
"max":127,
|
821
|
+
"pattern":".{0,127}"
|
541
822
|
},
|
542
823
|
"tagSet":{
|
543
824
|
"type":"map",
|
@@ -547,7 +828,8 @@
|
|
547
828
|
},
|
548
829
|
"tagValue":{
|
549
830
|
"type":"string",
|
550
|
-
"max":255
|
831
|
+
"max":255,
|
832
|
+
"pattern":".{0,255}"
|
551
833
|
},
|
552
834
|
"timestamp":{"type":"timestamp"}
|
553
835
|
}
|
@@ -1,11 +1,26 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"DescribeAffectedAccountsForOrganization": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"limit_key": "maxResults",
|
6
|
+
"output_token": "nextToken",
|
7
|
+
"result_key": "affectedAccounts"
|
8
|
+
},
|
3
9
|
"DescribeAffectedEntities": {
|
4
10
|
"input_token": "nextToken",
|
5
11
|
"limit_key": "maxResults",
|
6
12
|
"output_token": "nextToken",
|
7
13
|
"result_key": "entities"
|
8
14
|
},
|
15
|
+
"DescribeAffectedEntitiesForOrganization": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"limit_key": "maxResults",
|
18
|
+
"non_aggregate_keys": [
|
19
|
+
"failedSet"
|
20
|
+
],
|
21
|
+
"output_token": "nextToken",
|
22
|
+
"result_key": "entities"
|
23
|
+
},
|
9
24
|
"DescribeEntityAggregates": {
|
10
25
|
"result_key": "entityAggregates"
|
11
26
|
},
|
@@ -26,6 +41,12 @@
|
|
26
41
|
"limit_key": "maxResults",
|
27
42
|
"output_token": "nextToken",
|
28
43
|
"result_key": "events"
|
44
|
+
},
|
45
|
+
"DescribeEventsForOrganization": {
|
46
|
+
"input_token": "nextToken",
|
47
|
+
"limit_key": "maxResults",
|
48
|
+
"output_token": "nextToken",
|
49
|
+
"result_key": "events"
|
29
50
|
}
|
30
51
|
}
|
31
52
|
}
|
data/endpoints.json
CHANGED
@@ -1011,8 +1011,10 @@
|
|
1011
1011
|
"connect" : {
|
1012
1012
|
"endpoints" : {
|
1013
1013
|
"ap-northeast-1" : { },
|
1014
|
+
"ap-southeast-1" : { },
|
1014
1015
|
"ap-southeast-2" : { },
|
1015
1016
|
"eu-central-1" : { },
|
1017
|
+
"eu-west-2" : { },
|
1016
1018
|
"us-east-1" : { },
|
1017
1019
|
"us-west-2" : { }
|
1018
1020
|
}
|
@@ -2982,6 +2984,7 @@
|
|
2982
2984
|
"ap-southeast-2" : { },
|
2983
2985
|
"ca-central-1" : { },
|
2984
2986
|
"eu-central-1" : { },
|
2987
|
+
"eu-north-1" : { },
|
2985
2988
|
"eu-west-1" : { },
|
2986
2989
|
"eu-west-2" : { },
|
2987
2990
|
"eu-west-3" : { },
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.421
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|