aws-sdk-core 2.11.587 → 2.11.592

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
  SHA256:
3
- metadata.gz: b515341eb97266ce029a73ae427e42977e78816ae7e16c4d3ce6a65402b7ea55
4
- data.tar.gz: 5cd94ad63c7c4bcf228487174f305a0697626ee72b7fa4c2c73ca5b736a39035
3
+ metadata.gz: ee35c94e599dd99be6ce97ec451d4bd207b4665a6edc7e5409c8f778d13b7f41
4
+ data.tar.gz: 45b3cbcdaac8c2775387f2fd65f1d18f9506417daa6dbfbeba81ba9ce363a104
5
5
  SHA512:
6
- metadata.gz: 1516957c109473b0d701a717475dd0ca4c7e4662d0cdd9ddd7f4a67be580ae1ef047d82cdc395fed43437a6e05a27ec4745c58a5cb335414daa49f311d2198e8
7
- data.tar.gz: 479381062b09c92171a200b5b9f7239edcb02c879cd9c6cf7b8ddc33a3ccc0e3bf4ee6a5023b3fcf11898524cedd358fa7756b430df8d52271f83b98f8a11e63
6
+ metadata.gz: 004a4ce888f64965a0c62a987e5cd25d12866dd803640f6d0e5b9123cde0f0ae8d1f849a82798da6952daaa1a948040f6040b6b3e606ba45af710e986c793369
7
+ data.tar.gz: 0a42426a624aeb082986221ce564ac6e9e0dff02169d32fee69350fac93e92ac75e94e882bc937457d0bee84cb228df8dcbccf5cf8f14187f63268634cf46199
@@ -792,6 +792,7 @@
792
792
  "output":{"shape":"Deployments"},
793
793
  "errors":[
794
794
  {"shape":"BadRequestException"},
795
+ {"shape":"NotFoundException"},
795
796
  {"shape":"UnauthorizedException"},
796
797
  {"shape":"TooManyRequestsException"},
797
798
  {"shape":"ServiceUnavailableException"}
@@ -2204,7 +2205,8 @@
2204
2205
  "regionalCertificateArn":{"shape":"String"},
2205
2206
  "endpointConfiguration":{"shape":"EndpointConfiguration"},
2206
2207
  "tags":{"shape":"MapOfStringToString"},
2207
- "securityPolicy":{"shape":"SecurityPolicy"}
2208
+ "securityPolicy":{"shape":"SecurityPolicy"},
2209
+ "mutualTlsAuthentication":{"shape":"MutualTlsAuthenticationInput"}
2208
2210
  }
2209
2211
  },
2210
2212
  "CreateModelRequest":{
@@ -2850,7 +2852,8 @@
2850
2852
  "domainNameStatus":{"shape":"DomainNameStatus"},
2851
2853
  "domainNameStatusMessage":{"shape":"String"},
2852
2854
  "securityPolicy":{"shape":"SecurityPolicy"},
2853
- "tags":{"shape":"MapOfStringToString"}
2855
+ "tags":{"shape":"MapOfStringToString"},
2856
+ "mutualTlsAuthentication":{"shape":"MutualTlsAuthentication"}
2854
2857
  }
2855
2858
  },
2856
2859
  "DomainNameStatus":{
@@ -4291,6 +4294,21 @@
4291
4294
  }
4292
4295
  }
4293
4296
  },
4297
+ "MutualTlsAuthentication":{
4298
+ "type":"structure",
4299
+ "members":{
4300
+ "truststoreUri":{"shape":"String"},
4301
+ "truststoreVersion":{"shape":"String"},
4302
+ "truststoreWarnings":{"shape":"ListOfString"}
4303
+ }
4304
+ },
4305
+ "MutualTlsAuthenticationInput":{
4306
+ "type":"structure",
4307
+ "members":{
4308
+ "truststoreUri":{"shape":"String"},
4309
+ "truststoreVersion":{"shape":"String"}
4310
+ }
4311
+ },
4294
4312
  "NotFoundException":{
4295
4313
  "type":"structure",
4296
4314
  "members":{
@@ -1531,6 +1531,10 @@
1531
1531
  "shape" : "__boolean",
1532
1532
  "locationName" : "disableSchemaValidation"
1533
1533
  },
1534
+ "DisableExecuteApiEndpoint" : {
1535
+ "shape" : "__boolean",
1536
+ "locationName" : "disableExecuteApiEndpoint"
1537
+ },
1534
1538
  "ImportInfo" : {
1535
1539
  "shape" : "__listOf__string",
1536
1540
  "locationName" : "importInfo"
@@ -1794,6 +1798,10 @@
1794
1798
  "shape" : "__boolean",
1795
1799
  "locationName" : "disableSchemaValidation"
1796
1800
  },
1801
+ "DisableExecuteApiEndpoint" : {
1802
+ "shape" : "__boolean",
1803
+ "locationName" : "disableExecuteApiEndpoint"
1804
+ },
1797
1805
  "Name" : {
1798
1806
  "shape" : "StringWithLengthBetween1And128",
1799
1807
  "locationName" : "name"
@@ -1910,6 +1918,10 @@
1910
1918
  "shape" : "__boolean",
1911
1919
  "locationName" : "disableSchemaValidation"
1912
1920
  },
1921
+ "DisableExecuteApiEndpoint" : {
1922
+ "shape" : "__boolean",
1923
+ "locationName" : "disableExecuteApiEndpoint"
1924
+ },
1913
1925
  "Name" : {
1914
1926
  "shape" : "StringWithLengthBetween1And128",
1915
1927
  "locationName" : "name"
@@ -1976,6 +1988,10 @@
1976
1988
  "shape" : "__boolean",
1977
1989
  "locationName" : "disableSchemaValidation"
1978
1990
  },
1991
+ "DisableExecuteApiEndpoint" : {
1992
+ "shape" : "__boolean",
1993
+ "locationName" : "disableExecuteApiEndpoint"
1994
+ },
1979
1995
  "ImportInfo" : {
1980
1996
  "shape" : "__listOf__string",
1981
1997
  "locationName" : "importInfo"
@@ -2224,6 +2240,10 @@
2224
2240
  "shape" : "DomainNameConfigurations",
2225
2241
  "locationName" : "domainNameConfigurations"
2226
2242
  },
2243
+ "MutualTlsAuthentication" : {
2244
+ "shape" : "MutualTlsAuthenticationInput",
2245
+ "locationName" : "mutualTlsAuthentication"
2246
+ },
2227
2247
  "Tags" : {
2228
2248
  "shape" : "Tags",
2229
2249
  "locationName" : "tags"
@@ -2242,6 +2262,10 @@
2242
2262
  "shape" : "DomainNameConfigurations",
2243
2263
  "locationName" : "domainNameConfigurations"
2244
2264
  },
2265
+ "MutualTlsAuthentication" : {
2266
+ "shape" : "MutualTlsAuthenticationInput",
2267
+ "locationName" : "mutualTlsAuthentication"
2268
+ },
2245
2269
  "Tags" : {
2246
2270
  "shape" : "Tags",
2247
2271
  "locationName" : "tags"
@@ -2263,6 +2287,10 @@
2263
2287
  "DomainNameConfigurations" : {
2264
2288
  "shape" : "DomainNameConfigurations",
2265
2289
  "locationName" : "domainNameConfigurations"
2290
+ },
2291
+ "MutualTlsAuthentication" : {
2292
+ "shape" : "MutualTlsAuthentication",
2293
+ "locationName" : "mutualTlsAuthentication"
2266
2294
  },
2267
2295
  "Tags" : {
2268
2296
  "shape" : "Tags",
@@ -3466,6 +3494,10 @@
3466
3494
  "shape" : "DomainNameConfigurations",
3467
3495
  "locationName" : "domainNameConfigurations"
3468
3496
  },
3497
+ "MutualTlsAuthentication" : {
3498
+ "shape" : "MutualTlsAuthentication",
3499
+ "locationName" : "mutualTlsAuthentication"
3500
+ },
3469
3501
  "Tags" : {
3470
3502
  "shape" : "Tags",
3471
3503
  "locationName" : "tags"
@@ -3724,6 +3756,10 @@
3724
3756
  "shape" : "__boolean",
3725
3757
  "locationName" : "disableSchemaValidation"
3726
3758
  },
3759
+ "DisableExecuteApiEndpoint" : {
3760
+ "shape" : "__boolean",
3761
+ "locationName" : "disableExecuteApiEndpoint"
3762
+ },
3727
3763
  "ImportInfo" : {
3728
3764
  "shape" : "__listOf__string",
3729
3765
  "locationName" : "importInfo"
@@ -3986,6 +4022,10 @@
3986
4022
  "shape" : "DomainNameConfigurations",
3987
4023
  "locationName" : "domainNameConfigurations"
3988
4024
  },
4025
+ "MutualTlsAuthentication" : {
4026
+ "shape" : "MutualTlsAuthentication",
4027
+ "locationName" : "mutualTlsAuthentication"
4028
+ },
3989
4029
  "Tags" : {
3990
4030
  "shape" : "Tags",
3991
4031
  "locationName" : "tags"
@@ -4817,6 +4857,10 @@
4817
4857
  "shape" : "__boolean",
4818
4858
  "locationName" : "disableSchemaValidation"
4819
4859
  },
4860
+ "DisableExecuteApiEndpoint" : {
4861
+ "shape" : "__boolean",
4862
+ "locationName" : "disableExecuteApiEndpoint"
4863
+ },
4820
4864
  "ImportInfo" : {
4821
4865
  "shape" : "__listOf__string",
4822
4866
  "locationName" : "importInfo"
@@ -5080,6 +5124,37 @@
5080
5124
  "locationName" : "nextToken"
5081
5125
  }
5082
5126
  }
5127
+ }
5128
+ ,
5129
+ "MutualTlsAuthentication" : {
5130
+ "type" : "structure",
5131
+ "members" : {
5132
+ "TruststoreUri" : {
5133
+ "shape" : "UriWithLengthBetween1And2048",
5134
+ "locationName" : "truststoreUri"
5135
+ },
5136
+ "TruststoreVersion" : {
5137
+ "shape" : "StringWithLengthBetween1And64",
5138
+ "locationName" : "truststoreVersion"
5139
+ },
5140
+ "TruststoreWarnings" : {
5141
+ "shape" : "__listOf__string",
5142
+ "locationName" : "truststoreWarnings"
5143
+ }
5144
+ }
5145
+ },
5146
+ "MutualTlsAuthenticationInput" : {
5147
+ "type" : "structure",
5148
+ "members" : {
5149
+ "TruststoreUri" : {
5150
+ "shape" : "UriWithLengthBetween1And2048",
5151
+ "locationName" : "truststoreUri"
5152
+ },
5153
+ "TruststoreVersion" : {
5154
+ "shape" : "StringWithLengthBetween1And64",
5155
+ "locationName" : "truststoreVersion"
5156
+ }
5157
+ }
5083
5158
  },
5084
5159
  "NextToken" : {
5085
5160
  "type" : "string"
@@ -5188,6 +5263,10 @@
5188
5263
  "shape" : "__boolean",
5189
5264
  "locationName" : "disableSchemaValidation"
5190
5265
  },
5266
+ "DisableExecuteApiEndpoint" : {
5267
+ "shape" : "__boolean",
5268
+ "locationName" : "disableExecuteApiEndpoint"
5269
+ },
5191
5270
  "ImportInfo" : {
5192
5271
  "shape" : "__listOf__string",
5193
5272
  "locationName" : "importInfo"
@@ -5642,6 +5721,10 @@
5642
5721
  "shape" : "__boolean",
5643
5722
  "locationName" : "disableSchemaValidation"
5644
5723
  },
5724
+ "DisableExecuteApiEndpoint" : {
5725
+ "shape" : "__boolean",
5726
+ "locationName" : "disableExecuteApiEndpoint"
5727
+ },
5645
5728
  "Name" : {
5646
5729
  "shape" : "StringWithLengthBetween1And128",
5647
5730
  "locationName" : "name"
@@ -5758,6 +5841,10 @@
5758
5841
  "shape" : "__boolean",
5759
5842
  "locationName" : "disableSchemaValidation"
5760
5843
  },
5844
+ "DisableExecuteApiEndpoint" : {
5845
+ "shape" : "__boolean",
5846
+ "locationName" : "disableExecuteApiEndpoint"
5847
+ },
5761
5848
  "Name" : {
5762
5849
  "shape" : "StringWithLengthBetween1And128",
5763
5850
  "locationName" : "name"
@@ -5816,6 +5903,10 @@
5816
5903
  "shape" : "__boolean",
5817
5904
  "locationName" : "disableSchemaValidation"
5818
5905
  },
5906
+ "DisableExecuteApiEndpoint" : {
5907
+ "shape" : "__boolean",
5908
+ "locationName" : "disableExecuteApiEndpoint"
5909
+ },
5819
5910
  "ImportInfo" : {
5820
5911
  "shape" : "__listOf__string",
5821
5912
  "locationName" : "importInfo"
@@ -6060,6 +6151,10 @@
6060
6151
  "DomainNameConfigurations" : {
6061
6152
  "shape" : "DomainNameConfigurations",
6062
6153
  "locationName" : "domainNameConfigurations"
6154
+ },
6155
+ "MutualTlsAuthentication" : {
6156
+ "shape" : "MutualTlsAuthenticationInput",
6157
+ "locationName" : "mutualTlsAuthentication"
6063
6158
  }
6064
6159
  }
6065
6160
  },
@@ -6074,6 +6169,10 @@
6074
6169
  "DomainNameConfigurations" : {
6075
6170
  "shape" : "DomainNameConfigurations",
6076
6171
  "locationName" : "domainNameConfigurations"
6172
+ },
6173
+ "MutualTlsAuthentication" : {
6174
+ "shape" : "MutualTlsAuthenticationInput",
6175
+ "locationName" : "mutualTlsAuthentication"
6077
6176
  }
6078
6177
  },
6079
6178
  "required" : [ "DomainName" ]
@@ -6093,6 +6192,10 @@
6093
6192
  "shape" : "DomainNameConfigurations",
6094
6193
  "locationName" : "domainNameConfigurations"
6095
6194
  },
6195
+ "MutualTlsAuthentication" : {
6196
+ "shape" : "MutualTlsAuthentication",
6197
+ "locationName" : "mutualTlsAuthentication"
6198
+ },
6096
6199
  "Tags" : {
6097
6200
  "shape" : "Tags",
6098
6201
  "locationName" : "tags"
@@ -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\\-\\_\\.]{1,50}$"
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":{
@@ -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":["TimePeriod"],
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":["TimePeriod"],
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":[