aws-sdk 2.1596.0 → 2.1598.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. package/README.md +1 -1
  2. package/apis/batch-2016-08-10.min.json +47 -19
  3. package/apis/cleanrooms-2022-02-17.min.json +155 -123
  4. package/apis/connect-2017-08-08.min.json +330 -321
  5. package/apis/iam-2010-05-08.min.json +1 -2
  6. package/apis/medialive-2017-10-14.min.json +1992 -3
  7. package/apis/medialive-2017-10-14.paginators.json +30 -0
  8. package/apis/medialive-2017-10-14.waiters2.json +128 -0
  9. package/apis/monitoring-2010-08-01.min.json +36 -22
  10. package/apis/omics-2022-11-28.min.json +238 -221
  11. package/apis/qconnect-2020-10-19.min.json +140 -56
  12. package/apis/rekognition-2016-06-27.min.json +16 -10
  13. package/apis/supplychain-2024-01-01.examples.json +261 -0
  14. package/apis/supplychain-2024-01-01.min.json +44 -0
  15. package/apis/workspaces-thin-client-2023-08-22.min.json +15 -26
  16. package/clients/batch.d.ts +50 -4
  17. package/clients/cleanrooms.d.ts +32 -0
  18. package/clients/cloudfront.d.ts +60 -60
  19. package/clients/cloudwatch.d.ts +16 -1
  20. package/clients/codebuild.d.ts +1 -1
  21. package/clients/connect.d.ts +15 -4
  22. package/clients/iam.d.ts +7 -7
  23. package/clients/medialive.d.ts +1419 -0
  24. package/clients/networkmonitor.d.ts +26 -26
  25. package/clients/omics.d.ts +137 -94
  26. package/clients/qconnect.d.ts +169 -96
  27. package/clients/rds.d.ts +10 -10
  28. package/clients/rekognition.d.ts +5 -1
  29. package/clients/s3control.d.ts +36 -36
  30. package/clients/supplychain.d.ts +44 -0
  31. package/clients/workspacesthinclient.d.ts +6 -20
  32. package/dist/aws-sdk-core-react-native.js +1 -1
  33. package/dist/aws-sdk-react-native.js +14 -14
  34. package/dist/aws-sdk.js +386 -358
  35. package/dist/aws-sdk.min.js +83 -83
  36. package/lib/core.js +1 -1
  37. package/package.json +1 -1
@@ -1690,9 +1690,8 @@
1690
1690
  "locationName": "thumbnailType"
1691
1691
  },
1692
1692
  "TimeStamp": {
1693
- "locationName": "timeStamp",
1694
- "type": "timestamp",
1695
- "timestampFormat": "iso8601"
1693
+ "shape": "Sk1",
1694
+ "locationName": "timeStamp"
1696
1695
  }
1697
1696
  }
1698
1697
  }
@@ -3368,6 +3367,1886 @@
3368
3367
  }
3369
3368
  }
3370
3369
  }
3370
+ },
3371
+ "CreateCloudWatchAlarmTemplate": {
3372
+ "http": {
3373
+ "requestUri": "/prod/cloudwatch-alarm-templates",
3374
+ "responseCode": 201
3375
+ },
3376
+ "input": {
3377
+ "type": "structure",
3378
+ "members": {
3379
+ "ComparisonOperator": {
3380
+ "locationName": "comparisonOperator"
3381
+ },
3382
+ "DatapointsToAlarm": {
3383
+ "locationName": "datapointsToAlarm",
3384
+ "type": "integer"
3385
+ },
3386
+ "Description": {
3387
+ "locationName": "description"
3388
+ },
3389
+ "EvaluationPeriods": {
3390
+ "locationName": "evaluationPeriods",
3391
+ "type": "integer"
3392
+ },
3393
+ "GroupIdentifier": {
3394
+ "locationName": "groupIdentifier"
3395
+ },
3396
+ "MetricName": {
3397
+ "locationName": "metricName"
3398
+ },
3399
+ "Name": {
3400
+ "locationName": "name"
3401
+ },
3402
+ "Period": {
3403
+ "locationName": "period",
3404
+ "type": "integer"
3405
+ },
3406
+ "Statistic": {
3407
+ "locationName": "statistic"
3408
+ },
3409
+ "Tags": {
3410
+ "shape": "Smt",
3411
+ "locationName": "tags"
3412
+ },
3413
+ "TargetResourceType": {
3414
+ "locationName": "targetResourceType"
3415
+ },
3416
+ "Threshold": {
3417
+ "locationName": "threshold",
3418
+ "type": "double"
3419
+ },
3420
+ "TreatMissingData": {
3421
+ "locationName": "treatMissingData"
3422
+ }
3423
+ },
3424
+ "required": [
3425
+ "TargetResourceType",
3426
+ "MetricName",
3427
+ "TreatMissingData",
3428
+ "ComparisonOperator",
3429
+ "Statistic",
3430
+ "Period",
3431
+ "EvaluationPeriods",
3432
+ "Threshold",
3433
+ "Name",
3434
+ "GroupIdentifier"
3435
+ ]
3436
+ },
3437
+ "output": {
3438
+ "type": "structure",
3439
+ "members": {
3440
+ "Arn": {
3441
+ "locationName": "arn"
3442
+ },
3443
+ "ComparisonOperator": {
3444
+ "locationName": "comparisonOperator"
3445
+ },
3446
+ "CreatedAt": {
3447
+ "shape": "Sk1",
3448
+ "locationName": "createdAt"
3449
+ },
3450
+ "DatapointsToAlarm": {
3451
+ "locationName": "datapointsToAlarm",
3452
+ "type": "integer"
3453
+ },
3454
+ "Description": {
3455
+ "locationName": "description"
3456
+ },
3457
+ "EvaluationPeriods": {
3458
+ "locationName": "evaluationPeriods",
3459
+ "type": "integer"
3460
+ },
3461
+ "GroupId": {
3462
+ "locationName": "groupId"
3463
+ },
3464
+ "Id": {
3465
+ "locationName": "id"
3466
+ },
3467
+ "MetricName": {
3468
+ "locationName": "metricName"
3469
+ },
3470
+ "ModifiedAt": {
3471
+ "shape": "Sk1",
3472
+ "locationName": "modifiedAt"
3473
+ },
3474
+ "Name": {
3475
+ "locationName": "name"
3476
+ },
3477
+ "Period": {
3478
+ "locationName": "period",
3479
+ "type": "integer"
3480
+ },
3481
+ "Statistic": {
3482
+ "locationName": "statistic"
3483
+ },
3484
+ "Tags": {
3485
+ "shape": "Smt",
3486
+ "locationName": "tags"
3487
+ },
3488
+ "TargetResourceType": {
3489
+ "locationName": "targetResourceType"
3490
+ },
3491
+ "Threshold": {
3492
+ "locationName": "threshold",
3493
+ "type": "double"
3494
+ },
3495
+ "TreatMissingData": {
3496
+ "locationName": "treatMissingData"
3497
+ }
3498
+ }
3499
+ }
3500
+ },
3501
+ "CreateCloudWatchAlarmTemplateGroup": {
3502
+ "http": {
3503
+ "requestUri": "/prod/cloudwatch-alarm-template-groups",
3504
+ "responseCode": 201
3505
+ },
3506
+ "input": {
3507
+ "type": "structure",
3508
+ "members": {
3509
+ "Description": {
3510
+ "locationName": "description"
3511
+ },
3512
+ "Name": {
3513
+ "locationName": "name"
3514
+ },
3515
+ "Tags": {
3516
+ "shape": "Smt",
3517
+ "locationName": "tags"
3518
+ }
3519
+ },
3520
+ "required": [
3521
+ "Name"
3522
+ ]
3523
+ },
3524
+ "output": {
3525
+ "type": "structure",
3526
+ "members": {
3527
+ "Arn": {
3528
+ "locationName": "arn"
3529
+ },
3530
+ "CreatedAt": {
3531
+ "shape": "Sk1",
3532
+ "locationName": "createdAt"
3533
+ },
3534
+ "Description": {
3535
+ "locationName": "description"
3536
+ },
3537
+ "Id": {
3538
+ "locationName": "id"
3539
+ },
3540
+ "ModifiedAt": {
3541
+ "shape": "Sk1",
3542
+ "locationName": "modifiedAt"
3543
+ },
3544
+ "Name": {
3545
+ "locationName": "name"
3546
+ },
3547
+ "Tags": {
3548
+ "shape": "Smt",
3549
+ "locationName": "tags"
3550
+ }
3551
+ }
3552
+ }
3553
+ },
3554
+ "CreateEventBridgeRuleTemplate": {
3555
+ "http": {
3556
+ "requestUri": "/prod/eventbridge-rule-templates",
3557
+ "responseCode": 201
3558
+ },
3559
+ "input": {
3560
+ "type": "structure",
3561
+ "members": {
3562
+ "Description": {
3563
+ "locationName": "description"
3564
+ },
3565
+ "EventTargets": {
3566
+ "shape": "Sn3",
3567
+ "locationName": "eventTargets"
3568
+ },
3569
+ "EventType": {
3570
+ "locationName": "eventType"
3571
+ },
3572
+ "GroupIdentifier": {
3573
+ "locationName": "groupIdentifier"
3574
+ },
3575
+ "Name": {
3576
+ "locationName": "name"
3577
+ },
3578
+ "Tags": {
3579
+ "shape": "Smt",
3580
+ "locationName": "tags"
3581
+ }
3582
+ },
3583
+ "required": [
3584
+ "EventType",
3585
+ "Name",
3586
+ "GroupIdentifier"
3587
+ ]
3588
+ },
3589
+ "output": {
3590
+ "type": "structure",
3591
+ "members": {
3592
+ "Arn": {
3593
+ "locationName": "arn"
3594
+ },
3595
+ "CreatedAt": {
3596
+ "shape": "Sk1",
3597
+ "locationName": "createdAt"
3598
+ },
3599
+ "Description": {
3600
+ "locationName": "description"
3601
+ },
3602
+ "EventTargets": {
3603
+ "shape": "Sn3",
3604
+ "locationName": "eventTargets"
3605
+ },
3606
+ "EventType": {
3607
+ "locationName": "eventType"
3608
+ },
3609
+ "GroupId": {
3610
+ "locationName": "groupId"
3611
+ },
3612
+ "Id": {
3613
+ "locationName": "id"
3614
+ },
3615
+ "ModifiedAt": {
3616
+ "shape": "Sk1",
3617
+ "locationName": "modifiedAt"
3618
+ },
3619
+ "Name": {
3620
+ "locationName": "name"
3621
+ },
3622
+ "Tags": {
3623
+ "shape": "Smt",
3624
+ "locationName": "tags"
3625
+ }
3626
+ }
3627
+ }
3628
+ },
3629
+ "CreateEventBridgeRuleTemplateGroup": {
3630
+ "http": {
3631
+ "requestUri": "/prod/eventbridge-rule-template-groups",
3632
+ "responseCode": 201
3633
+ },
3634
+ "input": {
3635
+ "type": "structure",
3636
+ "members": {
3637
+ "Description": {
3638
+ "locationName": "description"
3639
+ },
3640
+ "Name": {
3641
+ "locationName": "name"
3642
+ },
3643
+ "Tags": {
3644
+ "shape": "Smt",
3645
+ "locationName": "tags"
3646
+ }
3647
+ },
3648
+ "required": [
3649
+ "Name"
3650
+ ]
3651
+ },
3652
+ "output": {
3653
+ "type": "structure",
3654
+ "members": {
3655
+ "Arn": {
3656
+ "locationName": "arn"
3657
+ },
3658
+ "CreatedAt": {
3659
+ "shape": "Sk1",
3660
+ "locationName": "createdAt"
3661
+ },
3662
+ "Description": {
3663
+ "locationName": "description"
3664
+ },
3665
+ "Id": {
3666
+ "locationName": "id"
3667
+ },
3668
+ "ModifiedAt": {
3669
+ "shape": "Sk1",
3670
+ "locationName": "modifiedAt"
3671
+ },
3672
+ "Name": {
3673
+ "locationName": "name"
3674
+ },
3675
+ "Tags": {
3676
+ "shape": "Smt",
3677
+ "locationName": "tags"
3678
+ }
3679
+ }
3680
+ }
3681
+ },
3682
+ "CreateSignalMap": {
3683
+ "http": {
3684
+ "requestUri": "/prod/signal-maps",
3685
+ "responseCode": 201
3686
+ },
3687
+ "input": {
3688
+ "type": "structure",
3689
+ "members": {
3690
+ "CloudWatchAlarmTemplateGroupIdentifiers": {
3691
+ "shape": "Snd",
3692
+ "locationName": "cloudWatchAlarmTemplateGroupIdentifiers"
3693
+ },
3694
+ "Description": {
3695
+ "locationName": "description"
3696
+ },
3697
+ "DiscoveryEntryPointArn": {
3698
+ "locationName": "discoveryEntryPointArn"
3699
+ },
3700
+ "EventBridgeRuleTemplateGroupIdentifiers": {
3701
+ "shape": "Snd",
3702
+ "locationName": "eventBridgeRuleTemplateGroupIdentifiers"
3703
+ },
3704
+ "Name": {
3705
+ "locationName": "name"
3706
+ },
3707
+ "Tags": {
3708
+ "shape": "Smt",
3709
+ "locationName": "tags"
3710
+ }
3711
+ },
3712
+ "required": [
3713
+ "DiscoveryEntryPointArn",
3714
+ "Name"
3715
+ ]
3716
+ },
3717
+ "output": {
3718
+ "type": "structure",
3719
+ "members": {
3720
+ "Arn": {
3721
+ "locationName": "arn"
3722
+ },
3723
+ "CloudWatchAlarmTemplateGroupIds": {
3724
+ "shape": "Snh",
3725
+ "locationName": "cloudWatchAlarmTemplateGroupIds"
3726
+ },
3727
+ "CreatedAt": {
3728
+ "shape": "Sk1",
3729
+ "locationName": "createdAt"
3730
+ },
3731
+ "Description": {
3732
+ "locationName": "description"
3733
+ },
3734
+ "DiscoveryEntryPointArn": {
3735
+ "locationName": "discoveryEntryPointArn"
3736
+ },
3737
+ "ErrorMessage": {
3738
+ "locationName": "errorMessage"
3739
+ },
3740
+ "EventBridgeRuleTemplateGroupIds": {
3741
+ "shape": "Snh",
3742
+ "locationName": "eventBridgeRuleTemplateGroupIds"
3743
+ },
3744
+ "FailedMediaResourceMap": {
3745
+ "shape": "Sni",
3746
+ "locationName": "failedMediaResourceMap"
3747
+ },
3748
+ "Id": {
3749
+ "locationName": "id"
3750
+ },
3751
+ "LastDiscoveredAt": {
3752
+ "shape": "Sk1",
3753
+ "locationName": "lastDiscoveredAt"
3754
+ },
3755
+ "LastSuccessfulMonitorDeployment": {
3756
+ "shape": "Snm",
3757
+ "locationName": "lastSuccessfulMonitorDeployment"
3758
+ },
3759
+ "MediaResourceMap": {
3760
+ "shape": "Sno",
3761
+ "locationName": "mediaResourceMap"
3762
+ },
3763
+ "ModifiedAt": {
3764
+ "shape": "Sk1",
3765
+ "locationName": "modifiedAt"
3766
+ },
3767
+ "MonitorChangesPendingDeployment": {
3768
+ "locationName": "monitorChangesPendingDeployment",
3769
+ "type": "boolean"
3770
+ },
3771
+ "MonitorDeployment": {
3772
+ "shape": "Snq",
3773
+ "locationName": "monitorDeployment"
3774
+ },
3775
+ "Name": {
3776
+ "locationName": "name"
3777
+ },
3778
+ "Status": {
3779
+ "locationName": "status"
3780
+ },
3781
+ "Tags": {
3782
+ "shape": "Smt",
3783
+ "locationName": "tags"
3784
+ }
3785
+ }
3786
+ }
3787
+ },
3788
+ "DeleteCloudWatchAlarmTemplate": {
3789
+ "http": {
3790
+ "method": "DELETE",
3791
+ "requestUri": "/prod/cloudwatch-alarm-templates/{identifier}",
3792
+ "responseCode": 204
3793
+ },
3794
+ "input": {
3795
+ "type": "structure",
3796
+ "members": {
3797
+ "Identifier": {
3798
+ "location": "uri",
3799
+ "locationName": "identifier"
3800
+ }
3801
+ },
3802
+ "required": [
3803
+ "Identifier"
3804
+ ]
3805
+ }
3806
+ },
3807
+ "DeleteCloudWatchAlarmTemplateGroup": {
3808
+ "http": {
3809
+ "method": "DELETE",
3810
+ "requestUri": "/prod/cloudwatch-alarm-template-groups/{identifier}",
3811
+ "responseCode": 204
3812
+ },
3813
+ "input": {
3814
+ "type": "structure",
3815
+ "members": {
3816
+ "Identifier": {
3817
+ "location": "uri",
3818
+ "locationName": "identifier"
3819
+ }
3820
+ },
3821
+ "required": [
3822
+ "Identifier"
3823
+ ]
3824
+ }
3825
+ },
3826
+ "DeleteEventBridgeRuleTemplate": {
3827
+ "http": {
3828
+ "method": "DELETE",
3829
+ "requestUri": "/prod/eventbridge-rule-templates/{identifier}",
3830
+ "responseCode": 204
3831
+ },
3832
+ "input": {
3833
+ "type": "structure",
3834
+ "members": {
3835
+ "Identifier": {
3836
+ "location": "uri",
3837
+ "locationName": "identifier"
3838
+ }
3839
+ },
3840
+ "required": [
3841
+ "Identifier"
3842
+ ]
3843
+ }
3844
+ },
3845
+ "DeleteEventBridgeRuleTemplateGroup": {
3846
+ "http": {
3847
+ "method": "DELETE",
3848
+ "requestUri": "/prod/eventbridge-rule-template-groups/{identifier}",
3849
+ "responseCode": 204
3850
+ },
3851
+ "input": {
3852
+ "type": "structure",
3853
+ "members": {
3854
+ "Identifier": {
3855
+ "location": "uri",
3856
+ "locationName": "identifier"
3857
+ }
3858
+ },
3859
+ "required": [
3860
+ "Identifier"
3861
+ ]
3862
+ }
3863
+ },
3864
+ "DeleteSignalMap": {
3865
+ "http": {
3866
+ "method": "DELETE",
3867
+ "requestUri": "/prod/signal-maps/{identifier}",
3868
+ "responseCode": 204
3869
+ },
3870
+ "input": {
3871
+ "type": "structure",
3872
+ "members": {
3873
+ "Identifier": {
3874
+ "location": "uri",
3875
+ "locationName": "identifier"
3876
+ }
3877
+ },
3878
+ "required": [
3879
+ "Identifier"
3880
+ ]
3881
+ }
3882
+ },
3883
+ "GetCloudWatchAlarmTemplate": {
3884
+ "http": {
3885
+ "method": "GET",
3886
+ "requestUri": "/prod/cloudwatch-alarm-templates/{identifier}",
3887
+ "responseCode": 200
3888
+ },
3889
+ "input": {
3890
+ "type": "structure",
3891
+ "members": {
3892
+ "Identifier": {
3893
+ "location": "uri",
3894
+ "locationName": "identifier"
3895
+ }
3896
+ },
3897
+ "required": [
3898
+ "Identifier"
3899
+ ]
3900
+ },
3901
+ "output": {
3902
+ "type": "structure",
3903
+ "members": {
3904
+ "Arn": {
3905
+ "locationName": "arn"
3906
+ },
3907
+ "ComparisonOperator": {
3908
+ "locationName": "comparisonOperator"
3909
+ },
3910
+ "CreatedAt": {
3911
+ "shape": "Sk1",
3912
+ "locationName": "createdAt"
3913
+ },
3914
+ "DatapointsToAlarm": {
3915
+ "locationName": "datapointsToAlarm",
3916
+ "type": "integer"
3917
+ },
3918
+ "Description": {
3919
+ "locationName": "description"
3920
+ },
3921
+ "EvaluationPeriods": {
3922
+ "locationName": "evaluationPeriods",
3923
+ "type": "integer"
3924
+ },
3925
+ "GroupId": {
3926
+ "locationName": "groupId"
3927
+ },
3928
+ "Id": {
3929
+ "locationName": "id"
3930
+ },
3931
+ "MetricName": {
3932
+ "locationName": "metricName"
3933
+ },
3934
+ "ModifiedAt": {
3935
+ "shape": "Sk1",
3936
+ "locationName": "modifiedAt"
3937
+ },
3938
+ "Name": {
3939
+ "locationName": "name"
3940
+ },
3941
+ "Period": {
3942
+ "locationName": "period",
3943
+ "type": "integer"
3944
+ },
3945
+ "Statistic": {
3946
+ "locationName": "statistic"
3947
+ },
3948
+ "Tags": {
3949
+ "shape": "Smt",
3950
+ "locationName": "tags"
3951
+ },
3952
+ "TargetResourceType": {
3953
+ "locationName": "targetResourceType"
3954
+ },
3955
+ "Threshold": {
3956
+ "locationName": "threshold",
3957
+ "type": "double"
3958
+ },
3959
+ "TreatMissingData": {
3960
+ "locationName": "treatMissingData"
3961
+ }
3962
+ }
3963
+ }
3964
+ },
3965
+ "GetCloudWatchAlarmTemplateGroup": {
3966
+ "http": {
3967
+ "method": "GET",
3968
+ "requestUri": "/prod/cloudwatch-alarm-template-groups/{identifier}",
3969
+ "responseCode": 200
3970
+ },
3971
+ "input": {
3972
+ "type": "structure",
3973
+ "members": {
3974
+ "Identifier": {
3975
+ "location": "uri",
3976
+ "locationName": "identifier"
3977
+ }
3978
+ },
3979
+ "required": [
3980
+ "Identifier"
3981
+ ]
3982
+ },
3983
+ "output": {
3984
+ "type": "structure",
3985
+ "members": {
3986
+ "Arn": {
3987
+ "locationName": "arn"
3988
+ },
3989
+ "CreatedAt": {
3990
+ "shape": "Sk1",
3991
+ "locationName": "createdAt"
3992
+ },
3993
+ "Description": {
3994
+ "locationName": "description"
3995
+ },
3996
+ "Id": {
3997
+ "locationName": "id"
3998
+ },
3999
+ "ModifiedAt": {
4000
+ "shape": "Sk1",
4001
+ "locationName": "modifiedAt"
4002
+ },
4003
+ "Name": {
4004
+ "locationName": "name"
4005
+ },
4006
+ "Tags": {
4007
+ "shape": "Smt",
4008
+ "locationName": "tags"
4009
+ }
4010
+ }
4011
+ }
4012
+ },
4013
+ "GetEventBridgeRuleTemplate": {
4014
+ "http": {
4015
+ "method": "GET",
4016
+ "requestUri": "/prod/eventbridge-rule-templates/{identifier}",
4017
+ "responseCode": 200
4018
+ },
4019
+ "input": {
4020
+ "type": "structure",
4021
+ "members": {
4022
+ "Identifier": {
4023
+ "location": "uri",
4024
+ "locationName": "identifier"
4025
+ }
4026
+ },
4027
+ "required": [
4028
+ "Identifier"
4029
+ ]
4030
+ },
4031
+ "output": {
4032
+ "type": "structure",
4033
+ "members": {
4034
+ "Arn": {
4035
+ "locationName": "arn"
4036
+ },
4037
+ "CreatedAt": {
4038
+ "shape": "Sk1",
4039
+ "locationName": "createdAt"
4040
+ },
4041
+ "Description": {
4042
+ "locationName": "description"
4043
+ },
4044
+ "EventTargets": {
4045
+ "shape": "Sn3",
4046
+ "locationName": "eventTargets"
4047
+ },
4048
+ "EventType": {
4049
+ "locationName": "eventType"
4050
+ },
4051
+ "GroupId": {
4052
+ "locationName": "groupId"
4053
+ },
4054
+ "Id": {
4055
+ "locationName": "id"
4056
+ },
4057
+ "ModifiedAt": {
4058
+ "shape": "Sk1",
4059
+ "locationName": "modifiedAt"
4060
+ },
4061
+ "Name": {
4062
+ "locationName": "name"
4063
+ },
4064
+ "Tags": {
4065
+ "shape": "Smt",
4066
+ "locationName": "tags"
4067
+ }
4068
+ }
4069
+ }
4070
+ },
4071
+ "GetEventBridgeRuleTemplateGroup": {
4072
+ "http": {
4073
+ "method": "GET",
4074
+ "requestUri": "/prod/eventbridge-rule-template-groups/{identifier}",
4075
+ "responseCode": 200
4076
+ },
4077
+ "input": {
4078
+ "type": "structure",
4079
+ "members": {
4080
+ "Identifier": {
4081
+ "location": "uri",
4082
+ "locationName": "identifier"
4083
+ }
4084
+ },
4085
+ "required": [
4086
+ "Identifier"
4087
+ ]
4088
+ },
4089
+ "output": {
4090
+ "type": "structure",
4091
+ "members": {
4092
+ "Arn": {
4093
+ "locationName": "arn"
4094
+ },
4095
+ "CreatedAt": {
4096
+ "shape": "Sk1",
4097
+ "locationName": "createdAt"
4098
+ },
4099
+ "Description": {
4100
+ "locationName": "description"
4101
+ },
4102
+ "Id": {
4103
+ "locationName": "id"
4104
+ },
4105
+ "ModifiedAt": {
4106
+ "shape": "Sk1",
4107
+ "locationName": "modifiedAt"
4108
+ },
4109
+ "Name": {
4110
+ "locationName": "name"
4111
+ },
4112
+ "Tags": {
4113
+ "shape": "Smt",
4114
+ "locationName": "tags"
4115
+ }
4116
+ }
4117
+ }
4118
+ },
4119
+ "GetSignalMap": {
4120
+ "http": {
4121
+ "method": "GET",
4122
+ "requestUri": "/prod/signal-maps/{identifier}",
4123
+ "responseCode": 200
4124
+ },
4125
+ "input": {
4126
+ "type": "structure",
4127
+ "members": {
4128
+ "Identifier": {
4129
+ "location": "uri",
4130
+ "locationName": "identifier"
4131
+ }
4132
+ },
4133
+ "required": [
4134
+ "Identifier"
4135
+ ]
4136
+ },
4137
+ "output": {
4138
+ "type": "structure",
4139
+ "members": {
4140
+ "Arn": {
4141
+ "locationName": "arn"
4142
+ },
4143
+ "CloudWatchAlarmTemplateGroupIds": {
4144
+ "shape": "Snh",
4145
+ "locationName": "cloudWatchAlarmTemplateGroupIds"
4146
+ },
4147
+ "CreatedAt": {
4148
+ "shape": "Sk1",
4149
+ "locationName": "createdAt"
4150
+ },
4151
+ "Description": {
4152
+ "locationName": "description"
4153
+ },
4154
+ "DiscoveryEntryPointArn": {
4155
+ "locationName": "discoveryEntryPointArn"
4156
+ },
4157
+ "ErrorMessage": {
4158
+ "locationName": "errorMessage"
4159
+ },
4160
+ "EventBridgeRuleTemplateGroupIds": {
4161
+ "shape": "Snh",
4162
+ "locationName": "eventBridgeRuleTemplateGroupIds"
4163
+ },
4164
+ "FailedMediaResourceMap": {
4165
+ "shape": "Sni",
4166
+ "locationName": "failedMediaResourceMap"
4167
+ },
4168
+ "Id": {
4169
+ "locationName": "id"
4170
+ },
4171
+ "LastDiscoveredAt": {
4172
+ "shape": "Sk1",
4173
+ "locationName": "lastDiscoveredAt"
4174
+ },
4175
+ "LastSuccessfulMonitorDeployment": {
4176
+ "shape": "Snm",
4177
+ "locationName": "lastSuccessfulMonitorDeployment"
4178
+ },
4179
+ "MediaResourceMap": {
4180
+ "shape": "Sno",
4181
+ "locationName": "mediaResourceMap"
4182
+ },
4183
+ "ModifiedAt": {
4184
+ "shape": "Sk1",
4185
+ "locationName": "modifiedAt"
4186
+ },
4187
+ "MonitorChangesPendingDeployment": {
4188
+ "locationName": "monitorChangesPendingDeployment",
4189
+ "type": "boolean"
4190
+ },
4191
+ "MonitorDeployment": {
4192
+ "shape": "Snq",
4193
+ "locationName": "monitorDeployment"
4194
+ },
4195
+ "Name": {
4196
+ "locationName": "name"
4197
+ },
4198
+ "Status": {
4199
+ "locationName": "status"
4200
+ },
4201
+ "Tags": {
4202
+ "shape": "Smt",
4203
+ "locationName": "tags"
4204
+ }
4205
+ }
4206
+ }
4207
+ },
4208
+ "ListCloudWatchAlarmTemplateGroups": {
4209
+ "http": {
4210
+ "method": "GET",
4211
+ "requestUri": "/prod/cloudwatch-alarm-template-groups",
4212
+ "responseCode": 200
4213
+ },
4214
+ "input": {
4215
+ "type": "structure",
4216
+ "members": {
4217
+ "MaxResults": {
4218
+ "location": "querystring",
4219
+ "locationName": "maxResults",
4220
+ "type": "integer"
4221
+ },
4222
+ "NextToken": {
4223
+ "location": "querystring",
4224
+ "locationName": "nextToken"
4225
+ },
4226
+ "Scope": {
4227
+ "location": "querystring",
4228
+ "locationName": "scope"
4229
+ },
4230
+ "SignalMapIdentifier": {
4231
+ "location": "querystring",
4232
+ "locationName": "signalMapIdentifier"
4233
+ }
4234
+ }
4235
+ },
4236
+ "output": {
4237
+ "type": "structure",
4238
+ "members": {
4239
+ "CloudWatchAlarmTemplateGroups": {
4240
+ "locationName": "cloudWatchAlarmTemplateGroups",
4241
+ "type": "list",
4242
+ "member": {
4243
+ "type": "structure",
4244
+ "members": {
4245
+ "Arn": {
4246
+ "locationName": "arn"
4247
+ },
4248
+ "CreatedAt": {
4249
+ "shape": "Sk1",
4250
+ "locationName": "createdAt"
4251
+ },
4252
+ "Description": {
4253
+ "locationName": "description"
4254
+ },
4255
+ "Id": {
4256
+ "locationName": "id"
4257
+ },
4258
+ "ModifiedAt": {
4259
+ "shape": "Sk1",
4260
+ "locationName": "modifiedAt"
4261
+ },
4262
+ "Name": {
4263
+ "locationName": "name"
4264
+ },
4265
+ "Tags": {
4266
+ "shape": "Smt",
4267
+ "locationName": "tags"
4268
+ },
4269
+ "TemplateCount": {
4270
+ "locationName": "templateCount",
4271
+ "type": "integer"
4272
+ }
4273
+ },
4274
+ "required": [
4275
+ "TemplateCount",
4276
+ "CreatedAt",
4277
+ "Id",
4278
+ "Arn",
4279
+ "Name"
4280
+ ]
4281
+ }
4282
+ },
4283
+ "NextToken": {
4284
+ "locationName": "nextToken"
4285
+ }
4286
+ }
4287
+ }
4288
+ },
4289
+ "ListCloudWatchAlarmTemplates": {
4290
+ "http": {
4291
+ "method": "GET",
4292
+ "requestUri": "/prod/cloudwatch-alarm-templates",
4293
+ "responseCode": 200
4294
+ },
4295
+ "input": {
4296
+ "type": "structure",
4297
+ "members": {
4298
+ "GroupIdentifier": {
4299
+ "location": "querystring",
4300
+ "locationName": "groupIdentifier"
4301
+ },
4302
+ "MaxResults": {
4303
+ "location": "querystring",
4304
+ "locationName": "maxResults",
4305
+ "type": "integer"
4306
+ },
4307
+ "NextToken": {
4308
+ "location": "querystring",
4309
+ "locationName": "nextToken"
4310
+ },
4311
+ "Scope": {
4312
+ "location": "querystring",
4313
+ "locationName": "scope"
4314
+ },
4315
+ "SignalMapIdentifier": {
4316
+ "location": "querystring",
4317
+ "locationName": "signalMapIdentifier"
4318
+ }
4319
+ }
4320
+ },
4321
+ "output": {
4322
+ "type": "structure",
4323
+ "members": {
4324
+ "CloudWatchAlarmTemplates": {
4325
+ "locationName": "cloudWatchAlarmTemplates",
4326
+ "type": "list",
4327
+ "member": {
4328
+ "type": "structure",
4329
+ "members": {
4330
+ "Arn": {
4331
+ "locationName": "arn"
4332
+ },
4333
+ "ComparisonOperator": {
4334
+ "locationName": "comparisonOperator"
4335
+ },
4336
+ "CreatedAt": {
4337
+ "shape": "Sk1",
4338
+ "locationName": "createdAt"
4339
+ },
4340
+ "DatapointsToAlarm": {
4341
+ "locationName": "datapointsToAlarm",
4342
+ "type": "integer"
4343
+ },
4344
+ "Description": {
4345
+ "locationName": "description"
4346
+ },
4347
+ "EvaluationPeriods": {
4348
+ "locationName": "evaluationPeriods",
4349
+ "type": "integer"
4350
+ },
4351
+ "GroupId": {
4352
+ "locationName": "groupId"
4353
+ },
4354
+ "Id": {
4355
+ "locationName": "id"
4356
+ },
4357
+ "MetricName": {
4358
+ "locationName": "metricName"
4359
+ },
4360
+ "ModifiedAt": {
4361
+ "shape": "Sk1",
4362
+ "locationName": "modifiedAt"
4363
+ },
4364
+ "Name": {
4365
+ "locationName": "name"
4366
+ },
4367
+ "Period": {
4368
+ "locationName": "period",
4369
+ "type": "integer"
4370
+ },
4371
+ "Statistic": {
4372
+ "locationName": "statistic"
4373
+ },
4374
+ "Tags": {
4375
+ "shape": "Smt",
4376
+ "locationName": "tags"
4377
+ },
4378
+ "TargetResourceType": {
4379
+ "locationName": "targetResourceType"
4380
+ },
4381
+ "Threshold": {
4382
+ "locationName": "threshold",
4383
+ "type": "double"
4384
+ },
4385
+ "TreatMissingData": {
4386
+ "locationName": "treatMissingData"
4387
+ }
4388
+ },
4389
+ "required": [
4390
+ "TargetResourceType",
4391
+ "TreatMissingData",
4392
+ "ComparisonOperator",
4393
+ "CreatedAt",
4394
+ "Period",
4395
+ "EvaluationPeriods",
4396
+ "Name",
4397
+ "GroupId",
4398
+ "MetricName",
4399
+ "Statistic",
4400
+ "Id",
4401
+ "Arn",
4402
+ "Threshold"
4403
+ ]
4404
+ }
4405
+ },
4406
+ "NextToken": {
4407
+ "locationName": "nextToken"
4408
+ }
4409
+ }
4410
+ }
4411
+ },
4412
+ "ListEventBridgeRuleTemplateGroups": {
4413
+ "http": {
4414
+ "method": "GET",
4415
+ "requestUri": "/prod/eventbridge-rule-template-groups",
4416
+ "responseCode": 200
4417
+ },
4418
+ "input": {
4419
+ "type": "structure",
4420
+ "members": {
4421
+ "MaxResults": {
4422
+ "location": "querystring",
4423
+ "locationName": "maxResults",
4424
+ "type": "integer"
4425
+ },
4426
+ "NextToken": {
4427
+ "location": "querystring",
4428
+ "locationName": "nextToken"
4429
+ },
4430
+ "SignalMapIdentifier": {
4431
+ "location": "querystring",
4432
+ "locationName": "signalMapIdentifier"
4433
+ }
4434
+ }
4435
+ },
4436
+ "output": {
4437
+ "type": "structure",
4438
+ "members": {
4439
+ "EventBridgeRuleTemplateGroups": {
4440
+ "locationName": "eventBridgeRuleTemplateGroups",
4441
+ "type": "list",
4442
+ "member": {
4443
+ "type": "structure",
4444
+ "members": {
4445
+ "Arn": {
4446
+ "locationName": "arn"
4447
+ },
4448
+ "CreatedAt": {
4449
+ "shape": "Sk1",
4450
+ "locationName": "createdAt"
4451
+ },
4452
+ "Description": {
4453
+ "locationName": "description"
4454
+ },
4455
+ "Id": {
4456
+ "locationName": "id"
4457
+ },
4458
+ "ModifiedAt": {
4459
+ "shape": "Sk1",
4460
+ "locationName": "modifiedAt"
4461
+ },
4462
+ "Name": {
4463
+ "locationName": "name"
4464
+ },
4465
+ "Tags": {
4466
+ "shape": "Smt",
4467
+ "locationName": "tags"
4468
+ },
4469
+ "TemplateCount": {
4470
+ "locationName": "templateCount",
4471
+ "type": "integer"
4472
+ }
4473
+ },
4474
+ "required": [
4475
+ "TemplateCount",
4476
+ "CreatedAt",
4477
+ "Id",
4478
+ "Arn",
4479
+ "Name"
4480
+ ]
4481
+ }
4482
+ },
4483
+ "NextToken": {
4484
+ "locationName": "nextToken"
4485
+ }
4486
+ }
4487
+ }
4488
+ },
4489
+ "ListEventBridgeRuleTemplates": {
4490
+ "http": {
4491
+ "method": "GET",
4492
+ "requestUri": "/prod/eventbridge-rule-templates",
4493
+ "responseCode": 200
4494
+ },
4495
+ "input": {
4496
+ "type": "structure",
4497
+ "members": {
4498
+ "GroupIdentifier": {
4499
+ "location": "querystring",
4500
+ "locationName": "groupIdentifier"
4501
+ },
4502
+ "MaxResults": {
4503
+ "location": "querystring",
4504
+ "locationName": "maxResults",
4505
+ "type": "integer"
4506
+ },
4507
+ "NextToken": {
4508
+ "location": "querystring",
4509
+ "locationName": "nextToken"
4510
+ },
4511
+ "SignalMapIdentifier": {
4512
+ "location": "querystring",
4513
+ "locationName": "signalMapIdentifier"
4514
+ }
4515
+ }
4516
+ },
4517
+ "output": {
4518
+ "type": "structure",
4519
+ "members": {
4520
+ "EventBridgeRuleTemplates": {
4521
+ "locationName": "eventBridgeRuleTemplates",
4522
+ "type": "list",
4523
+ "member": {
4524
+ "type": "structure",
4525
+ "members": {
4526
+ "Arn": {
4527
+ "locationName": "arn"
4528
+ },
4529
+ "CreatedAt": {
4530
+ "shape": "Sk1",
4531
+ "locationName": "createdAt"
4532
+ },
4533
+ "Description": {
4534
+ "locationName": "description"
4535
+ },
4536
+ "EventTargetCount": {
4537
+ "locationName": "eventTargetCount",
4538
+ "type": "integer"
4539
+ },
4540
+ "EventType": {
4541
+ "locationName": "eventType"
4542
+ },
4543
+ "GroupId": {
4544
+ "locationName": "groupId"
4545
+ },
4546
+ "Id": {
4547
+ "locationName": "id"
4548
+ },
4549
+ "ModifiedAt": {
4550
+ "shape": "Sk1",
4551
+ "locationName": "modifiedAt"
4552
+ },
4553
+ "Name": {
4554
+ "locationName": "name"
4555
+ },
4556
+ "Tags": {
4557
+ "shape": "Smt",
4558
+ "locationName": "tags"
4559
+ }
4560
+ },
4561
+ "required": [
4562
+ "EventType",
4563
+ "CreatedAt",
4564
+ "EventTargetCount",
4565
+ "Id",
4566
+ "Arn",
4567
+ "Name",
4568
+ "GroupId"
4569
+ ]
4570
+ }
4571
+ },
4572
+ "NextToken": {
4573
+ "locationName": "nextToken"
4574
+ }
4575
+ }
4576
+ }
4577
+ },
4578
+ "ListSignalMaps": {
4579
+ "http": {
4580
+ "method": "GET",
4581
+ "requestUri": "/prod/signal-maps",
4582
+ "responseCode": 200
4583
+ },
4584
+ "input": {
4585
+ "type": "structure",
4586
+ "members": {
4587
+ "CloudWatchAlarmTemplateGroupIdentifier": {
4588
+ "location": "querystring",
4589
+ "locationName": "cloudWatchAlarmTemplateGroupIdentifier"
4590
+ },
4591
+ "EventBridgeRuleTemplateGroupIdentifier": {
4592
+ "location": "querystring",
4593
+ "locationName": "eventBridgeRuleTemplateGroupIdentifier"
4594
+ },
4595
+ "MaxResults": {
4596
+ "location": "querystring",
4597
+ "locationName": "maxResults",
4598
+ "type": "integer"
4599
+ },
4600
+ "NextToken": {
4601
+ "location": "querystring",
4602
+ "locationName": "nextToken"
4603
+ }
4604
+ }
4605
+ },
4606
+ "output": {
4607
+ "type": "structure",
4608
+ "members": {
4609
+ "NextToken": {
4610
+ "locationName": "nextToken"
4611
+ },
4612
+ "SignalMaps": {
4613
+ "locationName": "signalMaps",
4614
+ "type": "list",
4615
+ "member": {
4616
+ "type": "structure",
4617
+ "members": {
4618
+ "Arn": {
4619
+ "locationName": "arn"
4620
+ },
4621
+ "CreatedAt": {
4622
+ "shape": "Sk1",
4623
+ "locationName": "createdAt"
4624
+ },
4625
+ "Description": {
4626
+ "locationName": "description"
4627
+ },
4628
+ "Id": {
4629
+ "locationName": "id"
4630
+ },
4631
+ "ModifiedAt": {
4632
+ "shape": "Sk1",
4633
+ "locationName": "modifiedAt"
4634
+ },
4635
+ "MonitorDeploymentStatus": {
4636
+ "locationName": "monitorDeploymentStatus"
4637
+ },
4638
+ "Name": {
4639
+ "locationName": "name"
4640
+ },
4641
+ "Status": {
4642
+ "locationName": "status"
4643
+ },
4644
+ "Tags": {
4645
+ "shape": "Smt",
4646
+ "locationName": "tags"
4647
+ }
4648
+ },
4649
+ "required": [
4650
+ "Status",
4651
+ "MonitorDeploymentStatus",
4652
+ "CreatedAt",
4653
+ "Id",
4654
+ "Arn",
4655
+ "Name"
4656
+ ]
4657
+ }
4658
+ }
4659
+ }
4660
+ }
4661
+ },
4662
+ "StartDeleteMonitorDeployment": {
4663
+ "http": {
4664
+ "method": "DELETE",
4665
+ "requestUri": "/prod/signal-maps/{identifier}/monitor-deployment",
4666
+ "responseCode": 202
4667
+ },
4668
+ "input": {
4669
+ "type": "structure",
4670
+ "members": {
4671
+ "Identifier": {
4672
+ "location": "uri",
4673
+ "locationName": "identifier"
4674
+ }
4675
+ },
4676
+ "required": [
4677
+ "Identifier"
4678
+ ]
4679
+ },
4680
+ "output": {
4681
+ "type": "structure",
4682
+ "members": {
4683
+ "Arn": {
4684
+ "locationName": "arn"
4685
+ },
4686
+ "CloudWatchAlarmTemplateGroupIds": {
4687
+ "shape": "Snh",
4688
+ "locationName": "cloudWatchAlarmTemplateGroupIds"
4689
+ },
4690
+ "CreatedAt": {
4691
+ "shape": "Sk1",
4692
+ "locationName": "createdAt"
4693
+ },
4694
+ "Description": {
4695
+ "locationName": "description"
4696
+ },
4697
+ "DiscoveryEntryPointArn": {
4698
+ "locationName": "discoveryEntryPointArn"
4699
+ },
4700
+ "ErrorMessage": {
4701
+ "locationName": "errorMessage"
4702
+ },
4703
+ "EventBridgeRuleTemplateGroupIds": {
4704
+ "shape": "Snh",
4705
+ "locationName": "eventBridgeRuleTemplateGroupIds"
4706
+ },
4707
+ "FailedMediaResourceMap": {
4708
+ "shape": "Sni",
4709
+ "locationName": "failedMediaResourceMap"
4710
+ },
4711
+ "Id": {
4712
+ "locationName": "id"
4713
+ },
4714
+ "LastDiscoveredAt": {
4715
+ "shape": "Sk1",
4716
+ "locationName": "lastDiscoveredAt"
4717
+ },
4718
+ "LastSuccessfulMonitorDeployment": {
4719
+ "shape": "Snm",
4720
+ "locationName": "lastSuccessfulMonitorDeployment"
4721
+ },
4722
+ "MediaResourceMap": {
4723
+ "shape": "Sno",
4724
+ "locationName": "mediaResourceMap"
4725
+ },
4726
+ "ModifiedAt": {
4727
+ "shape": "Sk1",
4728
+ "locationName": "modifiedAt"
4729
+ },
4730
+ "MonitorChangesPendingDeployment": {
4731
+ "locationName": "monitorChangesPendingDeployment",
4732
+ "type": "boolean"
4733
+ },
4734
+ "MonitorDeployment": {
4735
+ "shape": "Snq",
4736
+ "locationName": "monitorDeployment"
4737
+ },
4738
+ "Name": {
4739
+ "locationName": "name"
4740
+ },
4741
+ "Status": {
4742
+ "locationName": "status"
4743
+ },
4744
+ "Tags": {
4745
+ "shape": "Smt",
4746
+ "locationName": "tags"
4747
+ }
4748
+ }
4749
+ }
4750
+ },
4751
+ "StartMonitorDeployment": {
4752
+ "http": {
4753
+ "requestUri": "/prod/signal-maps/{identifier}/monitor-deployment",
4754
+ "responseCode": 202
4755
+ },
4756
+ "input": {
4757
+ "type": "structure",
4758
+ "members": {
4759
+ "DryRun": {
4760
+ "locationName": "dryRun",
4761
+ "type": "boolean"
4762
+ },
4763
+ "Identifier": {
4764
+ "location": "uri",
4765
+ "locationName": "identifier"
4766
+ }
4767
+ },
4768
+ "required": [
4769
+ "Identifier"
4770
+ ]
4771
+ },
4772
+ "output": {
4773
+ "type": "structure",
4774
+ "members": {
4775
+ "Arn": {
4776
+ "locationName": "arn"
4777
+ },
4778
+ "CloudWatchAlarmTemplateGroupIds": {
4779
+ "shape": "Snh",
4780
+ "locationName": "cloudWatchAlarmTemplateGroupIds"
4781
+ },
4782
+ "CreatedAt": {
4783
+ "shape": "Sk1",
4784
+ "locationName": "createdAt"
4785
+ },
4786
+ "Description": {
4787
+ "locationName": "description"
4788
+ },
4789
+ "DiscoveryEntryPointArn": {
4790
+ "locationName": "discoveryEntryPointArn"
4791
+ },
4792
+ "ErrorMessage": {
4793
+ "locationName": "errorMessage"
4794
+ },
4795
+ "EventBridgeRuleTemplateGroupIds": {
4796
+ "shape": "Snh",
4797
+ "locationName": "eventBridgeRuleTemplateGroupIds"
4798
+ },
4799
+ "FailedMediaResourceMap": {
4800
+ "shape": "Sni",
4801
+ "locationName": "failedMediaResourceMap"
4802
+ },
4803
+ "Id": {
4804
+ "locationName": "id"
4805
+ },
4806
+ "LastDiscoveredAt": {
4807
+ "shape": "Sk1",
4808
+ "locationName": "lastDiscoveredAt"
4809
+ },
4810
+ "LastSuccessfulMonitorDeployment": {
4811
+ "shape": "Snm",
4812
+ "locationName": "lastSuccessfulMonitorDeployment"
4813
+ },
4814
+ "MediaResourceMap": {
4815
+ "shape": "Sno",
4816
+ "locationName": "mediaResourceMap"
4817
+ },
4818
+ "ModifiedAt": {
4819
+ "shape": "Sk1",
4820
+ "locationName": "modifiedAt"
4821
+ },
4822
+ "MonitorChangesPendingDeployment": {
4823
+ "locationName": "monitorChangesPendingDeployment",
4824
+ "type": "boolean"
4825
+ },
4826
+ "MonitorDeployment": {
4827
+ "shape": "Snq",
4828
+ "locationName": "monitorDeployment"
4829
+ },
4830
+ "Name": {
4831
+ "locationName": "name"
4832
+ },
4833
+ "Status": {
4834
+ "locationName": "status"
4835
+ },
4836
+ "Tags": {
4837
+ "shape": "Smt",
4838
+ "locationName": "tags"
4839
+ }
4840
+ }
4841
+ }
4842
+ },
4843
+ "StartUpdateSignalMap": {
4844
+ "http": {
4845
+ "method": "PATCH",
4846
+ "requestUri": "/prod/signal-maps/{identifier}",
4847
+ "responseCode": 202
4848
+ },
4849
+ "input": {
4850
+ "type": "structure",
4851
+ "members": {
4852
+ "CloudWatchAlarmTemplateGroupIdentifiers": {
4853
+ "shape": "Snd",
4854
+ "locationName": "cloudWatchAlarmTemplateGroupIdentifiers"
4855
+ },
4856
+ "Description": {
4857
+ "locationName": "description"
4858
+ },
4859
+ "DiscoveryEntryPointArn": {
4860
+ "locationName": "discoveryEntryPointArn"
4861
+ },
4862
+ "EventBridgeRuleTemplateGroupIdentifiers": {
4863
+ "shape": "Snd",
4864
+ "locationName": "eventBridgeRuleTemplateGroupIdentifiers"
4865
+ },
4866
+ "ForceRediscovery": {
4867
+ "locationName": "forceRediscovery",
4868
+ "type": "boolean"
4869
+ },
4870
+ "Identifier": {
4871
+ "location": "uri",
4872
+ "locationName": "identifier"
4873
+ },
4874
+ "Name": {
4875
+ "locationName": "name"
4876
+ }
4877
+ },
4878
+ "required": [
4879
+ "Identifier"
4880
+ ]
4881
+ },
4882
+ "output": {
4883
+ "type": "structure",
4884
+ "members": {
4885
+ "Arn": {
4886
+ "locationName": "arn"
4887
+ },
4888
+ "CloudWatchAlarmTemplateGroupIds": {
4889
+ "shape": "Snh",
4890
+ "locationName": "cloudWatchAlarmTemplateGroupIds"
4891
+ },
4892
+ "CreatedAt": {
4893
+ "shape": "Sk1",
4894
+ "locationName": "createdAt"
4895
+ },
4896
+ "Description": {
4897
+ "locationName": "description"
4898
+ },
4899
+ "DiscoveryEntryPointArn": {
4900
+ "locationName": "discoveryEntryPointArn"
4901
+ },
4902
+ "ErrorMessage": {
4903
+ "locationName": "errorMessage"
4904
+ },
4905
+ "EventBridgeRuleTemplateGroupIds": {
4906
+ "shape": "Snh",
4907
+ "locationName": "eventBridgeRuleTemplateGroupIds"
4908
+ },
4909
+ "FailedMediaResourceMap": {
4910
+ "shape": "Sni",
4911
+ "locationName": "failedMediaResourceMap"
4912
+ },
4913
+ "Id": {
4914
+ "locationName": "id"
4915
+ },
4916
+ "LastDiscoveredAt": {
4917
+ "shape": "Sk1",
4918
+ "locationName": "lastDiscoveredAt"
4919
+ },
4920
+ "LastSuccessfulMonitorDeployment": {
4921
+ "shape": "Snm",
4922
+ "locationName": "lastSuccessfulMonitorDeployment"
4923
+ },
4924
+ "MediaResourceMap": {
4925
+ "shape": "Sno",
4926
+ "locationName": "mediaResourceMap"
4927
+ },
4928
+ "ModifiedAt": {
4929
+ "shape": "Sk1",
4930
+ "locationName": "modifiedAt"
4931
+ },
4932
+ "MonitorChangesPendingDeployment": {
4933
+ "locationName": "monitorChangesPendingDeployment",
4934
+ "type": "boolean"
4935
+ },
4936
+ "MonitorDeployment": {
4937
+ "shape": "Snq",
4938
+ "locationName": "monitorDeployment"
4939
+ },
4940
+ "Name": {
4941
+ "locationName": "name"
4942
+ },
4943
+ "Status": {
4944
+ "locationName": "status"
4945
+ },
4946
+ "Tags": {
4947
+ "shape": "Smt",
4948
+ "locationName": "tags"
4949
+ }
4950
+ }
4951
+ }
4952
+ },
4953
+ "UpdateCloudWatchAlarmTemplate": {
4954
+ "http": {
4955
+ "method": "PATCH",
4956
+ "requestUri": "/prod/cloudwatch-alarm-templates/{identifier}",
4957
+ "responseCode": 200
4958
+ },
4959
+ "input": {
4960
+ "type": "structure",
4961
+ "members": {
4962
+ "ComparisonOperator": {
4963
+ "locationName": "comparisonOperator"
4964
+ },
4965
+ "DatapointsToAlarm": {
4966
+ "locationName": "datapointsToAlarm",
4967
+ "type": "integer"
4968
+ },
4969
+ "Description": {
4970
+ "locationName": "description"
4971
+ },
4972
+ "EvaluationPeriods": {
4973
+ "locationName": "evaluationPeriods",
4974
+ "type": "integer"
4975
+ },
4976
+ "GroupIdentifier": {
4977
+ "locationName": "groupIdentifier"
4978
+ },
4979
+ "Identifier": {
4980
+ "location": "uri",
4981
+ "locationName": "identifier"
4982
+ },
4983
+ "MetricName": {
4984
+ "locationName": "metricName"
4985
+ },
4986
+ "Name": {
4987
+ "locationName": "name"
4988
+ },
4989
+ "Period": {
4990
+ "locationName": "period",
4991
+ "type": "integer"
4992
+ },
4993
+ "Statistic": {
4994
+ "locationName": "statistic"
4995
+ },
4996
+ "TargetResourceType": {
4997
+ "locationName": "targetResourceType"
4998
+ },
4999
+ "Threshold": {
5000
+ "locationName": "threshold",
5001
+ "type": "double"
5002
+ },
5003
+ "TreatMissingData": {
5004
+ "locationName": "treatMissingData"
5005
+ }
5006
+ },
5007
+ "required": [
5008
+ "Identifier"
5009
+ ]
5010
+ },
5011
+ "output": {
5012
+ "type": "structure",
5013
+ "members": {
5014
+ "Arn": {
5015
+ "locationName": "arn"
5016
+ },
5017
+ "ComparisonOperator": {
5018
+ "locationName": "comparisonOperator"
5019
+ },
5020
+ "CreatedAt": {
5021
+ "shape": "Sk1",
5022
+ "locationName": "createdAt"
5023
+ },
5024
+ "DatapointsToAlarm": {
5025
+ "locationName": "datapointsToAlarm",
5026
+ "type": "integer"
5027
+ },
5028
+ "Description": {
5029
+ "locationName": "description"
5030
+ },
5031
+ "EvaluationPeriods": {
5032
+ "locationName": "evaluationPeriods",
5033
+ "type": "integer"
5034
+ },
5035
+ "GroupId": {
5036
+ "locationName": "groupId"
5037
+ },
5038
+ "Id": {
5039
+ "locationName": "id"
5040
+ },
5041
+ "MetricName": {
5042
+ "locationName": "metricName"
5043
+ },
5044
+ "ModifiedAt": {
5045
+ "shape": "Sk1",
5046
+ "locationName": "modifiedAt"
5047
+ },
5048
+ "Name": {
5049
+ "locationName": "name"
5050
+ },
5051
+ "Period": {
5052
+ "locationName": "period",
5053
+ "type": "integer"
5054
+ },
5055
+ "Statistic": {
5056
+ "locationName": "statistic"
5057
+ },
5058
+ "Tags": {
5059
+ "shape": "Smt",
5060
+ "locationName": "tags"
5061
+ },
5062
+ "TargetResourceType": {
5063
+ "locationName": "targetResourceType"
5064
+ },
5065
+ "Threshold": {
5066
+ "locationName": "threshold",
5067
+ "type": "double"
5068
+ },
5069
+ "TreatMissingData": {
5070
+ "locationName": "treatMissingData"
5071
+ }
5072
+ }
5073
+ }
5074
+ },
5075
+ "UpdateCloudWatchAlarmTemplateGroup": {
5076
+ "http": {
5077
+ "method": "PATCH",
5078
+ "requestUri": "/prod/cloudwatch-alarm-template-groups/{identifier}",
5079
+ "responseCode": 200
5080
+ },
5081
+ "input": {
5082
+ "type": "structure",
5083
+ "members": {
5084
+ "Description": {
5085
+ "locationName": "description"
5086
+ },
5087
+ "Identifier": {
5088
+ "location": "uri",
5089
+ "locationName": "identifier"
5090
+ }
5091
+ },
5092
+ "required": [
5093
+ "Identifier"
5094
+ ]
5095
+ },
5096
+ "output": {
5097
+ "type": "structure",
5098
+ "members": {
5099
+ "Arn": {
5100
+ "locationName": "arn"
5101
+ },
5102
+ "CreatedAt": {
5103
+ "shape": "Sk1",
5104
+ "locationName": "createdAt"
5105
+ },
5106
+ "Description": {
5107
+ "locationName": "description"
5108
+ },
5109
+ "Id": {
5110
+ "locationName": "id"
5111
+ },
5112
+ "ModifiedAt": {
5113
+ "shape": "Sk1",
5114
+ "locationName": "modifiedAt"
5115
+ },
5116
+ "Name": {
5117
+ "locationName": "name"
5118
+ },
5119
+ "Tags": {
5120
+ "shape": "Smt",
5121
+ "locationName": "tags"
5122
+ }
5123
+ }
5124
+ }
5125
+ },
5126
+ "UpdateEventBridgeRuleTemplate": {
5127
+ "http": {
5128
+ "method": "PATCH",
5129
+ "requestUri": "/prod/eventbridge-rule-templates/{identifier}",
5130
+ "responseCode": 200
5131
+ },
5132
+ "input": {
5133
+ "type": "structure",
5134
+ "members": {
5135
+ "Description": {
5136
+ "locationName": "description"
5137
+ },
5138
+ "EventTargets": {
5139
+ "shape": "Sn3",
5140
+ "locationName": "eventTargets"
5141
+ },
5142
+ "EventType": {
5143
+ "locationName": "eventType"
5144
+ },
5145
+ "GroupIdentifier": {
5146
+ "locationName": "groupIdentifier"
5147
+ },
5148
+ "Identifier": {
5149
+ "location": "uri",
5150
+ "locationName": "identifier"
5151
+ },
5152
+ "Name": {
5153
+ "locationName": "name"
5154
+ }
5155
+ },
5156
+ "required": [
5157
+ "Identifier"
5158
+ ]
5159
+ },
5160
+ "output": {
5161
+ "type": "structure",
5162
+ "members": {
5163
+ "Arn": {
5164
+ "locationName": "arn"
5165
+ },
5166
+ "CreatedAt": {
5167
+ "shape": "Sk1",
5168
+ "locationName": "createdAt"
5169
+ },
5170
+ "Description": {
5171
+ "locationName": "description"
5172
+ },
5173
+ "EventTargets": {
5174
+ "shape": "Sn3",
5175
+ "locationName": "eventTargets"
5176
+ },
5177
+ "EventType": {
5178
+ "locationName": "eventType"
5179
+ },
5180
+ "GroupId": {
5181
+ "locationName": "groupId"
5182
+ },
5183
+ "Id": {
5184
+ "locationName": "id"
5185
+ },
5186
+ "ModifiedAt": {
5187
+ "shape": "Sk1",
5188
+ "locationName": "modifiedAt"
5189
+ },
5190
+ "Name": {
5191
+ "locationName": "name"
5192
+ },
5193
+ "Tags": {
5194
+ "shape": "Smt",
5195
+ "locationName": "tags"
5196
+ }
5197
+ }
5198
+ }
5199
+ },
5200
+ "UpdateEventBridgeRuleTemplateGroup": {
5201
+ "http": {
5202
+ "method": "PATCH",
5203
+ "requestUri": "/prod/eventbridge-rule-template-groups/{identifier}",
5204
+ "responseCode": 200
5205
+ },
5206
+ "input": {
5207
+ "type": "structure",
5208
+ "members": {
5209
+ "Description": {
5210
+ "locationName": "description"
5211
+ },
5212
+ "Identifier": {
5213
+ "location": "uri",
5214
+ "locationName": "identifier"
5215
+ }
5216
+ },
5217
+ "required": [
5218
+ "Identifier"
5219
+ ]
5220
+ },
5221
+ "output": {
5222
+ "type": "structure",
5223
+ "members": {
5224
+ "Arn": {
5225
+ "locationName": "arn"
5226
+ },
5227
+ "CreatedAt": {
5228
+ "shape": "Sk1",
5229
+ "locationName": "createdAt"
5230
+ },
5231
+ "Description": {
5232
+ "locationName": "description"
5233
+ },
5234
+ "Id": {
5235
+ "locationName": "id"
5236
+ },
5237
+ "ModifiedAt": {
5238
+ "shape": "Sk1",
5239
+ "locationName": "modifiedAt"
5240
+ },
5241
+ "Name": {
5242
+ "locationName": "name"
5243
+ },
5244
+ "Tags": {
5245
+ "shape": "Smt",
5246
+ "locationName": "tags"
5247
+ }
5248
+ }
5249
+ }
3371
5250
  }
3372
5251
  },
3373
5252
  "shapes": {
@@ -7753,6 +9632,10 @@
7753
9632
  }
7754
9633
  }
7755
9634
  },
9635
+ "Sk1": {
9636
+ "type": "timestamp",
9637
+ "timestampFormat": "iso8601"
9638
+ },
7756
9639
  "Sl1": {
7757
9640
  "type": "structure",
7758
9641
  "members": {
@@ -7874,6 +9757,112 @@
7874
9757
  }
7875
9758
  }
7876
9759
  }
9760
+ },
9761
+ "Smt": {
9762
+ "type": "map",
9763
+ "key": {},
9764
+ "value": {}
9765
+ },
9766
+ "Sn3": {
9767
+ "type": "list",
9768
+ "member": {
9769
+ "type": "structure",
9770
+ "members": {
9771
+ "Arn": {
9772
+ "locationName": "arn"
9773
+ }
9774
+ },
9775
+ "required": [
9776
+ "Arn"
9777
+ ]
9778
+ }
9779
+ },
9780
+ "Snd": {
9781
+ "type": "list",
9782
+ "member": {}
9783
+ },
9784
+ "Snh": {
9785
+ "type": "list",
9786
+ "member": {}
9787
+ },
9788
+ "Sni": {
9789
+ "type": "map",
9790
+ "key": {},
9791
+ "value": {
9792
+ "shape": "Snj"
9793
+ }
9794
+ },
9795
+ "Snj": {
9796
+ "type": "structure",
9797
+ "members": {
9798
+ "Destinations": {
9799
+ "shape": "Snk",
9800
+ "locationName": "destinations"
9801
+ },
9802
+ "Name": {
9803
+ "locationName": "name"
9804
+ },
9805
+ "Sources": {
9806
+ "shape": "Snk",
9807
+ "locationName": "sources"
9808
+ }
9809
+ }
9810
+ },
9811
+ "Snk": {
9812
+ "type": "list",
9813
+ "member": {
9814
+ "type": "structure",
9815
+ "members": {
9816
+ "Arn": {
9817
+ "locationName": "arn"
9818
+ },
9819
+ "Name": {
9820
+ "locationName": "name"
9821
+ }
9822
+ },
9823
+ "required": [
9824
+ "Arn"
9825
+ ]
9826
+ }
9827
+ },
9828
+ "Snm": {
9829
+ "type": "structure",
9830
+ "members": {
9831
+ "DetailsUri": {
9832
+ "locationName": "detailsUri"
9833
+ },
9834
+ "Status": {
9835
+ "locationName": "status"
9836
+ }
9837
+ },
9838
+ "required": [
9839
+ "DetailsUri",
9840
+ "Status"
9841
+ ]
9842
+ },
9843
+ "Sno": {
9844
+ "type": "map",
9845
+ "key": {},
9846
+ "value": {
9847
+ "shape": "Snj"
9848
+ }
9849
+ },
9850
+ "Snq": {
9851
+ "type": "structure",
9852
+ "members": {
9853
+ "DetailsUri": {
9854
+ "locationName": "detailsUri"
9855
+ },
9856
+ "ErrorMessage": {
9857
+ "locationName": "errorMessage"
9858
+ },
9859
+ "Status": {
9860
+ "locationName": "status"
9861
+ }
9862
+ },
9863
+ "required": [
9864
+ "Status"
9865
+ ]
7877
9866
  }
7878
9867
  }
7879
9868
  }