aws-sdk-core 2.11.591 → 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: f929d59ee82c6f514ae64076b1ff054b840698edae37cdbcead8456e94f3d389
4
- data.tar.gz: 907378faef2ea5179d3d8e5e3b36a7f02f35d6a0ddb1b3e9e4f11783f84d5037
3
+ metadata.gz: ee35c94e599dd99be6ce97ec451d4bd207b4665a6edc7e5409c8f778d13b7f41
4
+ data.tar.gz: 45b3cbcdaac8c2775387f2fd65f1d18f9506417daa6dbfbeba81ba9ce363a104
5
5
  SHA512:
6
- metadata.gz: a1595cdc15d25ca32c2c2de39d723a0f90b65c5f95d880856b773fa47dc64fe85150b0a60643719eec7abca7fe9abbce21bed49c1dc28dbde7e9ac22f86cc8f5
7
- data.tar.gz: 4a520ab12ac27ba301ba878ae4304e175790e92c1b82ce13f468419a213c1a25c8a37dd2e00a3bffa47c8000f542574d292761fcb51c8177c151b989d8755af3
6
+ metadata.gz: 004a4ce888f64965a0c62a987e5cd25d12866dd803640f6d0e5b9123cde0f0ae8d1f849a82798da6952daaa1a948040f6040b6b3e606ba45af710e986c793369
7
+ data.tar.gz: 0a42426a624aeb082986221ce564ac6e9e0dff02169d32fee69350fac93e92ac75e94e882bc937457d0bee84cb228df8dcbccf5cf8f14187f63268634cf46199
@@ -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":[
@@ -1824,7 +1824,8 @@
1824
1824
  "DataSetArns":{"shape":"DataSetArnsList"},
1825
1825
  "ThemeArn":{"shape":"Arn"},
1826
1826
  "CreatedTime":{"shape":"Timestamp"},
1827
- "LastUpdatedTime":{"shape":"Timestamp"}
1827
+ "LastUpdatedTime":{"shape":"Timestamp"},
1828
+ "Sheets":{"shape":"SheetList"}
1828
1829
  }
1829
1830
  },
1830
1831
  "AnalysisError":{
@@ -2879,7 +2880,8 @@
2879
2880
  "SourceEntityArn":{"shape":"Arn"},
2880
2881
  "DataSetArns":{"shape":"DataSetArnsList"},
2881
2882
  "Description":{"shape":"VersionDescription"},
2882
- "ThemeArn":{"shape":"Arn"}
2883
+ "ThemeArn":{"shape":"Arn"},
2884
+ "Sheets":{"shape":"SheetList"}
2883
2885
  }
2884
2886
  },
2885
2887
  "DashboardVersionSummary":{
@@ -6364,12 +6366,24 @@
6364
6366
  "error":{"httpStatusCode":400},
6365
6367
  "exception":true
6366
6368
  },
6369
+ "Sheet":{
6370
+ "type":"structure",
6371
+ "members":{
6372
+ "SheetId":{"shape":"RestrictiveResourceId"},
6373
+ "Name":{"shape":"NonEmptyString"}
6374
+ }
6375
+ },
6367
6376
  "SheetControlsOption":{
6368
6377
  "type":"structure",
6369
6378
  "members":{
6370
6379
  "VisibilityState":{"shape":"DashboardUIState"}
6371
6380
  }
6372
6381
  },
6382
+ "SheetList":{
6383
+ "type":"list",
6384
+ "member":{"shape":"Sheet"},
6385
+ "max":20
6386
+ },
6373
6387
  "SheetStyle":{
6374
6388
  "type":"structure",
6375
6389
  "members":{
@@ -6623,7 +6637,8 @@
6623
6637
  "DataSetConfigurations":{"shape":"DataSetConfigurationList"},
6624
6638
  "Description":{"shape":"VersionDescription"},
6625
6639
  "SourceEntityArn":{"shape":"Arn"},
6626
- "ThemeArn":{"shape":"Arn"}
6640
+ "ThemeArn":{"shape":"Arn"},
6641
+ "Sheets":{"shape":"SheetList"}
6627
6642
  }
6628
6643
  },
6629
6644
  "TemplateVersionSummary":{
@@ -23,6 +23,7 @@
23
23
  "errors":[
24
24
  {"shape":"ResourceNotFoundException"},
25
25
  {"shape":"TooManyRequestsException"},
26
+ {"shape":"InvalidParameterValueException"},
26
27
  {"shape":"InternalServerException"}
27
28
  ]
28
29
  },
@@ -515,7 +516,8 @@
515
516
  },
516
517
  "TerminologyArn":{
517
518
  "type":"string",
518
- "pattern":"^arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:translate:[a-zA-Z0-9-]+:[0-9]{12}:terminology/.+?/.+?$"
519
+ "max":512,
520
+ "min":1
519
521
  },
520
522
  "TerminologyData":{
521
523
  "type":"structure",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.591'
2
+ VERSION = '2.11.592'
3
3
  end
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.591
4
+ version: 2.11.592
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: 2020-09-22 00:00:00.000000000 Z
11
+ date: 2020-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath