aws-sdk-core 2.11.591 → 2.11.596
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +1 -1
- data/apis/application-autoscaling/2016-02-06/api-2.json +1 -0
- data/apis/backup/2018-11-15/api-2.json +45 -10
- data/apis/batch/2016-08-10/api-2.json +71 -3
- data/apis/ce/2017-10-25/api-2.json +506 -2
- data/apis/config/2014-11-12/api-2.json +5 -13
- data/apis/ec2/2016-11-15/api-2.json +32 -0
- data/apis/eks/2017-11-01/api-2.json +14 -0
- data/apis/frauddetector/2019-11-15/api-2.json +3 -3
- data/apis/quicksight/2018-04-01/api-2.json +18 -3
- data/apis/rds/2014-10-31/api-2.json +13 -1
- data/apis/savingsplans/2019-06-28/api-2.json +32 -2
- data/apis/schemas/2019-12-02/api-2.json +113 -0
- data/apis/sts/2011-06-15/api-2.json +4 -5
- data/apis/synthetics/2017-10-11/api-2.json +35 -17
- data/apis/textract/2018-06-27/api-2.json +18 -5
- data/apis/timestream-query/2018-11-01/api-2.json +299 -0
- data/apis/timestream-query/2018-11-01/examples-1.json +5 -0
- data/apis/timestream-query/2018-11-01/paginators-1.json +14 -0
- data/apis/timestream-write/2018-11-01/api-2.json +775 -0
- data/apis/timestream-write/2018-11-01/examples-1.json +5 -0
- data/apis/timestream-write/2018-11-01/paginators-1.json +14 -0
- data/apis/transcribe/2017-10-26/api-2.json +12 -1
- data/apis/translate/2017-07-01/api-2.json +3 -1
- data/endpoints.json +5 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/eager_loader.rb +1 -0
- data/lib/aws-sdk-core/timestreamquery.rb +6 -0
- data/lib/aws-sdk-core/timestreamwrite.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +10 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 110f7351c9d33822f9738efc1935c1a7c62fe260f681f2162790a6a5637311b2
|
4
|
+
data.tar.gz: 8faf8c248a13707fd280b703f92d0c86902174021b7ea74dbdcb5e2638e54de6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83da5be34dfbd2139822e871742f33e5d0c5a486ca2a53e9d9159e12396e21fffb96f769ee96b68c5ad31d39df636a64054db162773f6bfa136f047204af6e40
|
7
|
+
data.tar.gz: 6370fee7f7f1804ca33e2fb0720cf7d8309d86fd10782707085bb7a70b3cf0bb0852acf5da7d40754e85dca0818abace000cc5e7f326ac9b3a46962e3e18a9c9
|
@@ -574,6 +574,7 @@
|
|
574
574
|
"sagemaker:variant:DesiredInstanceCount",
|
575
575
|
"custom-resource:ResourceType:Property",
|
576
576
|
"comprehend:document-classifier-endpoint:DesiredInferenceUnits",
|
577
|
+
"comprehend:entity-recognizer-endpoint:DesiredInferenceUnits",
|
577
578
|
"lambda:function:ProvisionedConcurrency",
|
578
579
|
"cassandra:table:ReadCapacityUnits",
|
579
580
|
"cassandra:table:WriteCapacityUnits"
|
@@ -762,6 +762,17 @@
|
|
762
762
|
"type":"string",
|
763
763
|
"pattern":"^[0-9]{12}$"
|
764
764
|
},
|
765
|
+
"AdvancedBackupSetting":{
|
766
|
+
"type":"structure",
|
767
|
+
"members":{
|
768
|
+
"ResourceType":{"shape":"ResourceType"},
|
769
|
+
"BackupOptions":{"shape":"BackupOptions"}
|
770
|
+
}
|
771
|
+
},
|
772
|
+
"AdvancedBackupSettings":{
|
773
|
+
"type":"list",
|
774
|
+
"member":{"shape":"AdvancedBackupSetting"}
|
775
|
+
},
|
765
776
|
"AlreadyExistsException":{
|
766
777
|
"type":"structure",
|
767
778
|
"members":{
|
@@ -794,7 +805,9 @@
|
|
794
805
|
"ExpectedCompletionDate":{"shape":"timestamp"},
|
795
806
|
"StartBy":{"shape":"timestamp"},
|
796
807
|
"ResourceType":{"shape":"ResourceType"},
|
797
|
-
"BytesTransferred":{"shape":"Long"}
|
808
|
+
"BytesTransferred":{"shape":"Long"},
|
809
|
+
"BackupOptions":{"shape":"BackupOptions"},
|
810
|
+
"BackupType":{"shape":"string"}
|
798
811
|
}
|
799
812
|
},
|
800
813
|
"BackupJobState":{
|
@@ -814,6 +827,19 @@
|
|
814
827
|
"type":"list",
|
815
828
|
"member":{"shape":"BackupJob"}
|
816
829
|
},
|
830
|
+
"BackupOptionKey":{
|
831
|
+
"type":"string",
|
832
|
+
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
|
833
|
+
},
|
834
|
+
"BackupOptionValue":{
|
835
|
+
"type":"string",
|
836
|
+
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
|
837
|
+
},
|
838
|
+
"BackupOptions":{
|
839
|
+
"type":"map",
|
840
|
+
"key":{"shape":"BackupOptionKey"},
|
841
|
+
"value":{"shape":"BackupOptionValue"}
|
842
|
+
},
|
817
843
|
"BackupPlan":{
|
818
844
|
"type":"structure",
|
819
845
|
"required":[
|
@@ -822,7 +848,8 @@
|
|
822
848
|
],
|
823
849
|
"members":{
|
824
850
|
"BackupPlanName":{"shape":"BackupPlanName"},
|
825
|
-
"Rules":{"shape":"BackupRules"}
|
851
|
+
"Rules":{"shape":"BackupRules"},
|
852
|
+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
|
826
853
|
}
|
827
854
|
},
|
828
855
|
"BackupPlanInput":{
|
@@ -833,7 +860,8 @@
|
|
833
860
|
],
|
834
861
|
"members":{
|
835
862
|
"BackupPlanName":{"shape":"BackupPlanName"},
|
836
|
-
"Rules":{"shape":"BackupRulesInput"}
|
863
|
+
"Rules":{"shape":"BackupRulesInput"},
|
864
|
+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
|
837
865
|
}
|
838
866
|
},
|
839
867
|
"BackupPlanName":{"type":"string"},
|
@@ -866,7 +894,8 @@
|
|
866
894
|
"VersionId":{"shape":"string"},
|
867
895
|
"BackupPlanName":{"shape":"BackupPlanName"},
|
868
896
|
"CreatorRequestId":{"shape":"string"},
|
869
|
-
"LastExecutionDate":{"shape":"timestamp"}
|
897
|
+
"LastExecutionDate":{"shape":"timestamp"},
|
898
|
+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
|
870
899
|
}
|
871
900
|
},
|
872
901
|
"BackupRule":{
|
@@ -989,7 +1018,7 @@
|
|
989
1018
|
},
|
990
1019
|
"BackupVaultName":{
|
991
1020
|
"type":"string",
|
992
|
-
"pattern":"^[a-zA-Z0-9\\-\\_
|
1021
|
+
"pattern":"^[a-zA-Z0-9\\-\\_]{2,50}$"
|
993
1022
|
},
|
994
1023
|
"Boolean":{"type":"boolean"},
|
995
1024
|
"CalculatedLifecycle":{
|
@@ -1078,7 +1107,8 @@
|
|
1078
1107
|
"BackupPlanId":{"shape":"string"},
|
1079
1108
|
"BackupPlanArn":{"shape":"ARN"},
|
1080
1109
|
"CreationDate":{"shape":"timestamp"},
|
1081
|
-
"VersionId":{"shape":"string"}
|
1110
|
+
"VersionId":{"shape":"string"},
|
1111
|
+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
|
1082
1112
|
}
|
1083
1113
|
},
|
1084
1114
|
"CreateBackupSelectionInput":{
|
@@ -1261,7 +1291,9 @@
|
|
1261
1291
|
"ResourceType":{"shape":"ResourceType"},
|
1262
1292
|
"BytesTransferred":{"shape":"Long"},
|
1263
1293
|
"ExpectedCompletionDate":{"shape":"timestamp"},
|
1264
|
-
"StartBy":{"shape":"timestamp"}
|
1294
|
+
"StartBy":{"shape":"timestamp"},
|
1295
|
+
"BackupOptions":{"shape":"BackupOptions"},
|
1296
|
+
"BackupType":{"shape":"string"}
|
1265
1297
|
}
|
1266
1298
|
},
|
1267
1299
|
"DescribeBackupVaultInput":{
|
@@ -1476,7 +1508,8 @@
|
|
1476
1508
|
"CreatorRequestId":{"shape":"string"},
|
1477
1509
|
"CreationDate":{"shape":"timestamp"},
|
1478
1510
|
"DeletionDate":{"shape":"timestamp"},
|
1479
|
-
"LastExecutionDate":{"shape":"timestamp"}
|
1511
|
+
"LastExecutionDate":{"shape":"timestamp"},
|
1512
|
+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
|
1480
1513
|
}
|
1481
1514
|
},
|
1482
1515
|
"GetBackupSelectionInput":{
|
@@ -2247,7 +2280,8 @@
|
|
2247
2280
|
"StartWindowMinutes":{"shape":"WindowMinutes"},
|
2248
2281
|
"CompleteWindowMinutes":{"shape":"WindowMinutes"},
|
2249
2282
|
"Lifecycle":{"shape":"Lifecycle"},
|
2250
|
-
"RecoveryPointTags":{"shape":"Tags"}
|
2283
|
+
"RecoveryPointTags":{"shape":"Tags"},
|
2284
|
+
"BackupOptions":{"shape":"BackupOptions"}
|
2251
2285
|
}
|
2252
2286
|
},
|
2253
2287
|
"StartBackupJobOutput":{
|
@@ -2386,7 +2420,8 @@
|
|
2386
2420
|
"BackupPlanId":{"shape":"string"},
|
2387
2421
|
"BackupPlanArn":{"shape":"ARN"},
|
2388
2422
|
"CreationDate":{"shape":"timestamp"},
|
2389
|
-
"VersionId":{"shape":"string"}
|
2423
|
+
"VersionId":{"shape":"string"},
|
2424
|
+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
|
2390
2425
|
}
|
2391
2426
|
},
|
2392
2427
|
"UpdateRecoveryPointLifecycleInput":{
|
@@ -427,6 +427,7 @@
|
|
427
427
|
"memory":{"shape":"Integer"},
|
428
428
|
"command":{"shape":"StringList"},
|
429
429
|
"jobRoleArn":{"shape":"String"},
|
430
|
+
"executionRoleArn":{"shape":"String"},
|
430
431
|
"volumes":{"shape":"Volumes"},
|
431
432
|
"environment":{"shape":"EnvironmentVariables"},
|
432
433
|
"mountPoints":{"shape":"MountPoints"},
|
@@ -442,7 +443,9 @@
|
|
442
443
|
"instanceType":{"shape":"String"},
|
443
444
|
"networkInterfaces":{"shape":"NetworkInterfaceList"},
|
444
445
|
"resourceRequirements":{"shape":"ResourceRequirements"},
|
445
|
-
"linuxParameters":{"shape":"LinuxParameters"}
|
446
|
+
"linuxParameters":{"shape":"LinuxParameters"},
|
447
|
+
"logConfiguration":{"shape":"LogConfiguration"},
|
448
|
+
"secrets":{"shape":"SecretList"}
|
446
449
|
}
|
447
450
|
},
|
448
451
|
"ContainerOverrides":{
|
@@ -464,6 +467,7 @@
|
|
464
467
|
"memory":{"shape":"Integer"},
|
465
468
|
"command":{"shape":"StringList"},
|
466
469
|
"jobRoleArn":{"shape":"String"},
|
470
|
+
"executionRoleArn":{"shape":"String"},
|
467
471
|
"volumes":{"shape":"Volumes"},
|
468
472
|
"environment":{"shape":"EnvironmentVariables"},
|
469
473
|
"mountPoints":{"shape":"MountPoints"},
|
@@ -473,7 +477,9 @@
|
|
473
477
|
"user":{"shape":"String"},
|
474
478
|
"instanceType":{"shape":"String"},
|
475
479
|
"resourceRequirements":{"shape":"ResourceRequirements"},
|
476
|
-
"linuxParameters":{"shape":"LinuxParameters"}
|
480
|
+
"linuxParameters":{"shape":"LinuxParameters"},
|
481
|
+
"logConfiguration":{"shape":"LogConfiguration"},
|
482
|
+
"secrets":{"shape":"SecretList"}
|
477
483
|
}
|
478
484
|
},
|
479
485
|
"ContainerSummary":{
|
@@ -840,7 +846,12 @@
|
|
840
846
|
"LinuxParameters":{
|
841
847
|
"type":"structure",
|
842
848
|
"members":{
|
843
|
-
"devices":{"shape":"DevicesList"}
|
849
|
+
"devices":{"shape":"DevicesList"},
|
850
|
+
"initProcessEnabled":{"shape":"Boolean"},
|
851
|
+
"sharedMemorySize":{"shape":"Integer"},
|
852
|
+
"tmpfs":{"shape":"TmpfsList"},
|
853
|
+
"maxSwap":{"shape":"Integer"},
|
854
|
+
"swappiness":{"shape":"Integer"}
|
844
855
|
}
|
845
856
|
},
|
846
857
|
"ListJobsRequest":{
|
@@ -862,6 +873,32 @@
|
|
862
873
|
"nextToken":{"shape":"String"}
|
863
874
|
}
|
864
875
|
},
|
876
|
+
"LogConfiguration":{
|
877
|
+
"type":"structure",
|
878
|
+
"required":["logDriver"],
|
879
|
+
"members":{
|
880
|
+
"logDriver":{"shape":"LogDriver"},
|
881
|
+
"options":{"shape":"LogConfigurationOptionsMap"},
|
882
|
+
"secretOptions":{"shape":"SecretList"}
|
883
|
+
}
|
884
|
+
},
|
885
|
+
"LogConfigurationOptionsMap":{
|
886
|
+
"type":"map",
|
887
|
+
"key":{"shape":"String"},
|
888
|
+
"value":{"shape":"String"}
|
889
|
+
},
|
890
|
+
"LogDriver":{
|
891
|
+
"type":"string",
|
892
|
+
"enum":[
|
893
|
+
"json-file",
|
894
|
+
"syslog",
|
895
|
+
"journald",
|
896
|
+
"gelf",
|
897
|
+
"fluentd",
|
898
|
+
"awslogs",
|
899
|
+
"splunk"
|
900
|
+
]
|
901
|
+
},
|
865
902
|
"Long":{"type":"long"},
|
866
903
|
"MountPoint":{
|
867
904
|
"type":"structure",
|
@@ -1005,6 +1042,21 @@
|
|
1005
1042
|
"attempts":{"shape":"Integer"}
|
1006
1043
|
}
|
1007
1044
|
},
|
1045
|
+
"Secret":{
|
1046
|
+
"type":"structure",
|
1047
|
+
"required":[
|
1048
|
+
"name",
|
1049
|
+
"valueFrom"
|
1050
|
+
],
|
1051
|
+
"members":{
|
1052
|
+
"name":{"shape":"String"},
|
1053
|
+
"valueFrom":{"shape":"String"}
|
1054
|
+
}
|
1055
|
+
},
|
1056
|
+
"SecretList":{
|
1057
|
+
"type":"list",
|
1058
|
+
"member":{"shape":"Secret"}
|
1059
|
+
},
|
1008
1060
|
"ServerException":{
|
1009
1061
|
"type":"structure",
|
1010
1062
|
"members":{
|
@@ -1071,6 +1123,22 @@
|
|
1071
1123
|
"members":{
|
1072
1124
|
}
|
1073
1125
|
},
|
1126
|
+
"Tmpfs":{
|
1127
|
+
"type":"structure",
|
1128
|
+
"required":[
|
1129
|
+
"containerPath",
|
1130
|
+
"size"
|
1131
|
+
],
|
1132
|
+
"members":{
|
1133
|
+
"containerPath":{"shape":"String"},
|
1134
|
+
"size":{"shape":"Integer"},
|
1135
|
+
"mountOptions":{"shape":"StringList"}
|
1136
|
+
}
|
1137
|
+
},
|
1138
|
+
"TmpfsList":{
|
1139
|
+
"type":"list",
|
1140
|
+
"member":{"shape":"Tmpfs"}
|
1141
|
+
},
|
1074
1142
|
"Ulimit":{
|
1075
1143
|
"type":"structure",
|
1076
1144
|
"required":[
|
@@ -14,6 +14,31 @@
|
|
14
14
|
"uid":"ce-2017-10-25"
|
15
15
|
},
|
16
16
|
"operations":{
|
17
|
+
"CreateAnomalyMonitor":{
|
18
|
+
"name":"CreateAnomalyMonitor",
|
19
|
+
"http":{
|
20
|
+
"method":"POST",
|
21
|
+
"requestUri":"/"
|
22
|
+
},
|
23
|
+
"input":{"shape":"CreateAnomalyMonitorRequest"},
|
24
|
+
"output":{"shape":"CreateAnomalyMonitorResponse"},
|
25
|
+
"errors":[
|
26
|
+
{"shape":"LimitExceededException"}
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"CreateAnomalySubscription":{
|
30
|
+
"name":"CreateAnomalySubscription",
|
31
|
+
"http":{
|
32
|
+
"method":"POST",
|
33
|
+
"requestUri":"/"
|
34
|
+
},
|
35
|
+
"input":{"shape":"CreateAnomalySubscriptionRequest"},
|
36
|
+
"output":{"shape":"CreateAnomalySubscriptionResponse"},
|
37
|
+
"errors":[
|
38
|
+
{"shape":"UnknownMonitorException"},
|
39
|
+
{"shape":"LimitExceededException"}
|
40
|
+
]
|
41
|
+
},
|
17
42
|
"CreateCostCategoryDefinition":{
|
18
43
|
"name":"CreateCostCategoryDefinition",
|
19
44
|
"http":{
|
@@ -27,6 +52,32 @@
|
|
27
52
|
{"shape":"LimitExceededException"}
|
28
53
|
]
|
29
54
|
},
|
55
|
+
"DeleteAnomalyMonitor":{
|
56
|
+
"name":"DeleteAnomalyMonitor",
|
57
|
+
"http":{
|
58
|
+
"method":"POST",
|
59
|
+
"requestUri":"/"
|
60
|
+
},
|
61
|
+
"input":{"shape":"DeleteAnomalyMonitorRequest"},
|
62
|
+
"output":{"shape":"DeleteAnomalyMonitorResponse"},
|
63
|
+
"errors":[
|
64
|
+
{"shape":"LimitExceededException"},
|
65
|
+
{"shape":"UnknownMonitorException"}
|
66
|
+
]
|
67
|
+
},
|
68
|
+
"DeleteAnomalySubscription":{
|
69
|
+
"name":"DeleteAnomalySubscription",
|
70
|
+
"http":{
|
71
|
+
"method":"POST",
|
72
|
+
"requestUri":"/"
|
73
|
+
},
|
74
|
+
"input":{"shape":"DeleteAnomalySubscriptionRequest"},
|
75
|
+
"output":{"shape":"DeleteAnomalySubscriptionResponse"},
|
76
|
+
"errors":[
|
77
|
+
{"shape":"LimitExceededException"},
|
78
|
+
{"shape":"UnknownSubscriptionException"}
|
79
|
+
]
|
80
|
+
},
|
30
81
|
"DeleteCostCategoryDefinition":{
|
31
82
|
"name":"DeleteCostCategoryDefinition",
|
32
83
|
"http":{
|
@@ -53,6 +104,47 @@
|
|
53
104
|
{"shape":"LimitExceededException"}
|
54
105
|
]
|
55
106
|
},
|
107
|
+
"GetAnomalies":{
|
108
|
+
"name":"GetAnomalies",
|
109
|
+
"http":{
|
110
|
+
"method":"POST",
|
111
|
+
"requestUri":"/"
|
112
|
+
},
|
113
|
+
"input":{"shape":"GetAnomaliesRequest"},
|
114
|
+
"output":{"shape":"GetAnomaliesResponse"},
|
115
|
+
"errors":[
|
116
|
+
{"shape":"LimitExceededException"},
|
117
|
+
{"shape":"InvalidNextTokenException"}
|
118
|
+
]
|
119
|
+
},
|
120
|
+
"GetAnomalyMonitors":{
|
121
|
+
"name":"GetAnomalyMonitors",
|
122
|
+
"http":{
|
123
|
+
"method":"POST",
|
124
|
+
"requestUri":"/"
|
125
|
+
},
|
126
|
+
"input":{"shape":"GetAnomalyMonitorsRequest"},
|
127
|
+
"output":{"shape":"GetAnomalyMonitorsResponse"},
|
128
|
+
"errors":[
|
129
|
+
{"shape":"LimitExceededException"},
|
130
|
+
{"shape":"UnknownMonitorException"},
|
131
|
+
{"shape":"InvalidNextTokenException"}
|
132
|
+
]
|
133
|
+
},
|
134
|
+
"GetAnomalySubscriptions":{
|
135
|
+
"name":"GetAnomalySubscriptions",
|
136
|
+
"http":{
|
137
|
+
"method":"POST",
|
138
|
+
"requestUri":"/"
|
139
|
+
},
|
140
|
+
"input":{"shape":"GetAnomalySubscriptionsRequest"},
|
141
|
+
"output":{"shape":"GetAnomalySubscriptionsResponse"},
|
142
|
+
"errors":[
|
143
|
+
{"shape":"LimitExceededException"},
|
144
|
+
{"shape":"UnknownSubscriptionException"},
|
145
|
+
{"shape":"InvalidNextTokenException"}
|
146
|
+
]
|
147
|
+
},
|
56
148
|
"GetCostAndUsage":{
|
57
149
|
"name":"GetCostAndUsage",
|
58
150
|
"http":{
|
@@ -265,6 +357,45 @@
|
|
265
357
|
{"shape":"LimitExceededException"}
|
266
358
|
]
|
267
359
|
},
|
360
|
+
"ProvideAnomalyFeedback":{
|
361
|
+
"name":"ProvideAnomalyFeedback",
|
362
|
+
"http":{
|
363
|
+
"method":"POST",
|
364
|
+
"requestUri":"/"
|
365
|
+
},
|
366
|
+
"input":{"shape":"ProvideAnomalyFeedbackRequest"},
|
367
|
+
"output":{"shape":"ProvideAnomalyFeedbackResponse"},
|
368
|
+
"errors":[
|
369
|
+
{"shape":"LimitExceededException"}
|
370
|
+
]
|
371
|
+
},
|
372
|
+
"UpdateAnomalyMonitor":{
|
373
|
+
"name":"UpdateAnomalyMonitor",
|
374
|
+
"http":{
|
375
|
+
"method":"POST",
|
376
|
+
"requestUri":"/"
|
377
|
+
},
|
378
|
+
"input":{"shape":"UpdateAnomalyMonitorRequest"},
|
379
|
+
"output":{"shape":"UpdateAnomalyMonitorResponse"},
|
380
|
+
"errors":[
|
381
|
+
{"shape":"LimitExceededException"},
|
382
|
+
{"shape":"UnknownMonitorException"}
|
383
|
+
]
|
384
|
+
},
|
385
|
+
"UpdateAnomalySubscription":{
|
386
|
+
"name":"UpdateAnomalySubscription",
|
387
|
+
"http":{
|
388
|
+
"method":"POST",
|
389
|
+
"requestUri":"/"
|
390
|
+
},
|
391
|
+
"input":{"shape":"UpdateAnomalySubscriptionRequest"},
|
392
|
+
"output":{"shape":"UpdateAnomalySubscriptionResponse"},
|
393
|
+
"errors":[
|
394
|
+
{"shape":"LimitExceededException"},
|
395
|
+
{"shape":"UnknownMonitorException"},
|
396
|
+
{"shape":"UnknownSubscriptionException"}
|
397
|
+
]
|
398
|
+
},
|
268
399
|
"UpdateCostCategoryDefinition":{
|
269
400
|
"name":"UpdateCostCategoryDefinition",
|
270
401
|
"http":{
|
@@ -290,6 +421,110 @@
|
|
290
421
|
},
|
291
422
|
"AmortizedRecurringFee":{"type":"string"},
|
292
423
|
"AmortizedUpfrontFee":{"type":"string"},
|
424
|
+
"Anomalies":{
|
425
|
+
"type":"list",
|
426
|
+
"member":{"shape":"Anomaly"}
|
427
|
+
},
|
428
|
+
"Anomaly":{
|
429
|
+
"type":"structure",
|
430
|
+
"required":[
|
431
|
+
"AnomalyId",
|
432
|
+
"AnomalyScore",
|
433
|
+
"Impact",
|
434
|
+
"MonitorArn"
|
435
|
+
],
|
436
|
+
"members":{
|
437
|
+
"AnomalyId":{"shape":"GenericString"},
|
438
|
+
"AnomalyStartDate":{"shape":"YearMonthDay"},
|
439
|
+
"AnomalyEndDate":{"shape":"YearMonthDay"},
|
440
|
+
"DimensionValue":{"shape":"GenericString"},
|
441
|
+
"RootCauses":{"shape":"RootCauses"},
|
442
|
+
"AnomalyScore":{"shape":"AnomalyScore"},
|
443
|
+
"Impact":{"shape":"Impact"},
|
444
|
+
"MonitorArn":{"shape":"GenericString"},
|
445
|
+
"Feedback":{"shape":"AnomalyFeedbackType"}
|
446
|
+
}
|
447
|
+
},
|
448
|
+
"AnomalyDateInterval":{
|
449
|
+
"type":"structure",
|
450
|
+
"required":["StartDate"],
|
451
|
+
"members":{
|
452
|
+
"StartDate":{"shape":"YearMonthDay"},
|
453
|
+
"EndDate":{"shape":"YearMonthDay"}
|
454
|
+
}
|
455
|
+
},
|
456
|
+
"AnomalyFeedbackType":{
|
457
|
+
"type":"string",
|
458
|
+
"enum":[
|
459
|
+
"YES",
|
460
|
+
"NO",
|
461
|
+
"PLANNED_ACTIVITY"
|
462
|
+
]
|
463
|
+
},
|
464
|
+
"AnomalyMonitor":{
|
465
|
+
"type":"structure",
|
466
|
+
"required":[
|
467
|
+
"MonitorName",
|
468
|
+
"MonitorType"
|
469
|
+
],
|
470
|
+
"members":{
|
471
|
+
"MonitorArn":{"shape":"GenericString"},
|
472
|
+
"MonitorName":{"shape":"GenericString"},
|
473
|
+
"CreationDate":{"shape":"YearMonthDay"},
|
474
|
+
"LastUpdatedDate":{"shape":"YearMonthDay"},
|
475
|
+
"LastEvaluatedDate":{"shape":"YearMonthDay"},
|
476
|
+
"MonitorType":{"shape":"MonitorType"},
|
477
|
+
"MonitorDimension":{"shape":"MonitorDimension"},
|
478
|
+
"MonitorSpecification":{"shape":"Expression"},
|
479
|
+
"DimensionalValueCount":{"shape":"NonNegativeInteger"}
|
480
|
+
}
|
481
|
+
},
|
482
|
+
"AnomalyMonitors":{
|
483
|
+
"type":"list",
|
484
|
+
"member":{"shape":"AnomalyMonitor"}
|
485
|
+
},
|
486
|
+
"AnomalyScore":{
|
487
|
+
"type":"structure",
|
488
|
+
"required":[
|
489
|
+
"MaxScore",
|
490
|
+
"CurrentScore"
|
491
|
+
],
|
492
|
+
"members":{
|
493
|
+
"MaxScore":{"shape":"GenericDouble"},
|
494
|
+
"CurrentScore":{"shape":"GenericDouble"}
|
495
|
+
}
|
496
|
+
},
|
497
|
+
"AnomalySubscription":{
|
498
|
+
"type":"structure",
|
499
|
+
"required":[
|
500
|
+
"MonitorArnList",
|
501
|
+
"Subscribers",
|
502
|
+
"Threshold",
|
503
|
+
"Frequency",
|
504
|
+
"SubscriptionName"
|
505
|
+
],
|
506
|
+
"members":{
|
507
|
+
"SubscriptionArn":{"shape":"GenericString"},
|
508
|
+
"AccountId":{"shape":"GenericString"},
|
509
|
+
"MonitorArnList":{"shape":"Values"},
|
510
|
+
"Subscribers":{"shape":"Subscribers"},
|
511
|
+
"Threshold":{"shape":"NullableNonNegativeDouble"},
|
512
|
+
"Frequency":{"shape":"AnomalySubscriptionFrequency"},
|
513
|
+
"SubscriptionName":{"shape":"GenericString"}
|
514
|
+
}
|
515
|
+
},
|
516
|
+
"AnomalySubscriptionFrequency":{
|
517
|
+
"type":"string",
|
518
|
+
"enum":[
|
519
|
+
"DAILY",
|
520
|
+
"IMMEDIATE",
|
521
|
+
"WEEKLY"
|
522
|
+
]
|
523
|
+
},
|
524
|
+
"AnomalySubscriptions":{
|
525
|
+
"type":"list",
|
526
|
+
"member":{"shape":"AnomalySubscription"}
|
527
|
+
},
|
293
528
|
"Arn":{
|
294
529
|
"type":"string",
|
295
530
|
"max":2048,
|
@@ -441,6 +676,34 @@
|
|
441
676
|
"type":"list",
|
442
677
|
"member":{"shape":"CoverageByTime"}
|
443
678
|
},
|
679
|
+
"CreateAnomalyMonitorRequest":{
|
680
|
+
"type":"structure",
|
681
|
+
"required":["AnomalyMonitor"],
|
682
|
+
"members":{
|
683
|
+
"AnomalyMonitor":{"shape":"AnomalyMonitor"}
|
684
|
+
}
|
685
|
+
},
|
686
|
+
"CreateAnomalyMonitorResponse":{
|
687
|
+
"type":"structure",
|
688
|
+
"required":["MonitorArn"],
|
689
|
+
"members":{
|
690
|
+
"MonitorArn":{"shape":"GenericString"}
|
691
|
+
}
|
692
|
+
},
|
693
|
+
"CreateAnomalySubscriptionRequest":{
|
694
|
+
"type":"structure",
|
695
|
+
"required":["AnomalySubscription"],
|
696
|
+
"members":{
|
697
|
+
"AnomalySubscription":{"shape":"AnomalySubscription"}
|
698
|
+
}
|
699
|
+
},
|
700
|
+
"CreateAnomalySubscriptionResponse":{
|
701
|
+
"type":"structure",
|
702
|
+
"required":["SubscriptionArn"],
|
703
|
+
"members":{
|
704
|
+
"SubscriptionArn":{"shape":"GenericString"}
|
705
|
+
}
|
706
|
+
},
|
444
707
|
"CreateCostCategoryDefinitionRequest":{
|
445
708
|
"type":"structure",
|
446
709
|
"required":[
|
@@ -495,6 +758,30 @@
|
|
495
758
|
"End":{"shape":"YearMonthDay"}
|
496
759
|
}
|
497
760
|
},
|
761
|
+
"DeleteAnomalyMonitorRequest":{
|
762
|
+
"type":"structure",
|
763
|
+
"required":["MonitorArn"],
|
764
|
+
"members":{
|
765
|
+
"MonitorArn":{"shape":"GenericString"}
|
766
|
+
}
|
767
|
+
},
|
768
|
+
"DeleteAnomalyMonitorResponse":{
|
769
|
+
"type":"structure",
|
770
|
+
"members":{
|
771
|
+
}
|
772
|
+
},
|
773
|
+
"DeleteAnomalySubscriptionRequest":{
|
774
|
+
"type":"structure",
|
775
|
+
"required":["SubscriptionArn"],
|
776
|
+
"members":{
|
777
|
+
"SubscriptionArn":{"shape":"GenericString"}
|
778
|
+
}
|
779
|
+
},
|
780
|
+
"DeleteAnomalySubscriptionResponse":{
|
781
|
+
"type":"structure",
|
782
|
+
"members":{
|
783
|
+
}
|
784
|
+
},
|
498
785
|
"DeleteCostCategoryDefinitionRequest":{
|
499
786
|
"type":"structure",
|
500
787
|
"required":["CostCategoryArn"],
|
@@ -670,15 +957,72 @@
|
|
670
957
|
"member":{"shape":"ForecastResult"}
|
671
958
|
},
|
672
959
|
"GenericBoolean":{"type":"boolean"},
|
960
|
+
"GenericDouble":{"type":"double"},
|
673
961
|
"GenericString":{
|
674
962
|
"type":"string",
|
675
963
|
"max":1024,
|
676
964
|
"min":0,
|
677
965
|
"pattern":"[\\S\\s]*"
|
678
966
|
},
|
967
|
+
"GetAnomaliesRequest":{
|
968
|
+
"type":"structure",
|
969
|
+
"required":["DateInterval"],
|
970
|
+
"members":{
|
971
|
+
"MonitorArn":{"shape":"GenericString"},
|
972
|
+
"DateInterval":{"shape":"AnomalyDateInterval"},
|
973
|
+
"Feedback":{"shape":"AnomalyFeedbackType"},
|
974
|
+
"TotalImpact":{"shape":"TotalImpactFilter"},
|
975
|
+
"NextPageToken":{"shape":"NextPageToken"},
|
976
|
+
"MaxResults":{"shape":"PageSize"}
|
977
|
+
}
|
978
|
+
},
|
979
|
+
"GetAnomaliesResponse":{
|
980
|
+
"type":"structure",
|
981
|
+
"required":["Anomalies"],
|
982
|
+
"members":{
|
983
|
+
"Anomalies":{"shape":"Anomalies"},
|
984
|
+
"NextPageToken":{"shape":"NextPageToken"}
|
985
|
+
}
|
986
|
+
},
|
987
|
+
"GetAnomalyMonitorsRequest":{
|
988
|
+
"type":"structure",
|
989
|
+
"members":{
|
990
|
+
"MonitorArnList":{"shape":"Values"},
|
991
|
+
"NextPageToken":{"shape":"NextPageToken"},
|
992
|
+
"MaxResults":{"shape":"PageSize"}
|
993
|
+
}
|
994
|
+
},
|
995
|
+
"GetAnomalyMonitorsResponse":{
|
996
|
+
"type":"structure",
|
997
|
+
"required":["AnomalyMonitors"],
|
998
|
+
"members":{
|
999
|
+
"AnomalyMonitors":{"shape":"AnomalyMonitors"},
|
1000
|
+
"NextPageToken":{"shape":"NextPageToken"}
|
1001
|
+
}
|
1002
|
+
},
|
1003
|
+
"GetAnomalySubscriptionsRequest":{
|
1004
|
+
"type":"structure",
|
1005
|
+
"members":{
|
1006
|
+
"SubscriptionArnList":{"shape":"Values"},
|
1007
|
+
"MonitorArn":{"shape":"GenericString"},
|
1008
|
+
"NextPageToken":{"shape":"NextPageToken"},
|
1009
|
+
"MaxResults":{"shape":"PageSize"}
|
1010
|
+
}
|
1011
|
+
},
|
1012
|
+
"GetAnomalySubscriptionsResponse":{
|
1013
|
+
"type":"structure",
|
1014
|
+
"required":["AnomalySubscriptions"],
|
1015
|
+
"members":{
|
1016
|
+
"AnomalySubscriptions":{"shape":"AnomalySubscriptions"},
|
1017
|
+
"NextPageToken":{"shape":"NextPageToken"}
|
1018
|
+
}
|
1019
|
+
},
|
679
1020
|
"GetCostAndUsageRequest":{
|
680
1021
|
"type":"structure",
|
681
|
-
"required":[
|
1022
|
+
"required":[
|
1023
|
+
"TimePeriod",
|
1024
|
+
"Metrics"
|
1025
|
+
],
|
682
1026
|
"members":{
|
683
1027
|
"TimePeriod":{"shape":"DateInterval"},
|
684
1028
|
"Granularity":{"shape":"Granularity"},
|
@@ -698,7 +1042,10 @@
|
|
698
1042
|
},
|
699
1043
|
"GetCostAndUsageWithResourcesRequest":{
|
700
1044
|
"type":"structure",
|
701
|
-
"required":[
|
1045
|
+
"required":[
|
1046
|
+
"TimePeriod",
|
1047
|
+
"Filter"
|
1048
|
+
],
|
702
1049
|
"members":{
|
703
1050
|
"TimePeriod":{"shape":"DateInterval"},
|
704
1051
|
"Granularity":{"shape":"Granularity"},
|
@@ -1035,6 +1382,14 @@
|
|
1035
1382
|
"type":"list",
|
1036
1383
|
"member":{"shape":"Group"}
|
1037
1384
|
},
|
1385
|
+
"Impact":{
|
1386
|
+
"type":"structure",
|
1387
|
+
"required":["MaxImpact"],
|
1388
|
+
"members":{
|
1389
|
+
"MaxImpact":{"shape":"GenericDouble"},
|
1390
|
+
"TotalImpact":{"shape":"GenericDouble"}
|
1391
|
+
}
|
1392
|
+
},
|
1038
1393
|
"InstanceDetails":{
|
1039
1394
|
"type":"structure",
|
1040
1395
|
"members":{
|
@@ -1151,6 +1506,17 @@
|
|
1151
1506
|
"TargetInstances":{"shape":"TargetInstancesList"}
|
1152
1507
|
}
|
1153
1508
|
},
|
1509
|
+
"MonitorDimension":{
|
1510
|
+
"type":"string",
|
1511
|
+
"enum":["SERVICE"]
|
1512
|
+
},
|
1513
|
+
"MonitorType":{
|
1514
|
+
"type":"string",
|
1515
|
+
"enum":[
|
1516
|
+
"DIMENSIONAL",
|
1517
|
+
"CUSTOM"
|
1518
|
+
]
|
1519
|
+
},
|
1154
1520
|
"NetRISavings":{"type":"string"},
|
1155
1521
|
"NextPageToken":{
|
1156
1522
|
"type":"string",
|
@@ -1162,6 +1528,21 @@
|
|
1162
1528
|
"type":"integer",
|
1163
1529
|
"min":0
|
1164
1530
|
},
|
1531
|
+
"NullableNonNegativeDouble":{
|
1532
|
+
"type":"double",
|
1533
|
+
"min":0.0
|
1534
|
+
},
|
1535
|
+
"NumericOperator":{
|
1536
|
+
"type":"string",
|
1537
|
+
"enum":[
|
1538
|
+
"EQUAL",
|
1539
|
+
"GREATER_THAN_OR_EQUAL",
|
1540
|
+
"LESS_THAN_OR_EQUAL",
|
1541
|
+
"GREATER_THAN",
|
1542
|
+
"LESS_THAN",
|
1543
|
+
"BETWEEN"
|
1544
|
+
]
|
1545
|
+
},
|
1165
1546
|
"OfferingClass":{
|
1166
1547
|
"type":"string",
|
1167
1548
|
"enum":[
|
@@ -1190,6 +1571,24 @@
|
|
1190
1571
|
"max":99,
|
1191
1572
|
"min":51
|
1192
1573
|
},
|
1574
|
+
"ProvideAnomalyFeedbackRequest":{
|
1575
|
+
"type":"structure",
|
1576
|
+
"required":[
|
1577
|
+
"AnomalyId",
|
1578
|
+
"Feedback"
|
1579
|
+
],
|
1580
|
+
"members":{
|
1581
|
+
"AnomalyId":{"shape":"GenericString"},
|
1582
|
+
"Feedback":{"shape":"AnomalyFeedbackType"}
|
1583
|
+
}
|
1584
|
+
},
|
1585
|
+
"ProvideAnomalyFeedbackResponse":{
|
1586
|
+
"type":"structure",
|
1587
|
+
"required":["AnomalyId"],
|
1588
|
+
"members":{
|
1589
|
+
"AnomalyId":{"shape":"GenericString"}
|
1590
|
+
}
|
1591
|
+
},
|
1193
1592
|
"PurchasedHours":{"type":"string"},
|
1194
1593
|
"PurchasedUnits":{"type":"string"},
|
1195
1594
|
"RDSInstanceDetails":{
|
@@ -1417,6 +1816,19 @@
|
|
1417
1816
|
"MODIFY"
|
1418
1817
|
]
|
1419
1818
|
},
|
1819
|
+
"RootCause":{
|
1820
|
+
"type":"structure",
|
1821
|
+
"members":{
|
1822
|
+
"Service":{"shape":"GenericString"},
|
1823
|
+
"Region":{"shape":"GenericString"},
|
1824
|
+
"LinkedAccount":{"shape":"GenericString"},
|
1825
|
+
"UsageType":{"shape":"GenericString"}
|
1826
|
+
}
|
1827
|
+
},
|
1828
|
+
"RootCauses":{
|
1829
|
+
"type":"list",
|
1830
|
+
"member":{"shape":"RootCause"}
|
1831
|
+
},
|
1420
1832
|
"SavingsPlanArn":{"type":"string"},
|
1421
1833
|
"SavingsPlansAmortizedCommitment":{
|
1422
1834
|
"type":"structure",
|
@@ -1590,6 +2002,38 @@
|
|
1590
2002
|
"EC2Specification":{"shape":"EC2Specification"}
|
1591
2003
|
}
|
1592
2004
|
},
|
2005
|
+
"Subscriber":{
|
2006
|
+
"type":"structure",
|
2007
|
+
"members":{
|
2008
|
+
"Address":{"shape":"SubscriberAddress"},
|
2009
|
+
"Type":{"shape":"SubscriberType"},
|
2010
|
+
"Status":{"shape":"SubscriberStatus"}
|
2011
|
+
}
|
2012
|
+
},
|
2013
|
+
"SubscriberAddress":{
|
2014
|
+
"type":"string",
|
2015
|
+
"max":302,
|
2016
|
+
"min":6,
|
2017
|
+
"pattern":"(^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+$)"
|
2018
|
+
},
|
2019
|
+
"SubscriberStatus":{
|
2020
|
+
"type":"string",
|
2021
|
+
"enum":[
|
2022
|
+
"CONFIRMED",
|
2023
|
+
"DECLINED"
|
2024
|
+
]
|
2025
|
+
},
|
2026
|
+
"SubscriberType":{
|
2027
|
+
"type":"string",
|
2028
|
+
"enum":[
|
2029
|
+
"EMAIL",
|
2030
|
+
"SNS"
|
2031
|
+
]
|
2032
|
+
},
|
2033
|
+
"Subscribers":{
|
2034
|
+
"type":"list",
|
2035
|
+
"member":{"shape":"Subscriber"}
|
2036
|
+
},
|
1593
2037
|
"SupportedSavingsPlansType":{
|
1594
2038
|
"type":"string",
|
1595
2039
|
"enum":[
|
@@ -1651,9 +2095,35 @@
|
|
1651
2095
|
"TotalActualHours":{"type":"string"},
|
1652
2096
|
"TotalActualUnits":{"type":"string"},
|
1653
2097
|
"TotalAmortizedFee":{"type":"string"},
|
2098
|
+
"TotalImpactFilter":{
|
2099
|
+
"type":"structure",
|
2100
|
+
"required":[
|
2101
|
+
"NumericOperator",
|
2102
|
+
"StartValue"
|
2103
|
+
],
|
2104
|
+
"members":{
|
2105
|
+
"NumericOperator":{"shape":"NumericOperator"},
|
2106
|
+
"StartValue":{"shape":"GenericDouble"},
|
2107
|
+
"EndValue":{"shape":"GenericDouble"}
|
2108
|
+
}
|
2109
|
+
},
|
1654
2110
|
"TotalPotentialRISavings":{"type":"string"},
|
1655
2111
|
"TotalRunningHours":{"type":"string"},
|
1656
2112
|
"TotalRunningNormalizedUnits":{"type":"string"},
|
2113
|
+
"UnknownMonitorException":{
|
2114
|
+
"type":"structure",
|
2115
|
+
"members":{
|
2116
|
+
"Message":{"shape":"ErrorMessage"}
|
2117
|
+
},
|
2118
|
+
"exception":true
|
2119
|
+
},
|
2120
|
+
"UnknownSubscriptionException":{
|
2121
|
+
"type":"structure",
|
2122
|
+
"members":{
|
2123
|
+
"Message":{"shape":"ErrorMessage"}
|
2124
|
+
},
|
2125
|
+
"exception":true
|
2126
|
+
},
|
1657
2127
|
"UnresolvableUsageUnitException":{
|
1658
2128
|
"type":"structure",
|
1659
2129
|
"members":{
|
@@ -1663,6 +2133,40 @@
|
|
1663
2133
|
},
|
1664
2134
|
"UnusedHours":{"type":"string"},
|
1665
2135
|
"UnusedUnits":{"type":"string"},
|
2136
|
+
"UpdateAnomalyMonitorRequest":{
|
2137
|
+
"type":"structure",
|
2138
|
+
"required":["MonitorArn"],
|
2139
|
+
"members":{
|
2140
|
+
"MonitorArn":{"shape":"GenericString"},
|
2141
|
+
"MonitorName":{"shape":"GenericString"}
|
2142
|
+
}
|
2143
|
+
},
|
2144
|
+
"UpdateAnomalyMonitorResponse":{
|
2145
|
+
"type":"structure",
|
2146
|
+
"required":["MonitorArn"],
|
2147
|
+
"members":{
|
2148
|
+
"MonitorArn":{"shape":"GenericString"}
|
2149
|
+
}
|
2150
|
+
},
|
2151
|
+
"UpdateAnomalySubscriptionRequest":{
|
2152
|
+
"type":"structure",
|
2153
|
+
"required":["SubscriptionArn"],
|
2154
|
+
"members":{
|
2155
|
+
"SubscriptionArn":{"shape":"GenericString"},
|
2156
|
+
"Threshold":{"shape":"NullableNonNegativeDouble"},
|
2157
|
+
"Frequency":{"shape":"AnomalySubscriptionFrequency"},
|
2158
|
+
"MonitorArnList":{"shape":"Values"},
|
2159
|
+
"Subscribers":{"shape":"Subscribers"},
|
2160
|
+
"SubscriptionName":{"shape":"GenericString"}
|
2161
|
+
}
|
2162
|
+
},
|
2163
|
+
"UpdateAnomalySubscriptionResponse":{
|
2164
|
+
"type":"structure",
|
2165
|
+
"required":["SubscriptionArn"],
|
2166
|
+
"members":{
|
2167
|
+
"SubscriptionArn":{"shape":"GenericString"}
|
2168
|
+
}
|
2169
|
+
},
|
1666
2170
|
"UpdateCostCategoryDefinitionRequest":{
|
1667
2171
|
"type":"structure",
|
1668
2172
|
"required":[
|