cdk-docker-image-deployment 0.0.200 → 0.0.202

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +74 -41
  8. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
  9. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
  11. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
  13. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
  14. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
  15. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
  16. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +2 -1
  17. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
  18. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
  19. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
  20. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
  21. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
  23. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  24. package/node_modules/aws-sdk/clients/all.js +2 -1
  25. package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
  26. package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
  27. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
  28. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
  29. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
  30. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +13 -13
  31. package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
  32. package/node_modules/aws-sdk/clients/comprehend.d.ts +110 -106
  33. package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
  34. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
  35. package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
  36. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
  37. package/node_modules/aws-sdk/clients/rds.d.ts +16 -16
  38. package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
  39. package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +53 -16
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +9 -4
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +13 -13
  44. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  45. package/node_modules/aws-sdk/lib/core.js +1 -1
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +7 -7
@@ -99,6 +99,22 @@ declare class ChimeSDKVoice extends Service {
99
99
  *
100
100
  */
101
101
  createVoiceConnectorGroup(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceConnectorGroupResponse, AWSError>;
102
+ /**
103
+ *
104
+ */
105
+ createVoiceProfile(params: ChimeSDKVoice.Types.CreateVoiceProfileRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceProfileResponse, AWSError>;
106
+ /**
107
+ *
108
+ */
109
+ createVoiceProfile(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceProfileResponse, AWSError>;
110
+ /**
111
+ *
112
+ */
113
+ createVoiceProfileDomain(params: ChimeSDKVoice.Types.CreateVoiceProfileDomainRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceProfileDomainResponse, AWSError>;
114
+ /**
115
+ *
116
+ */
117
+ createVoiceProfileDomain(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceProfileDomainResponse, AWSError>;
102
118
  /**
103
119
  *
104
120
  */
@@ -195,6 +211,22 @@ declare class ChimeSDKVoice extends Service {
195
211
  *
196
212
  */
197
213
  deleteVoiceConnectorTerminationCredentials(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
214
+ /**
215
+ *
216
+ */
217
+ deleteVoiceProfile(params: ChimeSDKVoice.Types.DeleteVoiceProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
218
+ /**
219
+ *
220
+ */
221
+ deleteVoiceProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
222
+ /**
223
+ *
224
+ */
225
+ deleteVoiceProfileDomain(params: ChimeSDKVoice.Types.DeleteVoiceProfileDomainRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
226
+ /**
227
+ *
228
+ */
229
+ deleteVoiceProfileDomain(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
198
230
  /**
199
231
  *
200
232
  */
@@ -275,6 +307,14 @@ declare class ChimeSDKVoice extends Service {
275
307
  *
276
308
  */
277
309
  getSipRule(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipRuleResponse) => void): Request<ChimeSDKVoice.Types.GetSipRuleResponse, AWSError>;
310
+ /**
311
+ *
312
+ */
313
+ getSpeakerSearchTask(params: ChimeSDKVoice.Types.GetSpeakerSearchTaskRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSpeakerSearchTaskResponse) => void): Request<ChimeSDKVoice.Types.GetSpeakerSearchTaskResponse, AWSError>;
314
+ /**
315
+ *
316
+ */
317
+ getSpeakerSearchTask(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSpeakerSearchTaskResponse) => void): Request<ChimeSDKVoice.Types.GetSpeakerSearchTaskResponse, AWSError>;
278
318
  /**
279
319
  *
280
320
  */
@@ -347,6 +387,30 @@ declare class ChimeSDKVoice extends Service {
347
387
  *
348
388
  */
349
389
  getVoiceConnectorTerminationHealth(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorTerminationHealthResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorTerminationHealthResponse, AWSError>;
390
+ /**
391
+ *
392
+ */
393
+ getVoiceProfile(params: ChimeSDKVoice.Types.GetVoiceProfileRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceProfileResponse, AWSError>;
394
+ /**
395
+ *
396
+ */
397
+ getVoiceProfile(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceProfileResponse, AWSError>;
398
+ /**
399
+ *
400
+ */
401
+ getVoiceProfileDomain(params: ChimeSDKVoice.Types.GetVoiceProfileDomainRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceProfileDomainResponse, AWSError>;
402
+ /**
403
+ *
404
+ */
405
+ getVoiceProfileDomain(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceProfileDomainResponse, AWSError>;
406
+ /**
407
+ *
408
+ */
409
+ getVoiceToneAnalysisTask(params: ChimeSDKVoice.Types.GetVoiceToneAnalysisTaskRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceToneAnalysisTaskResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceToneAnalysisTaskResponse, AWSError>;
410
+ /**
411
+ *
412
+ */
413
+ getVoiceToneAnalysisTask(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceToneAnalysisTaskResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceToneAnalysisTaskResponse, AWSError>;
350
414
  /**
351
415
  *
352
416
  */
@@ -399,6 +463,14 @@ declare class ChimeSDKVoice extends Service {
399
463
  *
400
464
  */
401
465
  listSupportedPhoneNumberCountries(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListSupportedPhoneNumberCountriesResponse) => void): Request<ChimeSDKVoice.Types.ListSupportedPhoneNumberCountriesResponse, AWSError>;
466
+ /**
467
+ *
468
+ */
469
+ listTagsForResource(params: ChimeSDKVoice.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKVoice.Types.ListTagsForResourceResponse, AWSError>;
470
+ /**
471
+ *
472
+ */
473
+ listTagsForResource(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKVoice.Types.ListTagsForResourceResponse, AWSError>;
402
474
  /**
403
475
  *
404
476
  */
@@ -423,6 +495,22 @@ declare class ChimeSDKVoice extends Service {
423
495
  *
424
496
  */
425
497
  listVoiceConnectors(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceConnectorsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceConnectorsResponse, AWSError>;
498
+ /**
499
+ *
500
+ */
501
+ listVoiceProfileDomains(params: ChimeSDKVoice.Types.ListVoiceProfileDomainsRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceProfileDomainsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceProfileDomainsResponse, AWSError>;
502
+ /**
503
+ *
504
+ */
505
+ listVoiceProfileDomains(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceProfileDomainsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceProfileDomainsResponse, AWSError>;
506
+ /**
507
+ *
508
+ */
509
+ listVoiceProfiles(params: ChimeSDKVoice.Types.ListVoiceProfilesRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceProfilesResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceProfilesResponse, AWSError>;
510
+ /**
511
+ *
512
+ */
513
+ listVoiceProfiles(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceProfilesResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceProfilesResponse, AWSError>;
426
514
  /**
427
515
  *
428
516
  */
@@ -511,6 +599,54 @@ declare class ChimeSDKVoice extends Service {
511
599
  *
512
600
  */
513
601
  searchAvailablePhoneNumbers(callback?: (err: AWSError, data: ChimeSDKVoice.Types.SearchAvailablePhoneNumbersResponse) => void): Request<ChimeSDKVoice.Types.SearchAvailablePhoneNumbersResponse, AWSError>;
602
+ /**
603
+ *
604
+ */
605
+ startSpeakerSearchTask(params: ChimeSDKVoice.Types.StartSpeakerSearchTaskRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.StartSpeakerSearchTaskResponse) => void): Request<ChimeSDKVoice.Types.StartSpeakerSearchTaskResponse, AWSError>;
606
+ /**
607
+ *
608
+ */
609
+ startSpeakerSearchTask(callback?: (err: AWSError, data: ChimeSDKVoice.Types.StartSpeakerSearchTaskResponse) => void): Request<ChimeSDKVoice.Types.StartSpeakerSearchTaskResponse, AWSError>;
610
+ /**
611
+ *
612
+ */
613
+ startVoiceToneAnalysisTask(params: ChimeSDKVoice.Types.StartVoiceToneAnalysisTaskRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.StartVoiceToneAnalysisTaskResponse) => void): Request<ChimeSDKVoice.Types.StartVoiceToneAnalysisTaskResponse, AWSError>;
614
+ /**
615
+ *
616
+ */
617
+ startVoiceToneAnalysisTask(callback?: (err: AWSError, data: ChimeSDKVoice.Types.StartVoiceToneAnalysisTaskResponse) => void): Request<ChimeSDKVoice.Types.StartVoiceToneAnalysisTaskResponse, AWSError>;
618
+ /**
619
+ *
620
+ */
621
+ stopSpeakerSearchTask(params: ChimeSDKVoice.Types.StopSpeakerSearchTaskRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
622
+ /**
623
+ *
624
+ */
625
+ stopSpeakerSearchTask(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
626
+ /**
627
+ *
628
+ */
629
+ stopVoiceToneAnalysisTask(params: ChimeSDKVoice.Types.StopVoiceToneAnalysisTaskRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
630
+ /**
631
+ *
632
+ */
633
+ stopVoiceToneAnalysisTask(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
634
+ /**
635
+ *
636
+ */
637
+ tagResource(params: ChimeSDKVoice.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
638
+ /**
639
+ *
640
+ */
641
+ tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
642
+ /**
643
+ *
644
+ */
645
+ untagResource(params: ChimeSDKVoice.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
646
+ /**
647
+ *
648
+ */
649
+ untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
514
650
  /**
515
651
  *
516
652
  */
@@ -583,6 +719,22 @@ declare class ChimeSDKVoice extends Service {
583
719
  *
584
720
  */
585
721
  updateVoiceConnectorGroup(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceConnectorGroupResponse, AWSError>;
722
+ /**
723
+ *
724
+ */
725
+ updateVoiceProfile(params: ChimeSDKVoice.Types.UpdateVoiceProfileRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceProfileResponse, AWSError>;
726
+ /**
727
+ *
728
+ */
729
+ updateVoiceProfile(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceProfileResponse, AWSError>;
730
+ /**
731
+ *
732
+ */
733
+ updateVoiceProfileDomain(params: ChimeSDKVoice.Types.UpdateVoiceProfileDomainRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceProfileDomainResponse, AWSError>;
734
+ /**
735
+ *
736
+ */
737
+ updateVoiceProfileDomain(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceProfileDomainResponse, AWSError>;
586
738
  /**
587
739
  *
588
740
  */
@@ -610,6 +762,7 @@ declare namespace ChimeSDKVoice {
610
762
  export type AlexaSkillStatus = "ACTIVE"|"INACTIVE"|string;
611
763
  export type Alpha2CountryCode = string;
612
764
  export type AreaCode = string;
765
+ export type Arn = string;
613
766
  export interface AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
614
767
  VoiceConnectorGroupId: NonEmptyString;
615
768
  E164PhoneNumbers: E164PhoneNumberList;
@@ -639,6 +792,11 @@ declare namespace ChimeSDKVoice {
639
792
  PhoneNumberErrors?: PhoneNumberErrorList;
640
793
  }
641
794
  export type Boolean = boolean;
795
+ export interface CallDetails {
796
+ VoiceConnectorId?: NonEmptyString128;
797
+ TransactionId?: NonEmptyString256;
798
+ IsCaller?: Boolean;
799
+ }
642
800
  export type CallingName = string;
643
801
  export type CallingNameStatus = "Unassigned"|"UpdateInProgress"|"UpdateSucceeded"|"UpdateFailed"|string;
644
802
  export type CallingRegion = string;
@@ -655,6 +813,8 @@ declare namespace ChimeSDKVoice {
655
813
  export type CandidateAddressList = CandidateAddress[];
656
814
  export type Capability = "Voice"|"SMS"|string;
657
815
  export type CapabilityList = Capability[];
816
+ export type ClientRequestId = string;
817
+ export type ConfidenceScore = number;
658
818
  export type Country = string;
659
819
  export type CountryList = Country[];
660
820
  export type CpsLimit = number;
@@ -721,6 +881,22 @@ declare namespace ChimeSDKVoice {
721
881
  export interface CreateVoiceConnectorResponse {
722
882
  VoiceConnector?: VoiceConnector;
723
883
  }
884
+ export interface CreateVoiceProfileDomainRequest {
885
+ Name: VoiceProfileDomainName;
886
+ Description?: VoiceProfileDomainDescription;
887
+ ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration;
888
+ ClientRequestToken?: ClientRequestId;
889
+ Tags?: TagList;
890
+ }
891
+ export interface CreateVoiceProfileDomainResponse {
892
+ VoiceProfileDomain?: VoiceProfileDomain;
893
+ }
894
+ export interface CreateVoiceProfileRequest {
895
+ SpeakerSearchTaskId: NonEmptyString256;
896
+ }
897
+ export interface CreateVoiceProfileResponse {
898
+ VoiceProfile?: VoiceProfile;
899
+ }
724
900
  export interface Credential {
725
901
  Username?: SensitiveString;
726
902
  Password?: SensitiveString;
@@ -771,6 +947,12 @@ declare namespace ChimeSDKVoice {
771
947
  export interface DeleteVoiceConnectorTerminationRequest {
772
948
  VoiceConnectorId: NonEmptyString;
773
949
  }
950
+ export interface DeleteVoiceProfileDomainRequest {
951
+ VoiceProfileDomainId: NonEmptyString256;
952
+ }
953
+ export interface DeleteVoiceProfileRequest {
954
+ VoiceProfileId: NonEmptyString256;
955
+ }
774
956
  export interface DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {
775
957
  VoiceConnectorGroupId: NonEmptyString;
776
958
  E164PhoneNumbers: E164PhoneNumberList;
@@ -847,6 +1029,13 @@ declare namespace ChimeSDKVoice {
847
1029
  export interface GetSipRuleResponse {
848
1030
  SipRule?: SipRule;
849
1031
  }
1032
+ export interface GetSpeakerSearchTaskRequest {
1033
+ VoiceConnectorId: NonEmptyString128;
1034
+ SpeakerSearchTaskId: NonEmptyString256;
1035
+ }
1036
+ export interface GetSpeakerSearchTaskResponse {
1037
+ SpeakerSearchTask?: SpeakerSearchTask;
1038
+ }
850
1039
  export interface GetVoiceConnectorEmergencyCallingConfigurationRequest {
851
1040
  VoiceConnectorId: NonEmptyString;
852
1041
  }
@@ -901,9 +1090,30 @@ declare namespace ChimeSDKVoice {
901
1090
  export interface GetVoiceConnectorTerminationResponse {
902
1091
  Termination?: Termination;
903
1092
  }
1093
+ export interface GetVoiceProfileDomainRequest {
1094
+ VoiceProfileDomainId: NonEmptyString256;
1095
+ }
1096
+ export interface GetVoiceProfileDomainResponse {
1097
+ VoiceProfileDomain?: VoiceProfileDomain;
1098
+ }
1099
+ export interface GetVoiceProfileRequest {
1100
+ VoiceProfileId: NonEmptyString256;
1101
+ }
1102
+ export interface GetVoiceProfileResponse {
1103
+ VoiceProfile?: VoiceProfile;
1104
+ }
1105
+ export interface GetVoiceToneAnalysisTaskRequest {
1106
+ VoiceConnectorId: NonEmptyString128;
1107
+ VoiceToneAnalysisTaskId: NonEmptyString256;
1108
+ IsCaller: Boolean;
1109
+ }
1110
+ export interface GetVoiceToneAnalysisTaskResponse {
1111
+ VoiceToneAnalysisTask?: VoiceToneAnalysisTask;
1112
+ }
904
1113
  export type GuidString = string;
905
1114
  export type Integer = number;
906
1115
  export type Iso8601Timestamp = Date;
1116
+ export type LanguageCode = "en-US"|string;
907
1117
  export interface ListAvailableVoiceConnectorRegionsResponse {
908
1118
  VoiceConnectorRegions?: VoiceConnectorAwsRegionList;
909
1119
  }
@@ -960,6 +1170,12 @@ declare namespace ChimeSDKVoice {
960
1170
  export interface ListSupportedPhoneNumberCountriesResponse {
961
1171
  PhoneNumberCountries?: PhoneNumberCountriesList;
962
1172
  }
1173
+ export interface ListTagsForResourceRequest {
1174
+ ResourceARN: Arn;
1175
+ }
1176
+ export interface ListTagsForResourceResponse {
1177
+ Tags?: TagList;
1178
+ }
963
1179
  export interface ListVoiceConnectorGroupsRequest {
964
1180
  NextToken?: String;
965
1181
  MaxResults?: ResultMax;
@@ -982,13 +1198,35 @@ declare namespace ChimeSDKVoice {
982
1198
  VoiceConnectors?: VoiceConnectorList;
983
1199
  NextToken?: String;
984
1200
  }
1201
+ export interface ListVoiceProfileDomainsRequest {
1202
+ NextToken?: String;
1203
+ MaxResults?: ResultMax;
1204
+ }
1205
+ export interface ListVoiceProfileDomainsResponse {
1206
+ VoiceProfileDomains?: VoiceProfileDomainSummaryList;
1207
+ NextToken?: String;
1208
+ }
1209
+ export interface ListVoiceProfilesRequest {
1210
+ VoiceProfileDomainId: NonEmptyString256;
1211
+ NextToken?: String;
1212
+ MaxResults?: ResultMax;
1213
+ }
1214
+ export interface ListVoiceProfilesResponse {
1215
+ VoiceProfiles?: VoiceProfileSummaryList;
1216
+ NextToken?: String;
1217
+ }
985
1218
  export interface LoggingConfiguration {
986
1219
  EnableSIPLogs?: Boolean;
987
1220
  EnableMediaMetricLogs?: Boolean;
988
1221
  }
1222
+ export interface MediaInsightsConfiguration {
1223
+ Disabled?: Boolean;
1224
+ ConfigurationArn?: Arn;
1225
+ }
989
1226
  export type NextTokenString = string;
990
1227
  export type NonEmptyString = string;
991
1228
  export type NonEmptyString128 = string;
1229
+ export type NonEmptyString256 = string;
992
1230
  export type NonEmptyStringList = String[];
993
1231
  export type NotificationTarget = "EventBridge"|"SNS"|"SQS"|string;
994
1232
  export type NullableBoolean = boolean;
@@ -1195,6 +1433,9 @@ declare namespace ChimeSDKVoice {
1195
1433
  export type SensitiveNonEmptyString = string;
1196
1434
  export type SensitiveString = string;
1197
1435
  export type SensitiveStringList = SensitiveString[];
1436
+ export interface ServerSideEncryptionConfiguration {
1437
+ KmsKeyArn: Arn;
1438
+ }
1198
1439
  export type SipApplicationPriority = number;
1199
1440
  export type SipHeadersMap = {[key: string]: SensitiveString};
1200
1441
  export interface SipMediaApplication {
@@ -1240,10 +1481,56 @@ declare namespace ChimeSDKVoice {
1240
1481
  }
1241
1482
  export type SipRuleTargetApplicationList = SipRuleTargetApplication[];
1242
1483
  export type SipRuleTriggerType = "ToPhoneNumber"|"RequestUriHostname"|string;
1484
+ export interface SpeakerSearchDetails {
1485
+ Results?: SpeakerSearchResultList;
1486
+ VoiceprintGenerationStatus?: NonEmptyString256;
1487
+ }
1488
+ export interface SpeakerSearchResult {
1489
+ ConfidenceScore?: ConfidenceScore;
1490
+ VoiceProfileId?: NonEmptyString256;
1491
+ }
1492
+ export type SpeakerSearchResultList = SpeakerSearchResult[];
1493
+ export interface SpeakerSearchTask {
1494
+ SpeakerSearchTaskId?: NonEmptyString256;
1495
+ SpeakerSearchTaskStatus?: NonEmptyString;
1496
+ CallDetails?: CallDetails;
1497
+ SpeakerSearchDetails?: SpeakerSearchDetails;
1498
+ CreatedTimestamp?: Iso8601Timestamp;
1499
+ UpdatedTimestamp?: Iso8601Timestamp;
1500
+ StartedTimestamp?: Iso8601Timestamp;
1501
+ StatusMessage?: String;
1502
+ }
1503
+ export interface StartSpeakerSearchTaskRequest {
1504
+ VoiceConnectorId: NonEmptyString128;
1505
+ TransactionId: NonEmptyString256;
1506
+ VoiceProfileDomainId: NonEmptyString256;
1507
+ ClientRequestToken?: ClientRequestId;
1508
+ }
1509
+ export interface StartSpeakerSearchTaskResponse {
1510
+ SpeakerSearchTask?: SpeakerSearchTask;
1511
+ }
1512
+ export interface StartVoiceToneAnalysisTaskRequest {
1513
+ VoiceConnectorId: NonEmptyString128;
1514
+ TransactionId: NonEmptyString256;
1515
+ LanguageCode: LanguageCode;
1516
+ ClientRequestToken?: ClientRequestId;
1517
+ }
1518
+ export interface StartVoiceToneAnalysisTaskResponse {
1519
+ VoiceToneAnalysisTask?: VoiceToneAnalysisTask;
1520
+ }
1521
+ export interface StopSpeakerSearchTaskRequest {
1522
+ VoiceConnectorId: NonEmptyString128;
1523
+ SpeakerSearchTaskId: NonEmptyString256;
1524
+ }
1525
+ export interface StopVoiceToneAnalysisTaskRequest {
1526
+ VoiceConnectorId: NonEmptyString128;
1527
+ VoiceToneAnalysisTaskId: NonEmptyString256;
1528
+ }
1243
1529
  export interface StreamingConfiguration {
1244
1530
  DataRetentionInHours: DataRetentionInHours;
1245
1531
  Disabled: Boolean;
1246
1532
  StreamingNotificationTargets?: StreamingNotificationTargetList;
1533
+ MediaInsightsConfiguration?: MediaInsightsConfiguration;
1247
1534
  }
1248
1535
  export interface StreamingNotificationTarget {
1249
1536
  NotificationTarget?: NotificationTarget;
@@ -1252,6 +1539,18 @@ declare namespace ChimeSDKVoice {
1252
1539
  export type String = string;
1253
1540
  export type String128 = string;
1254
1541
  export type StringList = String[];
1542
+ export interface Tag {
1543
+ Key: TagKey;
1544
+ Value: TagValue;
1545
+ }
1546
+ export type TagKey = string;
1547
+ export type TagKeyList = TagKey[];
1548
+ export type TagList = Tag[];
1549
+ export interface TagResourceRequest {
1550
+ ResourceARN: Arn;
1551
+ Tags: TagList;
1552
+ }
1553
+ export type TagValue = string;
1255
1554
  export interface Termination {
1256
1555
  CpsLimit?: CpsLimit;
1257
1556
  DefaultPhoneNumber?: E164PhoneNumber;
@@ -1264,6 +1563,10 @@ declare namespace ChimeSDKVoice {
1264
1563
  Source?: String;
1265
1564
  }
1266
1565
  export type TollFreePrefix = string;
1566
+ export interface UntagResourceRequest {
1567
+ ResourceARN: Arn;
1568
+ TagKeys: TagKeyList;
1569
+ }
1267
1570
  export interface UpdateGlobalSettingsRequest {
1268
1571
  VoiceConnector?: VoiceConnectorSettings;
1269
1572
  }
@@ -1334,6 +1637,21 @@ declare namespace ChimeSDKVoice {
1334
1637
  export interface UpdateVoiceConnectorResponse {
1335
1638
  VoiceConnector?: VoiceConnector;
1336
1639
  }
1640
+ export interface UpdateVoiceProfileDomainRequest {
1641
+ VoiceProfileDomainId: NonEmptyString256;
1642
+ Name?: VoiceProfileDomainName;
1643
+ Description?: VoiceProfileDomainDescription;
1644
+ }
1645
+ export interface UpdateVoiceProfileDomainResponse {
1646
+ VoiceProfileDomain?: VoiceProfileDomain;
1647
+ }
1648
+ export interface UpdateVoiceProfileRequest {
1649
+ VoiceProfileId: NonEmptyString256;
1650
+ SpeakerSearchTaskId: NonEmptyString256;
1651
+ }
1652
+ export interface UpdateVoiceProfileResponse {
1653
+ VoiceProfile?: VoiceProfile;
1654
+ }
1337
1655
  export interface ValidateE911AddressRequest {
1338
1656
  AwsAccountId: NonEmptyString;
1339
1657
  StreetNumber: SensitiveNonEmptyString;
@@ -1383,6 +1701,52 @@ declare namespace ChimeSDKVoice {
1383
1701
  export interface VoiceConnectorSettings {
1384
1702
  CdrBucket?: String;
1385
1703
  }
1704
+ export interface VoiceProfile {
1705
+ VoiceProfileId?: NonEmptyString256;
1706
+ VoiceProfileArn?: Arn;
1707
+ VoiceProfileDomainId?: NonEmptyString256;
1708
+ CreatedTimestamp?: Iso8601Timestamp;
1709
+ UpdatedTimestamp?: Iso8601Timestamp;
1710
+ ExpirationTimestamp?: Iso8601Timestamp;
1711
+ }
1712
+ export interface VoiceProfileDomain {
1713
+ VoiceProfileDomainId?: NonEmptyString256;
1714
+ VoiceProfileDomainArn?: Arn;
1715
+ Name?: VoiceProfileDomainName;
1716
+ Description?: VoiceProfileDomainDescription;
1717
+ ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
1718
+ CreatedTimestamp?: Iso8601Timestamp;
1719
+ UpdatedTimestamp?: Iso8601Timestamp;
1720
+ }
1721
+ export type VoiceProfileDomainDescription = string;
1722
+ export type VoiceProfileDomainName = string;
1723
+ export interface VoiceProfileDomainSummary {
1724
+ VoiceProfileDomainId?: NonEmptyString256;
1725
+ VoiceProfileDomainArn?: Arn;
1726
+ Name?: VoiceProfileDomainName;
1727
+ Description?: VoiceProfileDomainDescription;
1728
+ CreatedTimestamp?: Iso8601Timestamp;
1729
+ UpdatedTimestamp?: Iso8601Timestamp;
1730
+ }
1731
+ export type VoiceProfileDomainSummaryList = VoiceProfileDomainSummary[];
1732
+ export interface VoiceProfileSummary {
1733
+ VoiceProfileId?: NonEmptyString256;
1734
+ VoiceProfileArn?: Arn;
1735
+ VoiceProfileDomainId?: NonEmptyString256;
1736
+ CreatedTimestamp?: Iso8601Timestamp;
1737
+ UpdatedTimestamp?: Iso8601Timestamp;
1738
+ ExpirationTimestamp?: Iso8601Timestamp;
1739
+ }
1740
+ export type VoiceProfileSummaryList = VoiceProfileSummary[];
1741
+ export interface VoiceToneAnalysisTask {
1742
+ VoiceToneAnalysisTaskId?: NonEmptyString256;
1743
+ VoiceToneAnalysisTaskStatus?: NonEmptyString;
1744
+ CallDetails?: CallDetails;
1745
+ CreatedTimestamp?: Iso8601Timestamp;
1746
+ UpdatedTimestamp?: Iso8601Timestamp;
1747
+ StartedTimestamp?: Iso8601Timestamp;
1748
+ StatusMessage?: String;
1749
+ }
1386
1750
  /**
1387
1751
  * 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.
1388
1752
  */
@@ -13,11 +13,11 @@ declare class CloudWatch extends Service {
13
13
  constructor(options?: CloudWatch.Types.ClientConfiguration)
14
14
  config: Config & CloudWatch.Types.ClientConfiguration;
15
15
  /**
16
- * Deletes the specified alarms. You can delete up to 100 alarms in one operation. However, this total can include no more than one composite alarm. For example, you could delete 99 metric alarms and one composite alarms with one operation, but you can't delete two composite alarms with one operation. In the event of an error, no alarms are deleted. It is possible to create a loop or cycle of composite alarms, where composite alarm A depends on composite alarm B, and composite alarm B also depends on composite alarm A. In this scenario, you can't delete any composite alarm that is part of the cycle because there is always still a composite alarm that depends on that alarm that you want to delete. To get out of such a situation, you must break the cycle by changing the rule of one of the composite alarms in the cycle to remove a dependency that creates the cycle. The simplest change to make to break a cycle is to change the AlarmRule of one of the alarms to false. Additionally, the evaluation of composite alarms stops if CloudWatch detects a cycle in the evaluation path.
16
+ * Deletes the specified alarms. You can delete up to 100 alarms in one operation. However, this total can include no more than one composite alarm. For example, you could delete 99 metric alarms and one composite alarms with one operation, but you can't delete two composite alarms with one operation. If you specify an incorrect alarm name or make any other error in the operation, no alarms are deleted. To confirm that alarms were deleted successfully, you can use the DescribeAlarms operation after using DeleteAlarms. It is possible to create a loop or cycle of composite alarms, where composite alarm A depends on composite alarm B, and composite alarm B also depends on composite alarm A. In this scenario, you can't delete any composite alarm that is part of the cycle because there is always still a composite alarm that depends on that alarm that you want to delete. To get out of such a situation, you must break the cycle by changing the rule of one of the composite alarms in the cycle to remove a dependency that creates the cycle. The simplest change to make to break a cycle is to change the AlarmRule of one of the alarms to false. Additionally, the evaluation of composite alarms stops if CloudWatch detects a cycle in the evaluation path.
17
17
  */
18
18
  deleteAlarms(params: CloudWatch.Types.DeleteAlarmsInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
19
19
  /**
20
- * Deletes the specified alarms. You can delete up to 100 alarms in one operation. However, this total can include no more than one composite alarm. For example, you could delete 99 metric alarms and one composite alarms with one operation, but you can't delete two composite alarms with one operation. In the event of an error, no alarms are deleted. It is possible to create a loop or cycle of composite alarms, where composite alarm A depends on composite alarm B, and composite alarm B also depends on composite alarm A. In this scenario, you can't delete any composite alarm that is part of the cycle because there is always still a composite alarm that depends on that alarm that you want to delete. To get out of such a situation, you must break the cycle by changing the rule of one of the composite alarms in the cycle to remove a dependency that creates the cycle. The simplest change to make to break a cycle is to change the AlarmRule of one of the alarms to false. Additionally, the evaluation of composite alarms stops if CloudWatch detects a cycle in the evaluation path.
20
+ * Deletes the specified alarms. You can delete up to 100 alarms in one operation. However, this total can include no more than one composite alarm. For example, you could delete 99 metric alarms and one composite alarms with one operation, but you can't delete two composite alarms with one operation. If you specify an incorrect alarm name or make any other error in the operation, no alarms are deleted. To confirm that alarms were deleted successfully, you can use the DescribeAlarms operation after using DeleteAlarms. It is possible to create a loop or cycle of composite alarms, where composite alarm A depends on composite alarm B, and composite alarm B also depends on composite alarm A. In this scenario, you can't delete any composite alarm that is part of the cycle because there is always still a composite alarm that depends on that alarm that you want to delete. To get out of such a situation, you must break the cycle by changing the rule of one of the composite alarms in the cycle to remove a dependency that creates the cycle. The simplest change to make to break a cycle is to change the AlarmRule of one of the alarms to false. Additionally, the evaluation of composite alarms stops if CloudWatch detects a cycle in the evaluation path.
21
21
  */
22
22
  deleteAlarms(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
23
23
  /**
@@ -253,11 +253,11 @@ declare class CloudWatch extends Service {
253
253
  */
254
254
  putManagedInsightRules(callback?: (err: AWSError, data: CloudWatch.Types.PutManagedInsightRulesOutput) => void): Request<CloudWatch.Types.PutManagedInsightRulesOutput, AWSError>;
255
255
  /**
256
- * Creates or updates an alarm and associates it with the specified metric, metric math expression, anomaly detection model, or Metrics Insights query. For more information about using a Metrics Insights query for an alarm, see Create alarms on Metrics Insights queries. Alarms based on anomaly detection models cannot have Auto Scaling actions. When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed. When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm. If you are an IAM user, you must have Amazon EC2 permissions for some alarm operations: The iam:CreateServiceLinkedRole for all alarms with EC2 actions The iam:CreateServiceLinkedRole to create an alarm with Systems Manager OpsItem actions. The first time you create an alarm in the Amazon Web Services Management Console, the CLI, or by using the PutMetricAlarm API, CloudWatch creates the necessary service-linked role for you. The service-linked roles are called AWSServiceRoleForCloudWatchEvents and AWSServiceRoleForCloudWatchAlarms_ActionSSM. For more information, see Amazon Web Services service-linked role. Cross-account alarms You can set an alarm on metrics in the current account, or in another account. To create a cross-account alarm that watches a metric in a different account, you must have completed the following pre-requisites: The account where the metrics are located (the sharing account) must already have a sharing role named CloudWatch-CrossAccountSharingRole. If it does not already have this role, you must create it using the instructions in Set up a sharing account in Cross-account cross-Region CloudWatch console. The policy for that role must grant access to the ID of the account where you are creating the alarm. The account where you are creating the alarm (the monitoring account) must already have a service-linked role named AWSServiceRoleForCloudWatchCrossAccount to allow CloudWatch to assume the sharing role in the sharing account. If it does not, you must create it following the directions in Set up a monitoring account in Cross-account cross-Region CloudWatch console.
256
+ * Creates or updates an alarm and associates it with the specified metric, metric math expression, anomaly detection model, or Metrics Insights query. For more information about using a Metrics Insights query for an alarm, see Create alarms on Metrics Insights queries. Alarms based on anomaly detection models cannot have Auto Scaling actions. When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed. When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm. If you are an IAM user, you must have Amazon EC2 permissions for some alarm operations: The iam:CreateServiceLinkedRole permission for all alarms with EC2 actions The iam:CreateServiceLinkedRole permissions to create an alarm with Systems Manager OpsItem or response plan actions. The first time you create an alarm in the Amazon Web Services Management Console, the CLI, or by using the PutMetricAlarm API, CloudWatch creates the necessary service-linked role for you. The service-linked roles are called AWSServiceRoleForCloudWatchEvents and AWSServiceRoleForCloudWatchAlarms_ActionSSM. For more information, see Amazon Web Services service-linked role. Cross-account alarms You can set an alarm on metrics in the current account, or in another account. To create a cross-account alarm that watches a metric in a different account, you must have completed the following pre-requisites: The account where the metrics are located (the sharing account) must already have a sharing role named CloudWatch-CrossAccountSharingRole. If it does not already have this role, you must create it using the instructions in Set up a sharing account in Cross-account cross-Region CloudWatch console. The policy for that role must grant access to the ID of the account where you are creating the alarm. The account where you are creating the alarm (the monitoring account) must already have a service-linked role named AWSServiceRoleForCloudWatchCrossAccount to allow CloudWatch to assume the sharing role in the sharing account. If it does not, you must create it following the directions in Set up a monitoring account in Cross-account cross-Region CloudWatch console.
257
257
  */
258
258
  putMetricAlarm(params: CloudWatch.Types.PutMetricAlarmInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
259
259
  /**
260
- * Creates or updates an alarm and associates it with the specified metric, metric math expression, anomaly detection model, or Metrics Insights query. For more information about using a Metrics Insights query for an alarm, see Create alarms on Metrics Insights queries. Alarms based on anomaly detection models cannot have Auto Scaling actions. When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed. When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm. If you are an IAM user, you must have Amazon EC2 permissions for some alarm operations: The iam:CreateServiceLinkedRole for all alarms with EC2 actions The iam:CreateServiceLinkedRole to create an alarm with Systems Manager OpsItem actions. The first time you create an alarm in the Amazon Web Services Management Console, the CLI, or by using the PutMetricAlarm API, CloudWatch creates the necessary service-linked role for you. The service-linked roles are called AWSServiceRoleForCloudWatchEvents and AWSServiceRoleForCloudWatchAlarms_ActionSSM. For more information, see Amazon Web Services service-linked role. Cross-account alarms You can set an alarm on metrics in the current account, or in another account. To create a cross-account alarm that watches a metric in a different account, you must have completed the following pre-requisites: The account where the metrics are located (the sharing account) must already have a sharing role named CloudWatch-CrossAccountSharingRole. If it does not already have this role, you must create it using the instructions in Set up a sharing account in Cross-account cross-Region CloudWatch console. The policy for that role must grant access to the ID of the account where you are creating the alarm. The account where you are creating the alarm (the monitoring account) must already have a service-linked role named AWSServiceRoleForCloudWatchCrossAccount to allow CloudWatch to assume the sharing role in the sharing account. If it does not, you must create it following the directions in Set up a monitoring account in Cross-account cross-Region CloudWatch console.
260
+ * Creates or updates an alarm and associates it with the specified metric, metric math expression, anomaly detection model, or Metrics Insights query. For more information about using a Metrics Insights query for an alarm, see Create alarms on Metrics Insights queries. Alarms based on anomaly detection models cannot have Auto Scaling actions. When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed. When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm. If you are an IAM user, you must have Amazon EC2 permissions for some alarm operations: The iam:CreateServiceLinkedRole permission for all alarms with EC2 actions The iam:CreateServiceLinkedRole permissions to create an alarm with Systems Manager OpsItem or response plan actions. The first time you create an alarm in the Amazon Web Services Management Console, the CLI, or by using the PutMetricAlarm API, CloudWatch creates the necessary service-linked role for you. The service-linked roles are called AWSServiceRoleForCloudWatchEvents and AWSServiceRoleForCloudWatchAlarms_ActionSSM. For more information, see Amazon Web Services service-linked role. Cross-account alarms You can set an alarm on metrics in the current account, or in another account. To create a cross-account alarm that watches a metric in a different account, you must have completed the following pre-requisites: The account where the metrics are located (the sharing account) must already have a sharing role named CloudWatch-CrossAccountSharingRole. If it does not already have this role, you must create it using the instructions in Set up a sharing account in Cross-account cross-Region CloudWatch console. The policy for that role must grant access to the ID of the account where you are creating the alarm. The account where you are creating the alarm (the monitoring account) must already have a service-linked role named AWSServiceRoleForCloudWatchCrossAccount to allow CloudWatch to assume the sharing role in the sharing account. If it does not, you must create it following the directions in Set up a monitoring account in Cross-account cross-Region CloudWatch console.
261
261
  */
262
262
  putMetricAlarm(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
263
263
  /**
@@ -585,7 +585,7 @@ declare namespace CloudWatch {
585
585
  export type DatapointsToAlarm = number;
586
586
  export interface DeleteAlarmsInput {
587
587
  /**
588
- * The alarms to be deleted.
588
+ * The alarms to be deleted. Do not enclose the alarm names in quote marks.
589
589
  */
590
590
  AlarmNames: AlarmNames;
591
591
  }
@@ -835,11 +835,11 @@ declare namespace CloudWatch {
835
835
  }
836
836
  export interface Dimension {
837
837
  /**
838
- * The name of the dimension. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
838
+ * The name of the dimension. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:). ASCII control characters are not supported as part of dimension names.
839
839
  */
840
840
  Name: DimensionName;
841
841
  /**
842
- * The value of the dimension. Dimension values must contain only ASCII characters and must include at least one non-whitespace character.
842
+ * The value of the dimension. Dimension values must contain only ASCII characters and must include at least one non-whitespace character. ASCII control characters are not supported as part of dimension values.
843
843
  */
844
844
  Value: DimensionValue;
845
845
  }
@@ -1633,7 +1633,7 @@ declare namespace CloudWatch {
1633
1633
  */
1634
1634
  MetricName: MetricName;
1635
1635
  /**
1636
- * The dimensions associated with the metric.
1636
+ * The dimensions associated with the metric.
1637
1637
  */
1638
1638
  Dimensions?: Dimensions;
1639
1639
  /**
@@ -1913,7 +1913,7 @@ declare namespace CloudWatch {
1913
1913
  }
1914
1914
  export interface PutMetricAlarmInput {
1915
1915
  /**
1916
- * The name for the alarm. This name must be unique within the Region.
1916
+ * The name for the alarm. This name must be unique within the Region. The name must contain only UTF-8 characters, and can't contain ASCII control characters
1917
1917
  */
1918
1918
  AlarmName: AlarmName;
1919
1919
  /**
@@ -1925,15 +1925,15 @@ declare namespace CloudWatch {
1925
1925
  */
1926
1926
  ActionsEnabled?: ActionsEnabled;
1927
1927
  /**
1928
- * The actions to execute when this alarm transitions to an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN). Valid Values: arn:aws:automate:region:ec2:stop | arn:aws:automate:region:ec2:terminate | arn:aws:automate:region:ec2:recover | arn:aws:automate:region:ec2:reboot | arn:aws:sns:region:account-id:sns-topic-name | arn:aws:autoscaling:region:account-id:scalingPolicy:policy-id:autoScalingGroupName/group-friendly-name:policyName/policy-friendly-name Valid Values (for use with IAM roles): arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Reboot/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Recover/1.0
1928
+ * The actions to execute when this alarm transitions to an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN). Valid values: EC2 actions: arn:aws:automate:region:ec2:stop arn:aws:automate:region:ec2:terminate arn:aws:automate:region:ec2:reboot arn:aws:automate:region:ec2:recover arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Stop/1.0 arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Terminate/1.0 arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Reboot/1.0 arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Recover/1.0 Autoscaling action: arn:aws:autoscaling:region:account-id:scalingPolicy:policy-id:autoScalingGroupName/group-friendly-name:policyName/policy-friendly-name SSN notification action: arn:aws:sns:region:account-id:sns-topic-name:autoScalingGroupName/group-friendly-name:policyName/policy-friendly-name SSM integration actions: arn:aws:ssm:region:account-id:opsitem:severity#CATEGORY=category-name arn:aws:ssm-incidents::account-id:responseplan/response-plan-name
1929
1929
  */
1930
1930
  OKActions?: ResourceList;
1931
1931
  /**
1932
- * The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN). Valid Values: arn:aws:automate:region:ec2:stop | arn:aws:automate:region:ec2:terminate | arn:aws:automate:region:ec2:recover | arn:aws:automate:region:ec2:reboot | arn:aws:sns:region:account-id:sns-topic-name | arn:aws:autoscaling:region:account-id:scalingPolicy:policy-id:autoScalingGroupName/group-friendly-name:policyName/policy-friendly-name | arn:aws:ssm:region:account-id:opsitem:severity | arn:aws:ssm-incidents::account-id:response-plan:response-plan-name Valid Values (for use with IAM roles): arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Reboot/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Recover/1.0
1932
+ * The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN). Valid values: EC2 actions: arn:aws:automate:region:ec2:stop arn:aws:automate:region:ec2:terminate arn:aws:automate:region:ec2:reboot arn:aws:automate:region:ec2:recover arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Stop/1.0 arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Terminate/1.0 arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Reboot/1.0 arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Recover/1.0 Autoscaling action: arn:aws:autoscaling:region:account-id:scalingPolicy:policy-id:autoScalingGroupName/group-friendly-name:policyName/policy-friendly-name SSN notification action: arn:aws:sns:region:account-id:sns-topic-name:autoScalingGroupName/group-friendly-name:policyName/policy-friendly-name SSM integration actions: arn:aws:ssm:region:account-id:opsitem:severity#CATEGORY=category-name arn:aws:ssm-incidents::account-id:responseplan/response-plan-name
1933
1933
  */
1934
1934
  AlarmActions?: ResourceList;
1935
1935
  /**
1936
- * The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN). Valid Values: arn:aws:automate:region:ec2:stop | arn:aws:automate:region:ec2:terminate | arn:aws:automate:region:ec2:recover | arn:aws:automate:region:ec2:reboot | arn:aws:sns:region:account-id:sns-topic-name | arn:aws:autoscaling:region:account-id:scalingPolicy:policy-id:autoScalingGroupName/group-friendly-name:policyName/policy-friendly-name Valid Values (for use with IAM roles): &gt;arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Reboot/1.0
1936
+ * The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN). Valid values: EC2 actions: arn:aws:automate:region:ec2:stop arn:aws:automate:region:ec2:terminate arn:aws:automate:region:ec2:reboot arn:aws:automate:region:ec2:recover arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Stop/1.0 arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Terminate/1.0 arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Reboot/1.0 arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Recover/1.0 Autoscaling action: arn:aws:autoscaling:region:account-id:scalingPolicy:policy-id:autoScalingGroupName/group-friendly-name:policyName/policy-friendly-name SSN notification action: arn:aws:sns:region:account-id:sns-topic-name:autoScalingGroupName/group-friendly-name:policyName/policy-friendly-name SSM integration actions: arn:aws:ssm:region:account-id:opsitem:severity#CATEGORY=category-name arn:aws:ssm-incidents::account-id:responseplan/response-plan-name
1937
1937
  */
1938
1938
  InsufficientDataActions?: ResourceList;
1939
1939
  /**
@@ -2003,7 +2003,7 @@ declare namespace CloudWatch {
2003
2003
  }
2004
2004
  export interface PutMetricDataInput {
2005
2005
  /**
2006
- * The namespace for the metric data. To avoid conflicts with Amazon Web Services service namespaces, you should not specify a namespace that begins with AWS/
2006
+ * The namespace for the metric data. You can use ASCII characters for the namespace, except for control characters which are not supported. To avoid conflicts with Amazon Web Services service namespaces, you should not specify a namespace that begins with AWS/
2007
2007
  */
2008
2008
  Namespace: Namespace;
2009
2009
  /**