aws-sdk 2.1597.0 → 2.1599.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. package/README.md +1 -1
  2. package/apis/batch-2016-08-10.min.json +47 -19
  3. package/apis/cloudformation-2010-05-15.min.json +54 -45
  4. package/apis/glue-2017-03-31.min.json +2 -0
  5. package/apis/healthlake-2017-07-01.min.json +21 -14
  6. package/apis/iam-2010-05-08.min.json +1 -2
  7. package/apis/kms-2014-11-01.examples.json +73 -8
  8. package/apis/kms-2014-11-01.min.json +71 -4
  9. package/apis/kms-2014-11-01.paginators.json +14 -0
  10. package/apis/medialive-2017-10-14.min.json +1992 -3
  11. package/apis/medialive-2017-10-14.paginators.json +30 -0
  12. package/apis/medialive-2017-10-14.waiters2.json +128 -0
  13. package/apis/mediatailor-2018-04-23.min.json +21 -17
  14. package/apis/monitoring-2010-08-01.min.json +36 -22
  15. package/apis/omics-2022-11-28.min.json +238 -221
  16. package/apis/redshift-2012-12-01.min.json +2 -1
  17. package/clients/batch.d.ts +50 -4
  18. package/clients/cloudformation.d.ts +36 -1
  19. package/clients/cloudfront.d.ts +60 -60
  20. package/clients/cloudwatch.d.ts +16 -1
  21. package/clients/codebuild.d.ts +1 -1
  22. package/clients/configservice.d.ts +4 -4
  23. package/clients/glue.d.ts +13 -5
  24. package/clients/healthlake.d.ts +17 -1
  25. package/clients/iam.d.ts +7 -7
  26. package/clients/iotfleethub.d.ts +19 -19
  27. package/clients/kms.d.ts +105 -12
  28. package/clients/medialive.d.ts +1419 -0
  29. package/clients/mediatailor.d.ts +17 -0
  30. package/clients/omics.d.ts +137 -94
  31. package/clients/outposts.d.ts +1 -1
  32. package/clients/rds.d.ts +10 -10
  33. package/clients/redshift.d.ts +4 -0
  34. package/clients/s3control.d.ts +36 -36
  35. package/clients/transfer.d.ts +4 -4
  36. package/dist/aws-sdk-core-react-native.js +1 -1
  37. package/dist/aws-sdk-react-native.js +15 -15
  38. package/dist/aws-sdk.js +181 -77
  39. package/dist/aws-sdk.min.js +66 -66
  40. package/lib/core.js +1 -1
  41. package/package.json +1 -1
@@ -533,6 +533,222 @@ declare class MediaLive extends Service {
533
533
  * Restart pipelines in one channel that is currently running.
534
534
  */
535
535
  restartChannelPipelines(callback?: (err: AWSError, data: MediaLive.Types.RestartChannelPipelinesResponse) => void): Request<MediaLive.Types.RestartChannelPipelinesResponse, AWSError>;
536
+ /**
537
+ * Creates a cloudwatch alarm template to dynamically generate cloudwatch metric alarms on targeted resource types.
538
+ */
539
+ createCloudWatchAlarmTemplate(params: MediaLive.Types.CreateCloudWatchAlarmTemplateRequest, callback?: (err: AWSError, data: MediaLive.Types.CreateCloudWatchAlarmTemplateResponse) => void): Request<MediaLive.Types.CreateCloudWatchAlarmTemplateResponse, AWSError>;
540
+ /**
541
+ * Creates a cloudwatch alarm template to dynamically generate cloudwatch metric alarms on targeted resource types.
542
+ */
543
+ createCloudWatchAlarmTemplate(callback?: (err: AWSError, data: MediaLive.Types.CreateCloudWatchAlarmTemplateResponse) => void): Request<MediaLive.Types.CreateCloudWatchAlarmTemplateResponse, AWSError>;
544
+ /**
545
+ * Creates a cloudwatch alarm template group to group your cloudwatch alarm templates and to attach to signal maps for dynamically creating alarms.
546
+ */
547
+ createCloudWatchAlarmTemplateGroup(params: MediaLive.Types.CreateCloudWatchAlarmTemplateGroupRequest, callback?: (err: AWSError, data: MediaLive.Types.CreateCloudWatchAlarmTemplateGroupResponse) => void): Request<MediaLive.Types.CreateCloudWatchAlarmTemplateGroupResponse, AWSError>;
548
+ /**
549
+ * Creates a cloudwatch alarm template group to group your cloudwatch alarm templates and to attach to signal maps for dynamically creating alarms.
550
+ */
551
+ createCloudWatchAlarmTemplateGroup(callback?: (err: AWSError, data: MediaLive.Types.CreateCloudWatchAlarmTemplateGroupResponse) => void): Request<MediaLive.Types.CreateCloudWatchAlarmTemplateGroupResponse, AWSError>;
552
+ /**
553
+ * Creates an eventbridge rule template to monitor events and send notifications to your targeted resources.
554
+ */
555
+ createEventBridgeRuleTemplate(params: MediaLive.Types.CreateEventBridgeRuleTemplateRequest, callback?: (err: AWSError, data: MediaLive.Types.CreateEventBridgeRuleTemplateResponse) => void): Request<MediaLive.Types.CreateEventBridgeRuleTemplateResponse, AWSError>;
556
+ /**
557
+ * Creates an eventbridge rule template to monitor events and send notifications to your targeted resources.
558
+ */
559
+ createEventBridgeRuleTemplate(callback?: (err: AWSError, data: MediaLive.Types.CreateEventBridgeRuleTemplateResponse) => void): Request<MediaLive.Types.CreateEventBridgeRuleTemplateResponse, AWSError>;
560
+ /**
561
+ * Creates an eventbridge rule template group to group your eventbridge rule templates and to attach to signal maps for dynamically creating notification rules.
562
+ */
563
+ createEventBridgeRuleTemplateGroup(params: MediaLive.Types.CreateEventBridgeRuleTemplateGroupRequest, callback?: (err: AWSError, data: MediaLive.Types.CreateEventBridgeRuleTemplateGroupResponse) => void): Request<MediaLive.Types.CreateEventBridgeRuleTemplateGroupResponse, AWSError>;
564
+ /**
565
+ * Creates an eventbridge rule template group to group your eventbridge rule templates and to attach to signal maps for dynamically creating notification rules.
566
+ */
567
+ createEventBridgeRuleTemplateGroup(callback?: (err: AWSError, data: MediaLive.Types.CreateEventBridgeRuleTemplateGroupResponse) => void): Request<MediaLive.Types.CreateEventBridgeRuleTemplateGroupResponse, AWSError>;
568
+ /**
569
+ * Initiates the creation of a new signal map. Will discover a new mediaResourceMap based on the provided discoveryEntryPointArn.
570
+ */
571
+ createSignalMap(params: MediaLive.Types.CreateSignalMapRequest, callback?: (err: AWSError, data: MediaLive.Types.CreateSignalMapResponse) => void): Request<MediaLive.Types.CreateSignalMapResponse, AWSError>;
572
+ /**
573
+ * Initiates the creation of a new signal map. Will discover a new mediaResourceMap based on the provided discoveryEntryPointArn.
574
+ */
575
+ createSignalMap(callback?: (err: AWSError, data: MediaLive.Types.CreateSignalMapResponse) => void): Request<MediaLive.Types.CreateSignalMapResponse, AWSError>;
576
+ /**
577
+ * Deletes a cloudwatch alarm template.
578
+ */
579
+ deleteCloudWatchAlarmTemplate(params: MediaLive.Types.DeleteCloudWatchAlarmTemplateRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
580
+ /**
581
+ * Deletes a cloudwatch alarm template.
582
+ */
583
+ deleteCloudWatchAlarmTemplate(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
584
+ /**
585
+ * Deletes a cloudwatch alarm template group. You must detach this group from all signal maps and ensure its existing templates are moved to another group or deleted.
586
+ */
587
+ deleteCloudWatchAlarmTemplateGroup(params: MediaLive.Types.DeleteCloudWatchAlarmTemplateGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
588
+ /**
589
+ * Deletes a cloudwatch alarm template group. You must detach this group from all signal maps and ensure its existing templates are moved to another group or deleted.
590
+ */
591
+ deleteCloudWatchAlarmTemplateGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
592
+ /**
593
+ * Deletes an eventbridge rule template.
594
+ */
595
+ deleteEventBridgeRuleTemplate(params: MediaLive.Types.DeleteEventBridgeRuleTemplateRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
596
+ /**
597
+ * Deletes an eventbridge rule template.
598
+ */
599
+ deleteEventBridgeRuleTemplate(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
600
+ /**
601
+ * Deletes an eventbridge rule template group. You must detach this group from all signal maps and ensure its existing templates are moved to another group or deleted.
602
+ */
603
+ deleteEventBridgeRuleTemplateGroup(params: MediaLive.Types.DeleteEventBridgeRuleTemplateGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
604
+ /**
605
+ * Deletes an eventbridge rule template group. You must detach this group from all signal maps and ensure its existing templates are moved to another group or deleted.
606
+ */
607
+ deleteEventBridgeRuleTemplateGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
608
+ /**
609
+ * Deletes the specified signal map.
610
+ */
611
+ deleteSignalMap(params: MediaLive.Types.DeleteSignalMapRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
612
+ /**
613
+ * Deletes the specified signal map.
614
+ */
615
+ deleteSignalMap(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
616
+ /**
617
+ * Retrieves the specified cloudwatch alarm template.
618
+ */
619
+ getCloudWatchAlarmTemplate(params: MediaLive.Types.GetCloudWatchAlarmTemplateRequest, callback?: (err: AWSError, data: MediaLive.Types.GetCloudWatchAlarmTemplateResponse) => void): Request<MediaLive.Types.GetCloudWatchAlarmTemplateResponse, AWSError>;
620
+ /**
621
+ * Retrieves the specified cloudwatch alarm template.
622
+ */
623
+ getCloudWatchAlarmTemplate(callback?: (err: AWSError, data: MediaLive.Types.GetCloudWatchAlarmTemplateResponse) => void): Request<MediaLive.Types.GetCloudWatchAlarmTemplateResponse, AWSError>;
624
+ /**
625
+ * Retrieves the specified cloudwatch alarm template group.
626
+ */
627
+ getCloudWatchAlarmTemplateGroup(params: MediaLive.Types.GetCloudWatchAlarmTemplateGroupRequest, callback?: (err: AWSError, data: MediaLive.Types.GetCloudWatchAlarmTemplateGroupResponse) => void): Request<MediaLive.Types.GetCloudWatchAlarmTemplateGroupResponse, AWSError>;
628
+ /**
629
+ * Retrieves the specified cloudwatch alarm template group.
630
+ */
631
+ getCloudWatchAlarmTemplateGroup(callback?: (err: AWSError, data: MediaLive.Types.GetCloudWatchAlarmTemplateGroupResponse) => void): Request<MediaLive.Types.GetCloudWatchAlarmTemplateGroupResponse, AWSError>;
632
+ /**
633
+ * Retrieves the specified eventbridge rule template.
634
+ */
635
+ getEventBridgeRuleTemplate(params: MediaLive.Types.GetEventBridgeRuleTemplateRequest, callback?: (err: AWSError, data: MediaLive.Types.GetEventBridgeRuleTemplateResponse) => void): Request<MediaLive.Types.GetEventBridgeRuleTemplateResponse, AWSError>;
636
+ /**
637
+ * Retrieves the specified eventbridge rule template.
638
+ */
639
+ getEventBridgeRuleTemplate(callback?: (err: AWSError, data: MediaLive.Types.GetEventBridgeRuleTemplateResponse) => void): Request<MediaLive.Types.GetEventBridgeRuleTemplateResponse, AWSError>;
640
+ /**
641
+ * Retrieves the specified eventbridge rule template group.
642
+ */
643
+ getEventBridgeRuleTemplateGroup(params: MediaLive.Types.GetEventBridgeRuleTemplateGroupRequest, callback?: (err: AWSError, data: MediaLive.Types.GetEventBridgeRuleTemplateGroupResponse) => void): Request<MediaLive.Types.GetEventBridgeRuleTemplateGroupResponse, AWSError>;
644
+ /**
645
+ * Retrieves the specified eventbridge rule template group.
646
+ */
647
+ getEventBridgeRuleTemplateGroup(callback?: (err: AWSError, data: MediaLive.Types.GetEventBridgeRuleTemplateGroupResponse) => void): Request<MediaLive.Types.GetEventBridgeRuleTemplateGroupResponse, AWSError>;
648
+ /**
649
+ * Retrieves the specified signal map.
650
+ */
651
+ getSignalMap(params: MediaLive.Types.GetSignalMapRequest, callback?: (err: AWSError, data: MediaLive.Types.GetSignalMapResponse) => void): Request<MediaLive.Types.GetSignalMapResponse, AWSError>;
652
+ /**
653
+ * Retrieves the specified signal map.
654
+ */
655
+ getSignalMap(callback?: (err: AWSError, data: MediaLive.Types.GetSignalMapResponse) => void): Request<MediaLive.Types.GetSignalMapResponse, AWSError>;
656
+ /**
657
+ * Lists cloudwatch alarm template groups.
658
+ */
659
+ listCloudWatchAlarmTemplateGroups(params: MediaLive.Types.ListCloudWatchAlarmTemplateGroupsRequest, callback?: (err: AWSError, data: MediaLive.Types.ListCloudWatchAlarmTemplateGroupsResponse) => void): Request<MediaLive.Types.ListCloudWatchAlarmTemplateGroupsResponse, AWSError>;
660
+ /**
661
+ * Lists cloudwatch alarm template groups.
662
+ */
663
+ listCloudWatchAlarmTemplateGroups(callback?: (err: AWSError, data: MediaLive.Types.ListCloudWatchAlarmTemplateGroupsResponse) => void): Request<MediaLive.Types.ListCloudWatchAlarmTemplateGroupsResponse, AWSError>;
664
+ /**
665
+ * Lists cloudwatch alarm templates.
666
+ */
667
+ listCloudWatchAlarmTemplates(params: MediaLive.Types.ListCloudWatchAlarmTemplatesRequest, callback?: (err: AWSError, data: MediaLive.Types.ListCloudWatchAlarmTemplatesResponse) => void): Request<MediaLive.Types.ListCloudWatchAlarmTemplatesResponse, AWSError>;
668
+ /**
669
+ * Lists cloudwatch alarm templates.
670
+ */
671
+ listCloudWatchAlarmTemplates(callback?: (err: AWSError, data: MediaLive.Types.ListCloudWatchAlarmTemplatesResponse) => void): Request<MediaLive.Types.ListCloudWatchAlarmTemplatesResponse, AWSError>;
672
+ /**
673
+ * Lists eventbridge rule template groups.
674
+ */
675
+ listEventBridgeRuleTemplateGroups(params: MediaLive.Types.ListEventBridgeRuleTemplateGroupsRequest, callback?: (err: AWSError, data: MediaLive.Types.ListEventBridgeRuleTemplateGroupsResponse) => void): Request<MediaLive.Types.ListEventBridgeRuleTemplateGroupsResponse, AWSError>;
676
+ /**
677
+ * Lists eventbridge rule template groups.
678
+ */
679
+ listEventBridgeRuleTemplateGroups(callback?: (err: AWSError, data: MediaLive.Types.ListEventBridgeRuleTemplateGroupsResponse) => void): Request<MediaLive.Types.ListEventBridgeRuleTemplateGroupsResponse, AWSError>;
680
+ /**
681
+ * Lists eventbridge rule templates.
682
+ */
683
+ listEventBridgeRuleTemplates(params: MediaLive.Types.ListEventBridgeRuleTemplatesRequest, callback?: (err: AWSError, data: MediaLive.Types.ListEventBridgeRuleTemplatesResponse) => void): Request<MediaLive.Types.ListEventBridgeRuleTemplatesResponse, AWSError>;
684
+ /**
685
+ * Lists eventbridge rule templates.
686
+ */
687
+ listEventBridgeRuleTemplates(callback?: (err: AWSError, data: MediaLive.Types.ListEventBridgeRuleTemplatesResponse) => void): Request<MediaLive.Types.ListEventBridgeRuleTemplatesResponse, AWSError>;
688
+ /**
689
+ * Lists signal maps.
690
+ */
691
+ listSignalMaps(params: MediaLive.Types.ListSignalMapsRequest, callback?: (err: AWSError, data: MediaLive.Types.ListSignalMapsResponse) => void): Request<MediaLive.Types.ListSignalMapsResponse, AWSError>;
692
+ /**
693
+ * Lists signal maps.
694
+ */
695
+ listSignalMaps(callback?: (err: AWSError, data: MediaLive.Types.ListSignalMapsResponse) => void): Request<MediaLive.Types.ListSignalMapsResponse, AWSError>;
696
+ /**
697
+ * Initiates a deployment to delete the monitor of the specified signal map.
698
+ */
699
+ startDeleteMonitorDeployment(params: MediaLive.Types.StartDeleteMonitorDeploymentRequest, callback?: (err: AWSError, data: MediaLive.Types.StartDeleteMonitorDeploymentResponse) => void): Request<MediaLive.Types.StartDeleteMonitorDeploymentResponse, AWSError>;
700
+ /**
701
+ * Initiates a deployment to delete the monitor of the specified signal map.
702
+ */
703
+ startDeleteMonitorDeployment(callback?: (err: AWSError, data: MediaLive.Types.StartDeleteMonitorDeploymentResponse) => void): Request<MediaLive.Types.StartDeleteMonitorDeploymentResponse, AWSError>;
704
+ /**
705
+ * Initiates a deployment to deploy the latest monitor of the specified signal map.
706
+ */
707
+ startMonitorDeployment(params: MediaLive.Types.StartMonitorDeploymentRequest, callback?: (err: AWSError, data: MediaLive.Types.StartMonitorDeploymentResponse) => void): Request<MediaLive.Types.StartMonitorDeploymentResponse, AWSError>;
708
+ /**
709
+ * Initiates a deployment to deploy the latest monitor of the specified signal map.
710
+ */
711
+ startMonitorDeployment(callback?: (err: AWSError, data: MediaLive.Types.StartMonitorDeploymentResponse) => void): Request<MediaLive.Types.StartMonitorDeploymentResponse, AWSError>;
712
+ /**
713
+ * Initiates an update for the specified signal map. Will discover a new signal map if a changed discoveryEntryPointArn is provided.
714
+ */
715
+ startUpdateSignalMap(params: MediaLive.Types.StartUpdateSignalMapRequest, callback?: (err: AWSError, data: MediaLive.Types.StartUpdateSignalMapResponse) => void): Request<MediaLive.Types.StartUpdateSignalMapResponse, AWSError>;
716
+ /**
717
+ * Initiates an update for the specified signal map. Will discover a new signal map if a changed discoveryEntryPointArn is provided.
718
+ */
719
+ startUpdateSignalMap(callback?: (err: AWSError, data: MediaLive.Types.StartUpdateSignalMapResponse) => void): Request<MediaLive.Types.StartUpdateSignalMapResponse, AWSError>;
720
+ /**
721
+ * Updates the specified cloudwatch alarm template.
722
+ */
723
+ updateCloudWatchAlarmTemplate(params: MediaLive.Types.UpdateCloudWatchAlarmTemplateRequest, callback?: (err: AWSError, data: MediaLive.Types.UpdateCloudWatchAlarmTemplateResponse) => void): Request<MediaLive.Types.UpdateCloudWatchAlarmTemplateResponse, AWSError>;
724
+ /**
725
+ * Updates the specified cloudwatch alarm template.
726
+ */
727
+ updateCloudWatchAlarmTemplate(callback?: (err: AWSError, data: MediaLive.Types.UpdateCloudWatchAlarmTemplateResponse) => void): Request<MediaLive.Types.UpdateCloudWatchAlarmTemplateResponse, AWSError>;
728
+ /**
729
+ * Updates the specified cloudwatch alarm template group.
730
+ */
731
+ updateCloudWatchAlarmTemplateGroup(params: MediaLive.Types.UpdateCloudWatchAlarmTemplateGroupRequest, callback?: (err: AWSError, data: MediaLive.Types.UpdateCloudWatchAlarmTemplateGroupResponse) => void): Request<MediaLive.Types.UpdateCloudWatchAlarmTemplateGroupResponse, AWSError>;
732
+ /**
733
+ * Updates the specified cloudwatch alarm template group.
734
+ */
735
+ updateCloudWatchAlarmTemplateGroup(callback?: (err: AWSError, data: MediaLive.Types.UpdateCloudWatchAlarmTemplateGroupResponse) => void): Request<MediaLive.Types.UpdateCloudWatchAlarmTemplateGroupResponse, AWSError>;
736
+ /**
737
+ * Updates the specified eventbridge rule template.
738
+ */
739
+ updateEventBridgeRuleTemplate(params: MediaLive.Types.UpdateEventBridgeRuleTemplateRequest, callback?: (err: AWSError, data: MediaLive.Types.UpdateEventBridgeRuleTemplateResponse) => void): Request<MediaLive.Types.UpdateEventBridgeRuleTemplateResponse, AWSError>;
740
+ /**
741
+ * Updates the specified eventbridge rule template.
742
+ */
743
+ updateEventBridgeRuleTemplate(callback?: (err: AWSError, data: MediaLive.Types.UpdateEventBridgeRuleTemplateResponse) => void): Request<MediaLive.Types.UpdateEventBridgeRuleTemplateResponse, AWSError>;
744
+ /**
745
+ * Updates the specified eventbridge rule template group.
746
+ */
747
+ updateEventBridgeRuleTemplateGroup(params: MediaLive.Types.UpdateEventBridgeRuleTemplateGroupRequest, callback?: (err: AWSError, data: MediaLive.Types.UpdateEventBridgeRuleTemplateGroupResponse) => void): Request<MediaLive.Types.UpdateEventBridgeRuleTemplateGroupResponse, AWSError>;
748
+ /**
749
+ * Updates the specified eventbridge rule template group.
750
+ */
751
+ updateEventBridgeRuleTemplateGroup(callback?: (err: AWSError, data: MediaLive.Types.UpdateEventBridgeRuleTemplateGroupResponse) => void): Request<MediaLive.Types.UpdateEventBridgeRuleTemplateGroupResponse, AWSError>;
536
752
  /**
537
753
  * Waits for the channelCreated state by periodically calling the underlying MediaLive.describeChanneloperation every 3 seconds (at most 5 times). Wait until a channel has been created
538
754
  */
@@ -621,6 +837,38 @@ declare class MediaLive extends Service {
621
837
  * Waits for the multiplexDeleted state by periodically calling the underlying MediaLive.describeMultiplexoperation every 5 seconds (at most 20 times). Wait until a multiplex has been deleted
622
838
  */
623
839
  waitFor(state: "multiplexDeleted", callback?: (err: AWSError, data: MediaLive.Types.DescribeMultiplexResponse) => void): Request<MediaLive.Types.DescribeMultiplexResponse, AWSError>;
840
+ /**
841
+ * Waits for the signalMapCreated state by periodically calling the underlying MediaLive.getSignalMapoperation every 5 seconds (at most 60 times). Wait until a signal map has been created
842
+ */
843
+ waitFor(state: "signalMapCreated", params: MediaLive.Types.GetSignalMapRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: MediaLive.Types.GetSignalMapResponse) => void): Request<MediaLive.Types.GetSignalMapResponse, AWSError>;
844
+ /**
845
+ * Waits for the signalMapCreated state by periodically calling the underlying MediaLive.getSignalMapoperation every 5 seconds (at most 60 times). Wait until a signal map has been created
846
+ */
847
+ waitFor(state: "signalMapCreated", callback?: (err: AWSError, data: MediaLive.Types.GetSignalMapResponse) => void): Request<MediaLive.Types.GetSignalMapResponse, AWSError>;
848
+ /**
849
+ * Waits for the signalMapMonitorDeleted state by periodically calling the underlying MediaLive.getSignalMapoperation every 5 seconds (at most 120 times). Wait until a signal map's monitor has been deleted
850
+ */
851
+ waitFor(state: "signalMapMonitorDeleted", params: MediaLive.Types.GetSignalMapRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: MediaLive.Types.GetSignalMapResponse) => void): Request<MediaLive.Types.GetSignalMapResponse, AWSError>;
852
+ /**
853
+ * Waits for the signalMapMonitorDeleted state by periodically calling the underlying MediaLive.getSignalMapoperation every 5 seconds (at most 120 times). Wait until a signal map's monitor has been deleted
854
+ */
855
+ waitFor(state: "signalMapMonitorDeleted", callback?: (err: AWSError, data: MediaLive.Types.GetSignalMapResponse) => void): Request<MediaLive.Types.GetSignalMapResponse, AWSError>;
856
+ /**
857
+ * Waits for the signalMapMonitorDeployed state by periodically calling the underlying MediaLive.getSignalMapoperation every 5 seconds (at most 120 times). Wait until a signal map's monitor has been deployed
858
+ */
859
+ waitFor(state: "signalMapMonitorDeployed", params: MediaLive.Types.GetSignalMapRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: MediaLive.Types.GetSignalMapResponse) => void): Request<MediaLive.Types.GetSignalMapResponse, AWSError>;
860
+ /**
861
+ * Waits for the signalMapMonitorDeployed state by periodically calling the underlying MediaLive.getSignalMapoperation every 5 seconds (at most 120 times). Wait until a signal map's monitor has been deployed
862
+ */
863
+ waitFor(state: "signalMapMonitorDeployed", callback?: (err: AWSError, data: MediaLive.Types.GetSignalMapResponse) => void): Request<MediaLive.Types.GetSignalMapResponse, AWSError>;
864
+ /**
865
+ * Waits for the signalMapUpdated state by periodically calling the underlying MediaLive.getSignalMapoperation every 5 seconds (at most 60 times). Wait until a signal map has been updated
866
+ */
867
+ waitFor(state: "signalMapUpdated", params: MediaLive.Types.GetSignalMapRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: MediaLive.Types.GetSignalMapResponse) => void): Request<MediaLive.Types.GetSignalMapResponse, AWSError>;
868
+ /**
869
+ * Waits for the signalMapUpdated state by periodically calling the underlying MediaLive.getSignalMapoperation every 5 seconds (at most 60 times). Wait until a signal map has been updated
870
+ */
871
+ waitFor(state: "signalMapUpdated", callback?: (err: AWSError, data: MediaLive.Types.GetSignalMapResponse) => void): Request<MediaLive.Types.GetSignalMapResponse, AWSError>;
624
872
  }
625
873
  declare namespace MediaLive {
626
874
  export type AacCodingMode = "AD_RECEIVER_MIX"|"CODING_MODE_1_0"|"CODING_MODE_1_1"|"CODING_MODE_2_0"|"CODING_MODE_5_1"|string;
@@ -7497,6 +7745,7 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
7497
7745
  StyleControl?: WebvttDestinationStyleControl;
7498
7746
  }
7499
7747
  export type WebvttDestinationStyleControl = "NO_STYLE_DATA"|"PASSTHROUGH"|string;
7748
+ export type __boolean = boolean;
7500
7749
  export type __double = number;
7501
7750
  export type __doubleMin0 = number;
7502
7751
  export type __doubleMin0Max1 = number;
@@ -7792,6 +8041,1176 @@ one destination per packager.
7792
8041
  export type __listOfDashRoleAudio = DashRoleAudio[];
7793
8042
  export type __listOfDashRoleCaption = DashRoleCaption[];
7794
8043
  export type Scte35Type = "NONE"|"SCTE_35_WITHOUT_SEGMENTATION"|string;
8044
+ export type CloudWatchAlarmTemplateComparisonOperator = "GreaterThanOrEqualToThreshold"|"GreaterThanThreshold"|"LessThanThreshold"|"LessThanOrEqualToThreshold"|string;
8045
+ export interface CloudWatchAlarmTemplateGroupSummary {
8046
+ /**
8047
+ * A cloudwatch alarm template group's ARN (Amazon Resource Name)
8048
+ */
8049
+ Arn: __stringPatternArnMedialiveCloudwatchAlarmTemplateGroup;
8050
+ CreatedAt: __timestampIso8601;
8051
+ /**
8052
+ * A resource's optional description.
8053
+ */
8054
+ Description?: __stringMin0Max1024;
8055
+ /**
8056
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
8057
+ */
8058
+ Id: __stringMin7Max11PatternAws097;
8059
+ ModifiedAt?: __timestampIso8601;
8060
+ /**
8061
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8062
+ */
8063
+ Name: __stringMin1Max255PatternS;
8064
+ Tags?: TagMap;
8065
+ /**
8066
+ * The number of templates in a group.
8067
+ */
8068
+ TemplateCount: __integer;
8069
+ }
8070
+ export type CloudWatchAlarmTemplateStatistic = "SampleCount"|"Average"|"Sum"|"Minimum"|"Maximum"|string;
8071
+ export interface CloudWatchAlarmTemplateSummary {
8072
+ /**
8073
+ * A cloudwatch alarm template's ARN (Amazon Resource Name)
8074
+ */
8075
+ Arn: __stringPatternArnMedialiveCloudwatchAlarmTemplate;
8076
+ ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator;
8077
+ CreatedAt: __timestampIso8601;
8078
+ /**
8079
+ * The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
8080
+ */
8081
+ DatapointsToAlarm?: __integerMin1;
8082
+ /**
8083
+ * A resource's optional description.
8084
+ */
8085
+ Description?: __stringMin0Max1024;
8086
+ /**
8087
+ * The number of periods over which data is compared to the specified threshold.
8088
+ */
8089
+ EvaluationPeriods: __integerMin1;
8090
+ /**
8091
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
8092
+ */
8093
+ GroupId: __stringMin7Max11PatternAws097;
8094
+ /**
8095
+ * A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
8096
+ */
8097
+ Id: __stringMin7Max11PatternAws097;
8098
+ /**
8099
+ * The name of the metric associated with the alarm. Must be compatible with targetResourceType.
8100
+ */
8101
+ MetricName: __stringMax64;
8102
+ ModifiedAt?: __timestampIso8601;
8103
+ /**
8104
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8105
+ */
8106
+ Name: __stringMin1Max255PatternS;
8107
+ /**
8108
+ * The period, in seconds, over which the specified statistic is applied.
8109
+ */
8110
+ Period: __integerMin10Max86400;
8111
+ Statistic: CloudWatchAlarmTemplateStatistic;
8112
+ Tags?: TagMap;
8113
+ TargetResourceType: CloudWatchAlarmTemplateTargetResourceType;
8114
+ /**
8115
+ * The threshold value to compare with the specified statistic.
8116
+ */
8117
+ Threshold: __double;
8118
+ TreatMissingData: CloudWatchAlarmTemplateTreatMissingData;
8119
+ }
8120
+ export type CloudWatchAlarmTemplateTargetResourceType = "CLOUDFRONT_DISTRIBUTION"|"MEDIALIVE_MULTIPLEX"|"MEDIALIVE_CHANNEL"|"MEDIALIVE_INPUT_DEVICE"|"MEDIAPACKAGE_CHANNEL"|"MEDIAPACKAGE_ORIGIN_ENDPOINT"|"MEDIACONNECT_FLOW"|"S3_BUCKET"|string;
8121
+ export type CloudWatchAlarmTemplateTreatMissingData = "notBreaching"|"breaching"|"ignore"|"missing"|string;
8122
+ export interface CreateCloudWatchAlarmTemplateGroupRequest {
8123
+ /**
8124
+ * A resource's optional description.
8125
+ */
8126
+ Description?: __stringMin0Max1024;
8127
+ /**
8128
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8129
+ */
8130
+ Name: __stringMin1Max255PatternS;
8131
+ Tags?: TagMap;
8132
+ }
8133
+ export interface CreateCloudWatchAlarmTemplateGroupResponse {
8134
+ /**
8135
+ * A cloudwatch alarm template group's ARN (Amazon Resource Name)
8136
+ */
8137
+ Arn?: __stringPatternArnMedialiveCloudwatchAlarmTemplateGroup;
8138
+ CreatedAt?: __timestampIso8601;
8139
+ /**
8140
+ * A resource's optional description.
8141
+ */
8142
+ Description?: __stringMin0Max1024;
8143
+ /**
8144
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
8145
+ */
8146
+ Id?: __stringMin7Max11PatternAws097;
8147
+ ModifiedAt?: __timestampIso8601;
8148
+ /**
8149
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8150
+ */
8151
+ Name?: __stringMin1Max255PatternS;
8152
+ Tags?: TagMap;
8153
+ }
8154
+ export interface CreateCloudWatchAlarmTemplateRequest {
8155
+ ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator;
8156
+ /**
8157
+ * The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
8158
+ */
8159
+ DatapointsToAlarm?: __integerMin1;
8160
+ /**
8161
+ * A resource's optional description.
8162
+ */
8163
+ Description?: __stringMin0Max1024;
8164
+ /**
8165
+ * The number of periods over which data is compared to the specified threshold.
8166
+ */
8167
+ EvaluationPeriods: __integerMin1;
8168
+ /**
8169
+ * A cloudwatch alarm template group's identifier. Can be either be its id or current name.
8170
+ */
8171
+ GroupIdentifier: __stringPatternS;
8172
+ /**
8173
+ * The name of the metric associated with the alarm. Must be compatible with targetResourceType.
8174
+ */
8175
+ MetricName: __stringMax64;
8176
+ /**
8177
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8178
+ */
8179
+ Name: __stringMin1Max255PatternS;
8180
+ /**
8181
+ * The period, in seconds, over which the specified statistic is applied.
8182
+ */
8183
+ Period: __integerMin10Max86400;
8184
+ Statistic: CloudWatchAlarmTemplateStatistic;
8185
+ Tags?: TagMap;
8186
+ TargetResourceType: CloudWatchAlarmTemplateTargetResourceType;
8187
+ /**
8188
+ * The threshold value to compare with the specified statistic.
8189
+ */
8190
+ Threshold: __double;
8191
+ TreatMissingData: CloudWatchAlarmTemplateTreatMissingData;
8192
+ }
8193
+ export interface CreateCloudWatchAlarmTemplateResponse {
8194
+ /**
8195
+ * A cloudwatch alarm template's ARN (Amazon Resource Name)
8196
+ */
8197
+ Arn?: __stringPatternArnMedialiveCloudwatchAlarmTemplate;
8198
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
8199
+ CreatedAt?: __timestampIso8601;
8200
+ /**
8201
+ * The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
8202
+ */
8203
+ DatapointsToAlarm?: __integerMin1;
8204
+ /**
8205
+ * A resource's optional description.
8206
+ */
8207
+ Description?: __stringMin0Max1024;
8208
+ /**
8209
+ * The number of periods over which data is compared to the specified threshold.
8210
+ */
8211
+ EvaluationPeriods?: __integerMin1;
8212
+ /**
8213
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
8214
+ */
8215
+ GroupId?: __stringMin7Max11PatternAws097;
8216
+ /**
8217
+ * A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
8218
+ */
8219
+ Id?: __stringMin7Max11PatternAws097;
8220
+ /**
8221
+ * The name of the metric associated with the alarm. Must be compatible with targetResourceType.
8222
+ */
8223
+ MetricName?: __stringMax64;
8224
+ ModifiedAt?: __timestampIso8601;
8225
+ /**
8226
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8227
+ */
8228
+ Name?: __stringMin1Max255PatternS;
8229
+ /**
8230
+ * The period, in seconds, over which the specified statistic is applied.
8231
+ */
8232
+ Period?: __integerMin10Max86400;
8233
+ Statistic?: CloudWatchAlarmTemplateStatistic;
8234
+ Tags?: TagMap;
8235
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
8236
+ /**
8237
+ * The threshold value to compare with the specified statistic.
8238
+ */
8239
+ Threshold?: __double;
8240
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
8241
+ }
8242
+ export interface CreateEventBridgeRuleTemplateGroupRequest {
8243
+ /**
8244
+ * A resource's optional description.
8245
+ */
8246
+ Description?: __stringMin0Max1024;
8247
+ /**
8248
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8249
+ */
8250
+ Name: __stringMin1Max255PatternS;
8251
+ Tags?: TagMap;
8252
+ }
8253
+ export interface CreateEventBridgeRuleTemplateGroupResponse {
8254
+ /**
8255
+ * An eventbridge rule template group's ARN (Amazon Resource Name)
8256
+ */
8257
+ Arn?: __stringPatternArnMedialiveEventbridgeRuleTemplateGroup;
8258
+ CreatedAt?: __timestampIso8601;
8259
+ /**
8260
+ * A resource's optional description.
8261
+ */
8262
+ Description?: __stringMin0Max1024;
8263
+ /**
8264
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
8265
+ */
8266
+ Id?: __stringMin7Max11PatternAws097;
8267
+ ModifiedAt?: __timestampIso8601;
8268
+ /**
8269
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8270
+ */
8271
+ Name?: __stringMin1Max255PatternS;
8272
+ Tags?: TagMap;
8273
+ }
8274
+ export interface CreateEventBridgeRuleTemplateRequest {
8275
+ /**
8276
+ * A resource's optional description.
8277
+ */
8278
+ Description?: __stringMin0Max1024;
8279
+ EventTargets?: __listOfEventBridgeRuleTemplateTarget;
8280
+ EventType: EventBridgeRuleTemplateEventType;
8281
+ /**
8282
+ * An eventbridge rule template group's identifier. Can be either be its id or current name.
8283
+ */
8284
+ GroupIdentifier: __stringPatternS;
8285
+ /**
8286
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8287
+ */
8288
+ Name: __stringMin1Max255PatternS;
8289
+ Tags?: TagMap;
8290
+ }
8291
+ export interface CreateEventBridgeRuleTemplateResponse {
8292
+ /**
8293
+ * An eventbridge rule template's ARN (Amazon Resource Name)
8294
+ */
8295
+ Arn?: __stringPatternArnMedialiveEventbridgeRuleTemplate;
8296
+ CreatedAt?: __timestampIso8601;
8297
+ /**
8298
+ * A resource's optional description.
8299
+ */
8300
+ Description?: __stringMin0Max1024;
8301
+ EventTargets?: __listOfEventBridgeRuleTemplateTarget;
8302
+ EventType?: EventBridgeRuleTemplateEventType;
8303
+ /**
8304
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
8305
+ */
8306
+ GroupId?: __stringMin7Max11PatternAws097;
8307
+ /**
8308
+ * An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
8309
+ */
8310
+ Id?: __stringMin7Max11PatternAws097;
8311
+ ModifiedAt?: __timestampIso8601;
8312
+ /**
8313
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8314
+ */
8315
+ Name?: __stringMin1Max255PatternS;
8316
+ Tags?: TagMap;
8317
+ }
8318
+ export interface CreateSignalMapRequest {
8319
+ CloudWatchAlarmTemplateGroupIdentifiers?: __listOf__stringPatternS;
8320
+ /**
8321
+ * A resource's optional description.
8322
+ */
8323
+ Description?: __stringMin0Max1024;
8324
+ /**
8325
+ * A top-level supported AWS resource ARN to discovery a signal map from.
8326
+ */
8327
+ DiscoveryEntryPointArn: __stringMin1Max2048;
8328
+ EventBridgeRuleTemplateGroupIdentifiers?: __listOf__stringPatternS;
8329
+ /**
8330
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8331
+ */
8332
+ Name: __stringMin1Max255PatternS;
8333
+ Tags?: TagMap;
8334
+ }
8335
+ export interface CreateSignalMapResponse {
8336
+ /**
8337
+ * A signal map's ARN (Amazon Resource Name)
8338
+ */
8339
+ Arn?: __stringPatternArnMedialiveSignalMap;
8340
+ CloudWatchAlarmTemplateGroupIds?: __listOf__stringMin7Max11PatternAws097;
8341
+ CreatedAt?: __timestampIso8601;
8342
+ /**
8343
+ * A resource's optional description.
8344
+ */
8345
+ Description?: __stringMin0Max1024;
8346
+ /**
8347
+ * A top-level supported AWS resource ARN to discovery a signal map from.
8348
+ */
8349
+ DiscoveryEntryPointArn?: __stringMin1Max2048;
8350
+ /**
8351
+ * Error message associated with a failed creation or failed update attempt of a signal map.
8352
+ */
8353
+ ErrorMessage?: __stringMin1Max2048;
8354
+ EventBridgeRuleTemplateGroupIds?: __listOf__stringMin7Max11PatternAws097;
8355
+ FailedMediaResourceMap?: FailedMediaResourceMap;
8356
+ /**
8357
+ * A signal map's id.
8358
+ */
8359
+ Id?: __stringMin7Max11PatternAws097;
8360
+ LastDiscoveredAt?: __timestampIso8601;
8361
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
8362
+ MediaResourceMap?: MediaResourceMap;
8363
+ ModifiedAt?: __timestampIso8601;
8364
+ /**
8365
+ * If true, there are pending monitor changes for this signal map that can be deployed.
8366
+ */
8367
+ MonitorChangesPendingDeployment?: __boolean;
8368
+ MonitorDeployment?: MonitorDeployment;
8369
+ /**
8370
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8371
+ */
8372
+ Name?: __stringMin1Max255PatternS;
8373
+ Status?: SignalMapStatus;
8374
+ Tags?: TagMap;
8375
+ }
8376
+ export interface DeleteCloudWatchAlarmTemplateGroupRequest {
8377
+ /**
8378
+ * A cloudwatch alarm template group's identifier. Can be either be its id or current name.
8379
+ */
8380
+ Identifier: __string;
8381
+ }
8382
+ export interface DeleteCloudWatchAlarmTemplateRequest {
8383
+ /**
8384
+ * A cloudwatch alarm template's identifier. Can be either be its id or current name.
8385
+ */
8386
+ Identifier: __string;
8387
+ }
8388
+ export interface DeleteEventBridgeRuleTemplateGroupRequest {
8389
+ /**
8390
+ * An eventbridge rule template group's identifier. Can be either be its id or current name.
8391
+ */
8392
+ Identifier: __string;
8393
+ }
8394
+ export interface DeleteEventBridgeRuleTemplateRequest {
8395
+ /**
8396
+ * An eventbridge rule template's identifier. Can be either be its id or current name.
8397
+ */
8398
+ Identifier: __string;
8399
+ }
8400
+ export interface DeleteSignalMapRequest {
8401
+ /**
8402
+ * A signal map's identifier. Can be either be its id or current name.
8403
+ */
8404
+ Identifier: __string;
8405
+ }
8406
+ export type EventBridgeRuleTemplateEventType = "MEDIALIVE_MULTIPLEX_ALERT"|"MEDIALIVE_MULTIPLEX_STATE_CHANGE"|"MEDIALIVE_CHANNEL_ALERT"|"MEDIALIVE_CHANNEL_INPUT_CHANGE"|"MEDIALIVE_CHANNEL_STATE_CHANGE"|"MEDIAPACKAGE_INPUT_NOTIFICATION"|"MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION"|"MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION"|"SIGNAL_MAP_ACTIVE_ALARM"|"MEDIACONNECT_ALERT"|"MEDIACONNECT_SOURCE_HEALTH"|"MEDIACONNECT_OUTPUT_HEALTH"|"MEDIACONNECT_FLOW_STATUS_CHANGE"|string;
8407
+ export interface EventBridgeRuleTemplateGroupSummary {
8408
+ /**
8409
+ * An eventbridge rule template group's ARN (Amazon Resource Name)
8410
+ */
8411
+ Arn: __stringPatternArnMedialiveEventbridgeRuleTemplateGroup;
8412
+ CreatedAt: __timestampIso8601;
8413
+ /**
8414
+ * A resource's optional description.
8415
+ */
8416
+ Description?: __stringMin0Max1024;
8417
+ /**
8418
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
8419
+ */
8420
+ Id: __stringMin7Max11PatternAws097;
8421
+ ModifiedAt?: __timestampIso8601;
8422
+ /**
8423
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8424
+ */
8425
+ Name: __stringMin1Max255PatternS;
8426
+ Tags?: TagMap;
8427
+ /**
8428
+ * The number of templates in a group.
8429
+ */
8430
+ TemplateCount: __integer;
8431
+ }
8432
+ export interface EventBridgeRuleTemplateSummary {
8433
+ /**
8434
+ * An eventbridge rule template's ARN (Amazon Resource Name)
8435
+ */
8436
+ Arn: __stringPatternArnMedialiveEventbridgeRuleTemplate;
8437
+ CreatedAt: __timestampIso8601;
8438
+ /**
8439
+ * A resource's optional description.
8440
+ */
8441
+ Description?: __stringMin0Max1024;
8442
+ /**
8443
+ * The number of targets configured to send matching events.
8444
+ */
8445
+ EventTargetCount: __integerMax5;
8446
+ EventType: EventBridgeRuleTemplateEventType;
8447
+ /**
8448
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
8449
+ */
8450
+ GroupId: __stringMin7Max11PatternAws097;
8451
+ /**
8452
+ * An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
8453
+ */
8454
+ Id: __stringMin7Max11PatternAws097;
8455
+ ModifiedAt?: __timestampIso8601;
8456
+ /**
8457
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8458
+ */
8459
+ Name: __stringMin1Max255PatternS;
8460
+ Tags?: TagMap;
8461
+ }
8462
+ export interface EventBridgeRuleTemplateTarget {
8463
+ /**
8464
+ * Target ARNs must be either an SNS topic or CloudWatch log group.
8465
+ */
8466
+ Arn: __stringMin1Max2048PatternArn;
8467
+ }
8468
+ export type FailedMediaResourceMap = {[key: string]: MediaResource};
8469
+ export interface GetCloudWatchAlarmTemplateGroupRequest {
8470
+ /**
8471
+ * A cloudwatch alarm template group's identifier. Can be either be its id or current name.
8472
+ */
8473
+ Identifier: __string;
8474
+ }
8475
+ export interface GetCloudWatchAlarmTemplateGroupResponse {
8476
+ /**
8477
+ * A cloudwatch alarm template group's ARN (Amazon Resource Name)
8478
+ */
8479
+ Arn?: __stringPatternArnMedialiveCloudwatchAlarmTemplateGroup;
8480
+ CreatedAt?: __timestampIso8601;
8481
+ /**
8482
+ * A resource's optional description.
8483
+ */
8484
+ Description?: __stringMin0Max1024;
8485
+ /**
8486
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
8487
+ */
8488
+ Id?: __stringMin7Max11PatternAws097;
8489
+ ModifiedAt?: __timestampIso8601;
8490
+ /**
8491
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8492
+ */
8493
+ Name?: __stringMin1Max255PatternS;
8494
+ Tags?: TagMap;
8495
+ }
8496
+ export interface GetCloudWatchAlarmTemplateRequest {
8497
+ /**
8498
+ * A cloudwatch alarm template's identifier. Can be either be its id or current name.
8499
+ */
8500
+ Identifier: __string;
8501
+ }
8502
+ export interface GetCloudWatchAlarmTemplateResponse {
8503
+ /**
8504
+ * A cloudwatch alarm template's ARN (Amazon Resource Name)
8505
+ */
8506
+ Arn?: __stringPatternArnMedialiveCloudwatchAlarmTemplate;
8507
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
8508
+ CreatedAt?: __timestampIso8601;
8509
+ /**
8510
+ * The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
8511
+ */
8512
+ DatapointsToAlarm?: __integerMin1;
8513
+ /**
8514
+ * A resource's optional description.
8515
+ */
8516
+ Description?: __stringMin0Max1024;
8517
+ /**
8518
+ * The number of periods over which data is compared to the specified threshold.
8519
+ */
8520
+ EvaluationPeriods?: __integerMin1;
8521
+ /**
8522
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
8523
+ */
8524
+ GroupId?: __stringMin7Max11PatternAws097;
8525
+ /**
8526
+ * A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
8527
+ */
8528
+ Id?: __stringMin7Max11PatternAws097;
8529
+ /**
8530
+ * The name of the metric associated with the alarm. Must be compatible with targetResourceType.
8531
+ */
8532
+ MetricName?: __stringMax64;
8533
+ ModifiedAt?: __timestampIso8601;
8534
+ /**
8535
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8536
+ */
8537
+ Name?: __stringMin1Max255PatternS;
8538
+ /**
8539
+ * The period, in seconds, over which the specified statistic is applied.
8540
+ */
8541
+ Period?: __integerMin10Max86400;
8542
+ Statistic?: CloudWatchAlarmTemplateStatistic;
8543
+ Tags?: TagMap;
8544
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
8545
+ /**
8546
+ * The threshold value to compare with the specified statistic.
8547
+ */
8548
+ Threshold?: __double;
8549
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
8550
+ }
8551
+ export interface GetEventBridgeRuleTemplateGroupRequest {
8552
+ /**
8553
+ * An eventbridge rule template group's identifier. Can be either be its id or current name.
8554
+ */
8555
+ Identifier: __string;
8556
+ }
8557
+ export interface GetEventBridgeRuleTemplateGroupResponse {
8558
+ /**
8559
+ * An eventbridge rule template group's ARN (Amazon Resource Name)
8560
+ */
8561
+ Arn?: __stringPatternArnMedialiveEventbridgeRuleTemplateGroup;
8562
+ CreatedAt?: __timestampIso8601;
8563
+ /**
8564
+ * A resource's optional description.
8565
+ */
8566
+ Description?: __stringMin0Max1024;
8567
+ /**
8568
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
8569
+ */
8570
+ Id?: __stringMin7Max11PatternAws097;
8571
+ ModifiedAt?: __timestampIso8601;
8572
+ /**
8573
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8574
+ */
8575
+ Name?: __stringMin1Max255PatternS;
8576
+ Tags?: TagMap;
8577
+ }
8578
+ export interface GetEventBridgeRuleTemplateRequest {
8579
+ /**
8580
+ * An eventbridge rule template's identifier. Can be either be its id or current name.
8581
+ */
8582
+ Identifier: __string;
8583
+ }
8584
+ export interface GetEventBridgeRuleTemplateResponse {
8585
+ /**
8586
+ * An eventbridge rule template's ARN (Amazon Resource Name)
8587
+ */
8588
+ Arn?: __stringPatternArnMedialiveEventbridgeRuleTemplate;
8589
+ CreatedAt?: __timestampIso8601;
8590
+ /**
8591
+ * A resource's optional description.
8592
+ */
8593
+ Description?: __stringMin0Max1024;
8594
+ EventTargets?: __listOfEventBridgeRuleTemplateTarget;
8595
+ EventType?: EventBridgeRuleTemplateEventType;
8596
+ /**
8597
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
8598
+ */
8599
+ GroupId?: __stringMin7Max11PatternAws097;
8600
+ /**
8601
+ * An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
8602
+ */
8603
+ Id?: __stringMin7Max11PatternAws097;
8604
+ ModifiedAt?: __timestampIso8601;
8605
+ /**
8606
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8607
+ */
8608
+ Name?: __stringMin1Max255PatternS;
8609
+ Tags?: TagMap;
8610
+ }
8611
+ export interface GetSignalMapRequest {
8612
+ /**
8613
+ * A signal map's identifier. Can be either be its id or current name.
8614
+ */
8615
+ Identifier: __string;
8616
+ }
8617
+ export interface GetSignalMapResponse {
8618
+ /**
8619
+ * A signal map's ARN (Amazon Resource Name)
8620
+ */
8621
+ Arn?: __stringPatternArnMedialiveSignalMap;
8622
+ CloudWatchAlarmTemplateGroupIds?: __listOf__stringMin7Max11PatternAws097;
8623
+ CreatedAt?: __timestampIso8601;
8624
+ /**
8625
+ * A resource's optional description.
8626
+ */
8627
+ Description?: __stringMin0Max1024;
8628
+ /**
8629
+ * A top-level supported AWS resource ARN to discovery a signal map from.
8630
+ */
8631
+ DiscoveryEntryPointArn?: __stringMin1Max2048;
8632
+ /**
8633
+ * Error message associated with a failed creation or failed update attempt of a signal map.
8634
+ */
8635
+ ErrorMessage?: __stringMin1Max2048;
8636
+ EventBridgeRuleTemplateGroupIds?: __listOf__stringMin7Max11PatternAws097;
8637
+ FailedMediaResourceMap?: FailedMediaResourceMap;
8638
+ /**
8639
+ * A signal map's id.
8640
+ */
8641
+ Id?: __stringMin7Max11PatternAws097;
8642
+ LastDiscoveredAt?: __timestampIso8601;
8643
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
8644
+ MediaResourceMap?: MediaResourceMap;
8645
+ ModifiedAt?: __timestampIso8601;
8646
+ /**
8647
+ * If true, there are pending monitor changes for this signal map that can be deployed.
8648
+ */
8649
+ MonitorChangesPendingDeployment?: __boolean;
8650
+ MonitorDeployment?: MonitorDeployment;
8651
+ /**
8652
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8653
+ */
8654
+ Name?: __stringMin1Max255PatternS;
8655
+ Status?: SignalMapStatus;
8656
+ Tags?: TagMap;
8657
+ }
8658
+ export interface ListCloudWatchAlarmTemplateGroupsRequest {
8659
+ MaxResults?: MaxResults;
8660
+ /**
8661
+ * A token used to retrieve the next set of results in paginated list responses.
8662
+ */
8663
+ NextToken?: __string;
8664
+ /**
8665
+ * Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources.
8666
+ */
8667
+ Scope?: __string;
8668
+ /**
8669
+ * A signal map's identifier. Can be either be its id or current name.
8670
+ */
8671
+ SignalMapIdentifier?: __string;
8672
+ }
8673
+ export interface ListCloudWatchAlarmTemplateGroupsResponse {
8674
+ CloudWatchAlarmTemplateGroups?: __listOfCloudWatchAlarmTemplateGroupSummary;
8675
+ /**
8676
+ * A token used to retrieve the next set of results in paginated list responses.
8677
+ */
8678
+ NextToken?: __stringMin1Max2048;
8679
+ }
8680
+ export interface ListCloudWatchAlarmTemplatesRequest {
8681
+ /**
8682
+ * A cloudwatch alarm template group's identifier. Can be either be its id or current name.
8683
+ */
8684
+ GroupIdentifier?: __string;
8685
+ MaxResults?: MaxResults;
8686
+ /**
8687
+ * A token used to retrieve the next set of results in paginated list responses.
8688
+ */
8689
+ NextToken?: __string;
8690
+ /**
8691
+ * Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources.
8692
+ */
8693
+ Scope?: __string;
8694
+ /**
8695
+ * A signal map's identifier. Can be either be its id or current name.
8696
+ */
8697
+ SignalMapIdentifier?: __string;
8698
+ }
8699
+ export interface ListCloudWatchAlarmTemplatesResponse {
8700
+ CloudWatchAlarmTemplates?: __listOfCloudWatchAlarmTemplateSummary;
8701
+ /**
8702
+ * A token used to retrieve the next set of results in paginated list responses.
8703
+ */
8704
+ NextToken?: __stringMin1Max2048;
8705
+ }
8706
+ export interface ListEventBridgeRuleTemplateGroupsRequest {
8707
+ MaxResults?: MaxResults;
8708
+ /**
8709
+ * A token used to retrieve the next set of results in paginated list responses.
8710
+ */
8711
+ NextToken?: __string;
8712
+ /**
8713
+ * A signal map's identifier. Can be either be its id or current name.
8714
+ */
8715
+ SignalMapIdentifier?: __string;
8716
+ }
8717
+ export interface ListEventBridgeRuleTemplateGroupsResponse {
8718
+ EventBridgeRuleTemplateGroups?: __listOfEventBridgeRuleTemplateGroupSummary;
8719
+ /**
8720
+ * A token used to retrieve the next set of results in paginated list responses.
8721
+ */
8722
+ NextToken?: __stringMin1Max2048;
8723
+ }
8724
+ export interface ListEventBridgeRuleTemplatesRequest {
8725
+ /**
8726
+ * An eventbridge rule template group's identifier. Can be either be its id or current name.
8727
+ */
8728
+ GroupIdentifier?: __string;
8729
+ MaxResults?: MaxResults;
8730
+ /**
8731
+ * A token used to retrieve the next set of results in paginated list responses.
8732
+ */
8733
+ NextToken?: __string;
8734
+ /**
8735
+ * A signal map's identifier. Can be either be its id or current name.
8736
+ */
8737
+ SignalMapIdentifier?: __string;
8738
+ }
8739
+ export interface ListEventBridgeRuleTemplatesResponse {
8740
+ EventBridgeRuleTemplates?: __listOfEventBridgeRuleTemplateSummary;
8741
+ /**
8742
+ * A token used to retrieve the next set of results in paginated list responses.
8743
+ */
8744
+ NextToken?: __stringMin1Max2048;
8745
+ }
8746
+ export interface ListSignalMapsRequest {
8747
+ /**
8748
+ * A cloudwatch alarm template group's identifier. Can be either be its id or current name.
8749
+ */
8750
+ CloudWatchAlarmTemplateGroupIdentifier?: __string;
8751
+ /**
8752
+ * An eventbridge rule template group's identifier. Can be either be its id or current name.
8753
+ */
8754
+ EventBridgeRuleTemplateGroupIdentifier?: __string;
8755
+ MaxResults?: MaxResults;
8756
+ /**
8757
+ * A token used to retrieve the next set of results in paginated list responses.
8758
+ */
8759
+ NextToken?: __string;
8760
+ }
8761
+ export interface ListSignalMapsResponse {
8762
+ /**
8763
+ * A token used to retrieve the next set of results in paginated list responses.
8764
+ */
8765
+ NextToken?: __stringMin1Max2048;
8766
+ SignalMaps?: __listOfSignalMapSummary;
8767
+ }
8768
+ export interface MediaResource {
8769
+ Destinations?: __listOfMediaResourceNeighbor;
8770
+ /**
8771
+ * The logical name of an AWS media resource.
8772
+ */
8773
+ Name?: __stringMin1Max256;
8774
+ Sources?: __listOfMediaResourceNeighbor;
8775
+ }
8776
+ export type MediaResourceMap = {[key: string]: MediaResource};
8777
+ export interface MediaResourceNeighbor {
8778
+ /**
8779
+ * The ARN of a resource used in AWS media workflows.
8780
+ */
8781
+ Arn: __stringMin1Max2048PatternArn;
8782
+ /**
8783
+ * The logical name of an AWS media resource.
8784
+ */
8785
+ Name?: __stringMin1Max256;
8786
+ }
8787
+ export interface MonitorDeployment {
8788
+ /**
8789
+ * URI associated with a signal map's monitor deployment.
8790
+ */
8791
+ DetailsUri?: __stringMin1Max2048;
8792
+ /**
8793
+ * Error message associated with a failed monitor deployment of a signal map.
8794
+ */
8795
+ ErrorMessage?: __stringMin1Max2048;
8796
+ Status: SignalMapMonitorDeploymentStatus;
8797
+ }
8798
+ export type SignalMapMonitorDeploymentStatus = "NOT_DEPLOYED"|"DRY_RUN_DEPLOYMENT_COMPLETE"|"DRY_RUN_DEPLOYMENT_FAILED"|"DRY_RUN_DEPLOYMENT_IN_PROGRESS"|"DEPLOYMENT_COMPLETE"|"DEPLOYMENT_FAILED"|"DEPLOYMENT_IN_PROGRESS"|"DELETE_COMPLETE"|"DELETE_FAILED"|"DELETE_IN_PROGRESS"|string;
8799
+ export type SignalMapStatus = "CREATE_IN_PROGRESS"|"CREATE_COMPLETE"|"CREATE_FAILED"|"UPDATE_IN_PROGRESS"|"UPDATE_COMPLETE"|"UPDATE_REVERTED"|"UPDATE_FAILED"|"READY"|"NOT_READY"|string;
8800
+ export interface SignalMapSummary {
8801
+ /**
8802
+ * A signal map's ARN (Amazon Resource Name)
8803
+ */
8804
+ Arn: __stringPatternArnMedialiveSignalMap;
8805
+ CreatedAt: __timestampIso8601;
8806
+ /**
8807
+ * A resource's optional description.
8808
+ */
8809
+ Description?: __stringMin0Max1024;
8810
+ /**
8811
+ * A signal map's id.
8812
+ */
8813
+ Id: __stringMin7Max11PatternAws097;
8814
+ ModifiedAt?: __timestampIso8601;
8815
+ MonitorDeploymentStatus: SignalMapMonitorDeploymentStatus;
8816
+ /**
8817
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8818
+ */
8819
+ Name: __stringMin1Max255PatternS;
8820
+ Status: SignalMapStatus;
8821
+ Tags?: TagMap;
8822
+ }
8823
+ export interface StartDeleteMonitorDeploymentRequest {
8824
+ /**
8825
+ * A signal map's identifier. Can be either be its id or current name.
8826
+ */
8827
+ Identifier: __string;
8828
+ }
8829
+ export interface StartDeleteMonitorDeploymentResponse {
8830
+ /**
8831
+ * A signal map's ARN (Amazon Resource Name)
8832
+ */
8833
+ Arn?: __stringPatternArnMedialiveSignalMap;
8834
+ CloudWatchAlarmTemplateGroupIds?: __listOf__stringMin7Max11PatternAws097;
8835
+ CreatedAt?: __timestampIso8601;
8836
+ /**
8837
+ * A resource's optional description.
8838
+ */
8839
+ Description?: __stringMin0Max1024;
8840
+ /**
8841
+ * A top-level supported AWS resource ARN to discovery a signal map from.
8842
+ */
8843
+ DiscoveryEntryPointArn?: __stringMin1Max2048;
8844
+ /**
8845
+ * Error message associated with a failed creation or failed update attempt of a signal map.
8846
+ */
8847
+ ErrorMessage?: __stringMin1Max2048;
8848
+ EventBridgeRuleTemplateGroupIds?: __listOf__stringMin7Max11PatternAws097;
8849
+ FailedMediaResourceMap?: FailedMediaResourceMap;
8850
+ /**
8851
+ * A signal map's id.
8852
+ */
8853
+ Id?: __stringMin7Max11PatternAws097;
8854
+ LastDiscoveredAt?: __timestampIso8601;
8855
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
8856
+ MediaResourceMap?: MediaResourceMap;
8857
+ ModifiedAt?: __timestampIso8601;
8858
+ /**
8859
+ * If true, there are pending monitor changes for this signal map that can be deployed.
8860
+ */
8861
+ MonitorChangesPendingDeployment?: __boolean;
8862
+ MonitorDeployment?: MonitorDeployment;
8863
+ /**
8864
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8865
+ */
8866
+ Name?: __stringMin1Max255PatternS;
8867
+ Status?: SignalMapStatus;
8868
+ Tags?: TagMap;
8869
+ }
8870
+ export interface StartMonitorDeploymentRequest {
8871
+ DryRun?: __boolean;
8872
+ /**
8873
+ * A signal map's identifier. Can be either be its id or current name.
8874
+ */
8875
+ Identifier: __string;
8876
+ }
8877
+ export interface StartMonitorDeploymentResponse {
8878
+ /**
8879
+ * A signal map's ARN (Amazon Resource Name)
8880
+ */
8881
+ Arn?: __stringPatternArnMedialiveSignalMap;
8882
+ CloudWatchAlarmTemplateGroupIds?: __listOf__stringMin7Max11PatternAws097;
8883
+ CreatedAt?: __timestampIso8601;
8884
+ /**
8885
+ * A resource's optional description.
8886
+ */
8887
+ Description?: __stringMin0Max1024;
8888
+ /**
8889
+ * A top-level supported AWS resource ARN to discovery a signal map from.
8890
+ */
8891
+ DiscoveryEntryPointArn?: __stringMin1Max2048;
8892
+ /**
8893
+ * Error message associated with a failed creation or failed update attempt of a signal map.
8894
+ */
8895
+ ErrorMessage?: __stringMin1Max2048;
8896
+ EventBridgeRuleTemplateGroupIds?: __listOf__stringMin7Max11PatternAws097;
8897
+ FailedMediaResourceMap?: FailedMediaResourceMap;
8898
+ /**
8899
+ * A signal map's id.
8900
+ */
8901
+ Id?: __stringMin7Max11PatternAws097;
8902
+ LastDiscoveredAt?: __timestampIso8601;
8903
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
8904
+ MediaResourceMap?: MediaResourceMap;
8905
+ ModifiedAt?: __timestampIso8601;
8906
+ /**
8907
+ * If true, there are pending monitor changes for this signal map that can be deployed.
8908
+ */
8909
+ MonitorChangesPendingDeployment?: __boolean;
8910
+ MonitorDeployment?: MonitorDeployment;
8911
+ /**
8912
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8913
+ */
8914
+ Name?: __stringMin1Max255PatternS;
8915
+ Status?: SignalMapStatus;
8916
+ Tags?: TagMap;
8917
+ }
8918
+ export interface StartUpdateSignalMapRequest {
8919
+ CloudWatchAlarmTemplateGroupIdentifiers?: __listOf__stringPatternS;
8920
+ /**
8921
+ * A resource's optional description.
8922
+ */
8923
+ Description?: __stringMin0Max1024;
8924
+ /**
8925
+ * A top-level supported AWS resource ARN to discovery a signal map from.
8926
+ */
8927
+ DiscoveryEntryPointArn?: __stringMin1Max2048;
8928
+ EventBridgeRuleTemplateGroupIdentifiers?: __listOf__stringPatternS;
8929
+ /**
8930
+ * If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
8931
+ */
8932
+ ForceRediscovery?: __boolean;
8933
+ /**
8934
+ * A signal map's identifier. Can be either be its id or current name.
8935
+ */
8936
+ Identifier: __string;
8937
+ /**
8938
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8939
+ */
8940
+ Name?: __stringMin1Max255PatternS;
8941
+ }
8942
+ export interface StartUpdateSignalMapResponse {
8943
+ /**
8944
+ * A signal map's ARN (Amazon Resource Name)
8945
+ */
8946
+ Arn?: __stringPatternArnMedialiveSignalMap;
8947
+ CloudWatchAlarmTemplateGroupIds?: __listOf__stringMin7Max11PatternAws097;
8948
+ CreatedAt?: __timestampIso8601;
8949
+ /**
8950
+ * A resource's optional description.
8951
+ */
8952
+ Description?: __stringMin0Max1024;
8953
+ /**
8954
+ * A top-level supported AWS resource ARN to discovery a signal map from.
8955
+ */
8956
+ DiscoveryEntryPointArn?: __stringMin1Max2048;
8957
+ /**
8958
+ * Error message associated with a failed creation or failed update attempt of a signal map.
8959
+ */
8960
+ ErrorMessage?: __stringMin1Max2048;
8961
+ EventBridgeRuleTemplateGroupIds?: __listOf__stringMin7Max11PatternAws097;
8962
+ FailedMediaResourceMap?: FailedMediaResourceMap;
8963
+ /**
8964
+ * A signal map's id.
8965
+ */
8966
+ Id?: __stringMin7Max11PatternAws097;
8967
+ LastDiscoveredAt?: __timestampIso8601;
8968
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
8969
+ MediaResourceMap?: MediaResourceMap;
8970
+ ModifiedAt?: __timestampIso8601;
8971
+ /**
8972
+ * If true, there are pending monitor changes for this signal map that can be deployed.
8973
+ */
8974
+ MonitorChangesPendingDeployment?: __boolean;
8975
+ MonitorDeployment?: MonitorDeployment;
8976
+ /**
8977
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
8978
+ */
8979
+ Name?: __stringMin1Max255PatternS;
8980
+ Status?: SignalMapStatus;
8981
+ Tags?: TagMap;
8982
+ }
8983
+ export interface SuccessfulMonitorDeployment {
8984
+ /**
8985
+ * URI associated with a signal map's monitor deployment.
8986
+ */
8987
+ DetailsUri: __stringMin1Max2048;
8988
+ Status: SignalMapMonitorDeploymentStatus;
8989
+ }
8990
+ export type TagMap = {[key: string]: __string};
8991
+ export interface UpdateCloudWatchAlarmTemplateGroupRequest {
8992
+ /**
8993
+ * A resource's optional description.
8994
+ */
8995
+ Description?: __stringMin0Max1024;
8996
+ /**
8997
+ * A cloudwatch alarm template group's identifier. Can be either be its id or current name.
8998
+ */
8999
+ Identifier: __string;
9000
+ }
9001
+ export interface UpdateCloudWatchAlarmTemplateGroupResponse {
9002
+ /**
9003
+ * A cloudwatch alarm template group's ARN (Amazon Resource Name)
9004
+ */
9005
+ Arn?: __stringPatternArnMedialiveCloudwatchAlarmTemplateGroup;
9006
+ CreatedAt?: __timestampIso8601;
9007
+ /**
9008
+ * A resource's optional description.
9009
+ */
9010
+ Description?: __stringMin0Max1024;
9011
+ /**
9012
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
9013
+ */
9014
+ Id?: __stringMin7Max11PatternAws097;
9015
+ ModifiedAt?: __timestampIso8601;
9016
+ /**
9017
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
9018
+ */
9019
+ Name?: __stringMin1Max255PatternS;
9020
+ Tags?: TagMap;
9021
+ }
9022
+ export interface UpdateCloudWatchAlarmTemplateRequest {
9023
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
9024
+ /**
9025
+ * The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
9026
+ */
9027
+ DatapointsToAlarm?: __integerMin1;
9028
+ /**
9029
+ * A resource's optional description.
9030
+ */
9031
+ Description?: __stringMin0Max1024;
9032
+ /**
9033
+ * The number of periods over which data is compared to the specified threshold.
9034
+ */
9035
+ EvaluationPeriods?: __integerMin1;
9036
+ /**
9037
+ * A cloudwatch alarm template group's identifier. Can be either be its id or current name.
9038
+ */
9039
+ GroupIdentifier?: __stringPatternS;
9040
+ /**
9041
+ * A cloudwatch alarm template's identifier. Can be either be its id or current name.
9042
+ */
9043
+ Identifier: __string;
9044
+ /**
9045
+ * The name of the metric associated with the alarm. Must be compatible with targetResourceType.
9046
+ */
9047
+ MetricName?: __stringMax64;
9048
+ /**
9049
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
9050
+ */
9051
+ Name?: __stringMin1Max255PatternS;
9052
+ /**
9053
+ * The period, in seconds, over which the specified statistic is applied.
9054
+ */
9055
+ Period?: __integerMin10Max86400;
9056
+ Statistic?: CloudWatchAlarmTemplateStatistic;
9057
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
9058
+ /**
9059
+ * The threshold value to compare with the specified statistic.
9060
+ */
9061
+ Threshold?: __double;
9062
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
9063
+ }
9064
+ export interface UpdateCloudWatchAlarmTemplateResponse {
9065
+ /**
9066
+ * A cloudwatch alarm template's ARN (Amazon Resource Name)
9067
+ */
9068
+ Arn?: __stringPatternArnMedialiveCloudwatchAlarmTemplate;
9069
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
9070
+ CreatedAt?: __timestampIso8601;
9071
+ /**
9072
+ * The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
9073
+ */
9074
+ DatapointsToAlarm?: __integerMin1;
9075
+ /**
9076
+ * A resource's optional description.
9077
+ */
9078
+ Description?: __stringMin0Max1024;
9079
+ /**
9080
+ * The number of periods over which data is compared to the specified threshold.
9081
+ */
9082
+ EvaluationPeriods?: __integerMin1;
9083
+ /**
9084
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
9085
+ */
9086
+ GroupId?: __stringMin7Max11PatternAws097;
9087
+ /**
9088
+ * A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
9089
+ */
9090
+ Id?: __stringMin7Max11PatternAws097;
9091
+ /**
9092
+ * The name of the metric associated with the alarm. Must be compatible with targetResourceType.
9093
+ */
9094
+ MetricName?: __stringMax64;
9095
+ ModifiedAt?: __timestampIso8601;
9096
+ /**
9097
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
9098
+ */
9099
+ Name?: __stringMin1Max255PatternS;
9100
+ /**
9101
+ * The period, in seconds, over which the specified statistic is applied.
9102
+ */
9103
+ Period?: __integerMin10Max86400;
9104
+ Statistic?: CloudWatchAlarmTemplateStatistic;
9105
+ Tags?: TagMap;
9106
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
9107
+ /**
9108
+ * The threshold value to compare with the specified statistic.
9109
+ */
9110
+ Threshold?: __double;
9111
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
9112
+ }
9113
+ export interface UpdateEventBridgeRuleTemplateGroupRequest {
9114
+ /**
9115
+ * A resource's optional description.
9116
+ */
9117
+ Description?: __stringMin0Max1024;
9118
+ /**
9119
+ * An eventbridge rule template group's identifier. Can be either be its id or current name.
9120
+ */
9121
+ Identifier: __string;
9122
+ }
9123
+ export interface UpdateEventBridgeRuleTemplateGroupResponse {
9124
+ /**
9125
+ * An eventbridge rule template group's ARN (Amazon Resource Name)
9126
+ */
9127
+ Arn?: __stringPatternArnMedialiveEventbridgeRuleTemplateGroup;
9128
+ CreatedAt?: __timestampIso8601;
9129
+ /**
9130
+ * A resource's optional description.
9131
+ */
9132
+ Description?: __stringMin0Max1024;
9133
+ /**
9134
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
9135
+ */
9136
+ Id?: __stringMin7Max11PatternAws097;
9137
+ ModifiedAt?: __timestampIso8601;
9138
+ /**
9139
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
9140
+ */
9141
+ Name?: __stringMin1Max255PatternS;
9142
+ Tags?: TagMap;
9143
+ }
9144
+ export interface UpdateEventBridgeRuleTemplateRequest {
9145
+ /**
9146
+ * A resource's optional description.
9147
+ */
9148
+ Description?: __stringMin0Max1024;
9149
+ EventTargets?: __listOfEventBridgeRuleTemplateTarget;
9150
+ EventType?: EventBridgeRuleTemplateEventType;
9151
+ /**
9152
+ * An eventbridge rule template group's identifier. Can be either be its id or current name.
9153
+ */
9154
+ GroupIdentifier?: __stringPatternS;
9155
+ /**
9156
+ * An eventbridge rule template's identifier. Can be either be its id or current name.
9157
+ */
9158
+ Identifier: __string;
9159
+ /**
9160
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
9161
+ */
9162
+ Name?: __stringMin1Max255PatternS;
9163
+ }
9164
+ export interface UpdateEventBridgeRuleTemplateResponse {
9165
+ /**
9166
+ * An eventbridge rule template's ARN (Amazon Resource Name)
9167
+ */
9168
+ Arn?: __stringPatternArnMedialiveEventbridgeRuleTemplate;
9169
+ CreatedAt?: __timestampIso8601;
9170
+ /**
9171
+ * A resource's optional description.
9172
+ */
9173
+ Description?: __stringMin0Max1024;
9174
+ EventTargets?: __listOfEventBridgeRuleTemplateTarget;
9175
+ EventType?: EventBridgeRuleTemplateEventType;
9176
+ /**
9177
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
9178
+ */
9179
+ GroupId?: __stringMin7Max11PatternAws097;
9180
+ /**
9181
+ * An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
9182
+ */
9183
+ Id?: __stringMin7Max11PatternAws097;
9184
+ ModifiedAt?: __timestampIso8601;
9185
+ /**
9186
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
9187
+ */
9188
+ Name?: __stringMin1Max255PatternS;
9189
+ Tags?: TagMap;
9190
+ }
9191
+ export type __integerMax5 = number;
9192
+ export type __integerMin10Max86400 = number;
9193
+ export type __listOfCloudWatchAlarmTemplateGroupSummary = CloudWatchAlarmTemplateGroupSummary[];
9194
+ export type __listOfCloudWatchAlarmTemplateSummary = CloudWatchAlarmTemplateSummary[];
9195
+ export type __listOfEventBridgeRuleTemplateGroupSummary = EventBridgeRuleTemplateGroupSummary[];
9196
+ export type __listOfEventBridgeRuleTemplateSummary = EventBridgeRuleTemplateSummary[];
9197
+ export type __listOfEventBridgeRuleTemplateTarget = EventBridgeRuleTemplateTarget[];
9198
+ export type __listOfMediaResourceNeighbor = MediaResourceNeighbor[];
9199
+ export type __listOfSignalMapSummary = SignalMapSummary[];
9200
+ export type __listOf__stringMin7Max11PatternAws097 = __stringMin7Max11PatternAws097[];
9201
+ export type __listOf__stringPatternS = __stringPatternS[];
9202
+ export type __stringMax64 = string;
9203
+ export type __stringMin0Max1024 = string;
9204
+ export type __stringMin1Max2048 = string;
9205
+ export type __stringMin1Max2048PatternArn = string;
9206
+ export type __stringMin1Max255PatternS = string;
9207
+ export type __stringMin7Max11PatternAws097 = string;
9208
+ export type __stringPatternArnMedialiveCloudwatchAlarmTemplate = string;
9209
+ export type __stringPatternArnMedialiveCloudwatchAlarmTemplateGroup = string;
9210
+ export type __stringPatternArnMedialiveEventbridgeRuleTemplate = string;
9211
+ export type __stringPatternArnMedialiveEventbridgeRuleTemplateGroup = string;
9212
+ export type __stringPatternArnMedialiveSignalMap = string;
9213
+ export type __stringPatternS = string;
7795
9214
  /**
7796
9215
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
7797
9216
  */