cdk-lambda-subminute 2.0.426 → 2.0.428
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +155 -123
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +330 -321
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +107 -80
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +3 -1
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +140 -56
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +7 -3
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +16 -10
- package/node_modules/aws-sdk/apis/supplychain-2024-01-01.examples.json +261 -0
- package/node_modules/aws-sdk/apis/supplychain-2024-01-01.min.json +44 -0
- package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +15 -26
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +32 -0
- package/node_modules/aws-sdk/clients/codebuild.d.ts +3 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +15 -4
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +46 -4
- package/node_modules/aws-sdk/clients/networkmonitor.d.ts +26 -26
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +10 -2
- package/node_modules/aws-sdk/clients/qconnect.d.ts +169 -96
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -1
- package/node_modules/aws-sdk/clients/rekognition.d.ts +5 -1
- package/node_modules/aws-sdk/clients/supplychain.d.ts +44 -0
- package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +6 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +356 -337
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -832,6 +832,24 @@ declare namespace MediaConvert {
|
|
832
832
|
* Specify the color of the burned-in captions text. Leave Font color blank and set Style passthrough to enabled to use the font color data from your input captions, if present.
|
833
833
|
*/
|
834
834
|
FontColor?: BurninSubtitleFontColor;
|
835
|
+
/**
|
836
|
+
* Specify a bold TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, an italic, and a bold italic font file.
|
837
|
+
*/
|
838
|
+
FontFileBold?: __stringPatternS3TtfHttpsTtf;
|
839
|
+
/**
|
840
|
+
* Specify a bold italic TrueType font file to use when rendering your output captions.
|
841
|
+
Enter an S3, HTTP, or HTTPS URL.
|
842
|
+
When you do, you must also separately specify a regular, a bold, and an italic font file.
|
843
|
+
*/
|
844
|
+
FontFileBoldItalic?: __string;
|
845
|
+
/**
|
846
|
+
* Specify an italic TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, a bold, and a bold italic font file.
|
847
|
+
*/
|
848
|
+
FontFileItalic?: __stringPatternS3TtfHttpsTtf;
|
849
|
+
/**
|
850
|
+
* Specify a regular TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a bold, an italic, and a bold italic font file.
|
851
|
+
*/
|
852
|
+
FontFileRegular?: __stringPatternS3TtfHttpsTtf;
|
835
853
|
/**
|
836
854
|
* Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
|
837
855
|
*/
|
@@ -877,7 +895,7 @@ declare namespace MediaConvert {
|
|
877
895
|
*/
|
878
896
|
ShadowYOffset?: __integerMinNegative2147483648Max2147483647;
|
879
897
|
/**
|
880
|
-
*
|
898
|
+
* To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled. Note that MediaConvert uses default settings for any missing style or position information in your input captions To ignore the style and position information from your input captions and use default settings: Leave blank or keep the default value, Disabled. Default settings include white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings. You can also override any fonts by manually specifying custom font files.
|
881
899
|
*/
|
882
900
|
StylePassthrough?: BurnInSubtitleStylePassthrough;
|
883
901
|
/**
|
@@ -1959,6 +1977,24 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
|
|
1959
1977
|
* Specify the color of the captions text. Leave Font color blank and set Style passthrough to enabled to use the font color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.
|
1960
1978
|
*/
|
1961
1979
|
FontColor?: DvbSubtitleFontColor;
|
1980
|
+
/**
|
1981
|
+
* Specify a bold TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, an italic, and a bold italic font file.
|
1982
|
+
*/
|
1983
|
+
FontFileBold?: __stringPatternS3TtfHttpsTtf;
|
1984
|
+
/**
|
1985
|
+
* Specify a bold italic TrueType font file to use when rendering your output captions.
|
1986
|
+
Enter an S3, HTTP, or HTTPS URL.
|
1987
|
+
When you do, you must also separately specify a regular, a bold, and an italic font file.
|
1988
|
+
*/
|
1989
|
+
FontFileBoldItalic?: __stringPatternS3TtfHttpsTtf;
|
1990
|
+
/**
|
1991
|
+
* Specify an italic TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, a bold, and a bold italic font file.
|
1992
|
+
*/
|
1993
|
+
FontFileItalic?: __stringPatternS3TtfHttpsTtf;
|
1994
|
+
/**
|
1995
|
+
* Specify a regular TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a bold, an italic, and a bold italic font file.
|
1996
|
+
*/
|
1997
|
+
FontFileRegular?: __stringPatternS3TtfHttpsTtf;
|
1962
1998
|
/**
|
1963
1999
|
* Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
|
1964
2000
|
Within your job settings, all of your DVB-Sub settings must be identical.
|
@@ -2010,7 +2046,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
2010
2046
|
*/
|
2011
2047
|
ShadowYOffset?: __integerMinNegative2147483648Max2147483647;
|
2012
2048
|
/**
|
2013
|
-
*
|
2049
|
+
* To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled. Note that MediaConvert uses default settings for any missing style or position information in your input captions To ignore the style and position information from your input captions and use default settings: Leave blank or keep the default value, Disabled. Default settings include white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings. You can also override any fonts by manually specifying custom font files.
|
2014
2050
|
*/
|
2015
2051
|
StylePassthrough?: DvbSubtitleStylePassthrough;
|
2016
2052
|
/**
|
@@ -3685,7 +3721,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
3685
3721
|
*/
|
3686
3722
|
AvailBlanking?: AvailBlanking;
|
3687
3723
|
/**
|
3688
|
-
* Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.
|
3724
|
+
* Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
|
3689
3725
|
*/
|
3690
3726
|
ColorConversion3DLUTSettings?: __listOfColorConversion3DLUTSetting;
|
3691
3727
|
/**
|
@@ -3799,7 +3835,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
3799
3835
|
*/
|
3800
3836
|
AvailBlanking?: AvailBlanking;
|
3801
3837
|
/**
|
3802
|
-
* Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.
|
3838
|
+
* Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
|
3803
3839
|
*/
|
3804
3840
|
ColorConversion3DLUTSettings?: __listOfColorConversion3DLUTSetting;
|
3805
3841
|
/**
|
@@ -4049,6 +4085,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
4049
4085
|
export type M2tsKlvMetadata = "PASSTHROUGH"|"NONE"|string;
|
4050
4086
|
export type M2tsNielsenId3 = "INSERT"|"NONE"|string;
|
4051
4087
|
export type M2tsPcrControl = "PCR_EVERY_PES_PACKET"|"CONFIGURED_PCR_PERIOD"|string;
|
4088
|
+
export type M2tsPreventBufferUnderflow = "DISABLED"|"ENABLED"|string;
|
4052
4089
|
export type M2tsRateMode = "VBR"|"CBR"|string;
|
4053
4090
|
export interface M2tsScte35Esam {
|
4054
4091
|
/**
|
@@ -4168,6 +4205,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
4168
4205
|
* Specify the packet identifier (PID) for the program map table (PMT) itself. Default is 480.
|
4169
4206
|
*/
|
4170
4207
|
PmtPid?: __integerMin32Max8182;
|
4208
|
+
/**
|
4209
|
+
* Specify whether MediaConvert automatically attempts to prevent decoder buffer underflows in your transport stream output. Use if you are seeing decoder buffer underflows in your output and are unable to increase your transport stream's bitrate. For most workflows: We recommend that you keep the default value, Disabled. To prevent decoder buffer underflows in your output, when possible: Choose Enabled. Note that if MediaConvert prevents a decoder buffer underflow in your output, output video quality is reduced and your job will take longer to complete.
|
4210
|
+
*/
|
4211
|
+
PreventBufferUnderflow?: M2tsPreventBufferUnderflow;
|
4171
4212
|
/**
|
4172
4213
|
* Specify the packet identifier (PID) of the private metadata stream. Default is 503.
|
4173
4214
|
*/
|
@@ -6576,6 +6617,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
|
|
6576
6617
|
export type __stringPatternS3 = string;
|
6577
6618
|
export type __stringPatternS3ASSETMAPXml = string;
|
6578
6619
|
export type __stringPatternS3Https = string;
|
6620
|
+
export type __stringPatternS3TtfHttpsTtf = string;
|
6579
6621
|
export type __stringPatternSNManifestConfirmConditionNotificationNS = string;
|
6580
6622
|
export type __stringPatternSNSignalProcessingNotificationNS = string;
|
6581
6623
|
export type __stringPatternW = string;
|
@@ -12,51 +12,51 @@ declare class NetworkMonitor extends Service {
|
|
12
12
|
constructor(options?: NetworkMonitor.Types.ClientConfiguration)
|
13
13
|
config: Config & NetworkMonitor.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Creates a monitor between a source subnet and destination IP address. Within a monitor you'll create one or more probes that monitor network traffic between your source Amazon Web Services VPC subnets and your destination IP addresses. Each probe then aggregates and sends metrics to Amazon CloudWatch.
|
15
|
+
* Creates a monitor between a source subnet and destination IP address. Within a monitor you'll create one or more probes that monitor network traffic between your source Amazon Web Services VPC subnets and your destination IP addresses. Each probe then aggregates and sends metrics to Amazon CloudWatch. You can also create a monitor with probes using this command. For each probe, you define the following: source—The subnet IDs where the probes will be created. destination— The target destination IP address for the probe. destinationPort—Required only if the protocol is TCP. protocol—The communication protocol between the source and destination. This will be either TCP or ICMP. packetSize—The size of the packets. This must be a number between 56 and 8500. (Optional) tags —Key-value pairs created and assigned to the probe.
|
16
16
|
*/
|
17
17
|
createMonitor(params: NetworkMonitor.Types.CreateMonitorInput, callback?: (err: AWSError, data: NetworkMonitor.Types.CreateMonitorOutput) => void): Request<NetworkMonitor.Types.CreateMonitorOutput, AWSError>;
|
18
18
|
/**
|
19
|
-
* Creates a monitor between a source subnet and destination IP address. Within a monitor you'll create one or more probes that monitor network traffic between your source Amazon Web Services VPC subnets and your destination IP addresses. Each probe then aggregates and sends metrics to Amazon CloudWatch.
|
19
|
+
* Creates a monitor between a source subnet and destination IP address. Within a monitor you'll create one or more probes that monitor network traffic between your source Amazon Web Services VPC subnets and your destination IP addresses. Each probe then aggregates and sends metrics to Amazon CloudWatch. You can also create a monitor with probes using this command. For each probe, you define the following: source—The subnet IDs where the probes will be created. destination— The target destination IP address for the probe. destinationPort—Required only if the protocol is TCP. protocol—The communication protocol between the source and destination. This will be either TCP or ICMP. packetSize—The size of the packets. This must be a number between 56 and 8500. (Optional) tags —Key-value pairs created and assigned to the probe.
|
20
20
|
*/
|
21
21
|
createMonitor(callback?: (err: AWSError, data: NetworkMonitor.Types.CreateMonitorOutput) => void): Request<NetworkMonitor.Types.CreateMonitorOutput, AWSError>;
|
22
22
|
/**
|
23
|
-
* Create a probe within a monitor. Once you create a probe, and it begins monitoring your network traffic, you'll incur billing charges for that probe.
|
23
|
+
* Create a probe within a monitor. Once you create a probe, and it begins monitoring your network traffic, you'll incur billing charges for that probe. This action requires the monitorName parameter. Run ListMonitors to get a list of monitor names. Note the name of the monitorName you want to create the probe for.
|
24
24
|
*/
|
25
25
|
createProbe(params: NetworkMonitor.Types.CreateProbeInput, callback?: (err: AWSError, data: NetworkMonitor.Types.CreateProbeOutput) => void): Request<NetworkMonitor.Types.CreateProbeOutput, AWSError>;
|
26
26
|
/**
|
27
|
-
* Create a probe within a monitor. Once you create a probe, and it begins monitoring your network traffic, you'll incur billing charges for that probe.
|
27
|
+
* Create a probe within a monitor. Once you create a probe, and it begins monitoring your network traffic, you'll incur billing charges for that probe. This action requires the monitorName parameter. Run ListMonitors to get a list of monitor names. Note the name of the monitorName you want to create the probe for.
|
28
28
|
*/
|
29
29
|
createProbe(callback?: (err: AWSError, data: NetworkMonitor.Types.CreateProbeOutput) => void): Request<NetworkMonitor.Types.CreateProbeOutput, AWSError>;
|
30
30
|
/**
|
31
|
-
* Deletes a specified monitor.
|
31
|
+
* Deletes a specified monitor. This action requires the monitorName parameter. Run ListMonitors to get a list of monitor names.
|
32
32
|
*/
|
33
33
|
deleteMonitor(params: NetworkMonitor.Types.DeleteMonitorInput, callback?: (err: AWSError, data: NetworkMonitor.Types.DeleteMonitorOutput) => void): Request<NetworkMonitor.Types.DeleteMonitorOutput, AWSError>;
|
34
34
|
/**
|
35
|
-
* Deletes a specified monitor.
|
35
|
+
* Deletes a specified monitor. This action requires the monitorName parameter. Run ListMonitors to get a list of monitor names.
|
36
36
|
*/
|
37
37
|
deleteMonitor(callback?: (err: AWSError, data: NetworkMonitor.Types.DeleteMonitorOutput) => void): Request<NetworkMonitor.Types.DeleteMonitorOutput, AWSError>;
|
38
38
|
/**
|
39
|
-
* Deletes the specified
|
39
|
+
* Deletes the specified probe. Once a probe is deleted you'll no longer incur any billing fees for that probe. This action requires both the monitorName and probeId parameters. Run ListMonitors to get a list of monitor names. Run GetMonitor to get a list of probes and probe IDs. You can only delete a single probe at a time using this action.
|
40
40
|
*/
|
41
41
|
deleteProbe(params: NetworkMonitor.Types.DeleteProbeInput, callback?: (err: AWSError, data: NetworkMonitor.Types.DeleteProbeOutput) => void): Request<NetworkMonitor.Types.DeleteProbeOutput, AWSError>;
|
42
42
|
/**
|
43
|
-
* Deletes the specified
|
43
|
+
* Deletes the specified probe. Once a probe is deleted you'll no longer incur any billing fees for that probe. This action requires both the monitorName and probeId parameters. Run ListMonitors to get a list of monitor names. Run GetMonitor to get a list of probes and probe IDs. You can only delete a single probe at a time using this action.
|
44
44
|
*/
|
45
45
|
deleteProbe(callback?: (err: AWSError, data: NetworkMonitor.Types.DeleteProbeOutput) => void): Request<NetworkMonitor.Types.DeleteProbeOutput, AWSError>;
|
46
46
|
/**
|
47
|
-
* Returns details about a specific monitor.
|
47
|
+
* Returns details about a specific monitor. This action requires the monitorName parameter. Run ListMonitors to get a list of monitor names.
|
48
48
|
*/
|
49
49
|
getMonitor(params: NetworkMonitor.Types.GetMonitorInput, callback?: (err: AWSError, data: NetworkMonitor.Types.GetMonitorOutput) => void): Request<NetworkMonitor.Types.GetMonitorOutput, AWSError>;
|
50
50
|
/**
|
51
|
-
* Returns details about a specific monitor.
|
51
|
+
* Returns details about a specific monitor. This action requires the monitorName parameter. Run ListMonitors to get a list of monitor names.
|
52
52
|
*/
|
53
53
|
getMonitor(callback?: (err: AWSError, data: NetworkMonitor.Types.GetMonitorOutput) => void): Request<NetworkMonitor.Types.GetMonitorOutput, AWSError>;
|
54
54
|
/**
|
55
|
-
* Returns the details about a probe.
|
55
|
+
* Returns the details about a probe. This action requires both the monitorName and probeId parameters. Run ListMonitors to get a list of monitor names. Run GetMonitor to get a list of probes and probe IDs.
|
56
56
|
*/
|
57
57
|
getProbe(params: NetworkMonitor.Types.GetProbeInput, callback?: (err: AWSError, data: NetworkMonitor.Types.GetProbeOutput) => void): Request<NetworkMonitor.Types.GetProbeOutput, AWSError>;
|
58
58
|
/**
|
59
|
-
* Returns the details about a probe.
|
59
|
+
* Returns the details about a probe. This action requires both the monitorName and probeId parameters. Run ListMonitors to get a list of monitor names. Run GetMonitor to get a list of probes and probe IDs.
|
60
60
|
*/
|
61
61
|
getProbe(callback?: (err: AWSError, data: NetworkMonitor.Types.GetProbeOutput) => void): Request<NetworkMonitor.Types.GetProbeOutput, AWSError>;
|
62
62
|
/**
|
@@ -92,19 +92,19 @@ declare class NetworkMonitor extends Service {
|
|
92
92
|
*/
|
93
93
|
untagResource(callback?: (err: AWSError, data: NetworkMonitor.Types.UntagResourceOutput) => void): Request<NetworkMonitor.Types.UntagResourceOutput, AWSError>;
|
94
94
|
/**
|
95
|
-
* Updates the aggregationPeriod for a monitor. Monitors support an aggregationPeriod of either 30 or 60 seconds.
|
95
|
+
* Updates the aggregationPeriod for a monitor. Monitors support an aggregationPeriod of either 30 or 60 seconds. This action requires the monitorName and probeId parameter. Run ListMonitors to get a list of monitor names.
|
96
96
|
*/
|
97
97
|
updateMonitor(params: NetworkMonitor.Types.UpdateMonitorInput, callback?: (err: AWSError, data: NetworkMonitor.Types.UpdateMonitorOutput) => void): Request<NetworkMonitor.Types.UpdateMonitorOutput, AWSError>;
|
98
98
|
/**
|
99
|
-
* Updates the aggregationPeriod for a monitor. Monitors support an aggregationPeriod of either 30 or 60 seconds.
|
99
|
+
* Updates the aggregationPeriod for a monitor. Monitors support an aggregationPeriod of either 30 or 60 seconds. This action requires the monitorName and probeId parameter. Run ListMonitors to get a list of monitor names.
|
100
100
|
*/
|
101
101
|
updateMonitor(callback?: (err: AWSError, data: NetworkMonitor.Types.UpdateMonitorOutput) => void): Request<NetworkMonitor.Types.UpdateMonitorOutput, AWSError>;
|
102
102
|
/**
|
103
|
-
* Updates a monitor probe. This action requires both the monitorName and probeId parameters. Run ListMonitors to get a list of monitor names. Run GetMonitor to get a list of probes and probe IDs.
|
103
|
+
* Updates a monitor probe. This action requires both the monitorName and probeId parameters. Run ListMonitors to get a list of monitor names. Run GetMonitor to get a list of probes and probe IDs. You can update the following para create a monitor with probes using this command. For each probe, you define the following: state—The state of the probe. destination— The target destination IP address for the probe. destinationPort—Required only if the protocol is TCP. protocol—The communication protocol between the source and destination. This will be either TCP or ICMP. packetSize—The size of the packets. This must be a number between 56 and 8500. (Optional) tags —Key-value pairs created and assigned to the probe.
|
104
104
|
*/
|
105
105
|
updateProbe(params: NetworkMonitor.Types.UpdateProbeInput, callback?: (err: AWSError, data: NetworkMonitor.Types.UpdateProbeOutput) => void): Request<NetworkMonitor.Types.UpdateProbeOutput, AWSError>;
|
106
106
|
/**
|
107
|
-
* Updates a monitor probe. This action requires both the monitorName and probeId parameters. Run ListMonitors to get a list of monitor names. Run GetMonitor to get a list of probes and probe IDs.
|
107
|
+
* Updates a monitor probe. This action requires both the monitorName and probeId parameters. Run ListMonitors to get a list of monitor names. Run GetMonitor to get a list of probes and probe IDs. You can update the following para create a monitor with probes using this command. For each probe, you define the following: state—The state of the probe. destination— The target destination IP address for the probe. destinationPort—Required only if the protocol is TCP. protocol—The communication protocol between the source and destination. This will be either TCP or ICMP. packetSize—The size of the packets. This must be a number between 56 and 8500. (Optional) tags —Key-value pairs created and assigned to the probe.
|
108
108
|
*/
|
109
109
|
updateProbe(callback?: (err: AWSError, data: NetworkMonitor.Types.UpdateProbeOutput) => void): Request<NetworkMonitor.Types.UpdateProbeOutput, AWSError>;
|
110
110
|
}
|
@@ -122,7 +122,7 @@ declare namespace NetworkMonitor {
|
|
122
122
|
*/
|
123
123
|
probes?: CreateMonitorProbeInputList;
|
124
124
|
/**
|
125
|
-
* The time, in seconds, that metrics are aggregated and sent to Amazon CloudWatch. Valid values are either 30 or 60.
|
125
|
+
* The time, in seconds, that metrics are aggregated and sent to Amazon CloudWatch. Valid values are either 30 or 60. 60 is the default if no period is chosen.
|
126
126
|
*/
|
127
127
|
aggregationPeriod?: AggregationPeriod;
|
128
128
|
/**
|
@@ -148,7 +148,7 @@ declare namespace NetworkMonitor {
|
|
148
148
|
*/
|
149
149
|
state: MonitorState;
|
150
150
|
/**
|
151
|
-
* The number of seconds that metrics are aggregated by and sent to Amazon CloudWatch. This
|
151
|
+
* The number of seconds that metrics are aggregated by and sent to Amazon CloudWatch. This will be either 30 or 60.
|
152
152
|
*/
|
153
153
|
aggregationPeriod?: AggregationPeriod;
|
154
154
|
/**
|
@@ -185,7 +185,7 @@ declare namespace NetworkMonitor {
|
|
185
185
|
export type CreateMonitorProbeInputList = CreateMonitorProbeInput[];
|
186
186
|
export interface CreateProbeInput {
|
187
187
|
/**
|
188
|
-
* The name of the monitor to associated with the probe.
|
188
|
+
* The name of the monitor to associated with the probe.
|
189
189
|
*/
|
190
190
|
monitorName: ResourceName;
|
191
191
|
/**
|
@@ -257,7 +257,7 @@ declare namespace NetworkMonitor {
|
|
257
257
|
}
|
258
258
|
export interface DeleteMonitorInput {
|
259
259
|
/**
|
260
|
-
* The name of the monitor to delete.
|
260
|
+
* The name of the monitor to delete.
|
261
261
|
*/
|
262
262
|
monitorName: ResourceName;
|
263
263
|
}
|
@@ -265,11 +265,11 @@ declare namespace NetworkMonitor {
|
|
265
265
|
}
|
266
266
|
export interface DeleteProbeInput {
|
267
267
|
/**
|
268
|
-
* The name of the monitor to delete.
|
268
|
+
* The name of the monitor to delete.
|
269
269
|
*/
|
270
270
|
monitorName: ResourceName;
|
271
271
|
/**
|
272
|
-
* The ID of the probe to delete.
|
272
|
+
* The ID of the probe to delete.
|
273
273
|
*/
|
274
274
|
probeId: ProbeId;
|
275
275
|
}
|
@@ -288,11 +288,11 @@ declare namespace NetworkMonitor {
|
|
288
288
|
*/
|
289
289
|
monitorArn: MonitorArn;
|
290
290
|
/**
|
291
|
-
* The name of the monitor.
|
291
|
+
* The name of the monitor.
|
292
292
|
*/
|
293
293
|
monitorName: ResourceName;
|
294
294
|
/**
|
295
|
-
*
|
295
|
+
* Lists the status of the state of each monitor.
|
296
296
|
*/
|
297
297
|
state: MonitorState;
|
298
298
|
/**
|
@@ -562,7 +562,7 @@ declare namespace NetworkMonitor {
|
|
562
562
|
}
|
563
563
|
export interface UpdateMonitorInput {
|
564
564
|
/**
|
565
|
-
* The name of the monitor to update.
|
565
|
+
* The name of the monitor to update.
|
566
566
|
*/
|
567
567
|
monitorName: ResourceName;
|
568
568
|
/**
|
@@ -598,7 +598,7 @@ declare namespace NetworkMonitor {
|
|
598
598
|
*/
|
599
599
|
monitorName: ResourceName;
|
600
600
|
/**
|
601
|
-
*
|
601
|
+
* The ID of the probe to update.
|
602
602
|
*/
|
603
603
|
probeId: ProbeId;
|
604
604
|
/**
|
@@ -2928,6 +2928,10 @@ declare namespace Pinpoint {
|
|
2928
2928
|
* The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
|
2929
2929
|
*/
|
2930
2930
|
RoleArn?: __string;
|
2931
|
+
/**
|
2932
|
+
* The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.
|
2933
|
+
*/
|
2934
|
+
OrchestrationSendingRoleArn?: __string;
|
2931
2935
|
}
|
2932
2936
|
export interface EmailChannelResponse {
|
2933
2937
|
/**
|
@@ -2986,6 +2990,10 @@ declare namespace Pinpoint {
|
|
2986
2990
|
* The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.
|
2987
2991
|
*/
|
2988
2992
|
RoleArn?: __string;
|
2993
|
+
/**
|
2994
|
+
* The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.
|
2995
|
+
*/
|
2996
|
+
OrchestrationSendingRoleArn?: __string;
|
2989
2997
|
/**
|
2990
2998
|
* The current version of the email channel.
|
2991
2999
|
*/
|
@@ -3255,7 +3263,7 @@ declare namespace Pinpoint {
|
|
3255
3263
|
*/
|
3256
3264
|
Address?: __string;
|
3257
3265
|
/**
|
3258
|
-
* The delivery status of the message. Possible values are: DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again. OPT_OUT - The user who's associated with the endpoint has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again. PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint. Amazon Pinpoint won't attempt to send the message again. SUCCESSFUL - The message was successfully delivered to the endpoint. TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again. THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint.
|
3266
|
+
* The delivery status of the message. Possible values are: DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again. OPT_OUT - The user who's associated with the endpoint has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again. PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint. Amazon Pinpoint won't attempt to send the message again. SUCCESSFUL - The message was successfully delivered to the endpoint. TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again. THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint. UNKNOWN_FAILURE - An unknown error occurred.
|
3259
3267
|
*/
|
3260
3268
|
DeliveryStatus: DeliveryStatus;
|
3261
3269
|
/**
|
@@ -5534,7 +5542,7 @@ declare namespace Pinpoint {
|
|
5534
5542
|
}
|
5535
5543
|
export interface MessageResult {
|
5536
5544
|
/**
|
5537
|
-
* The delivery status of the message. Possible values are: DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again. OPT_OUT - The user who's associated with the endpoint address has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again. PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint address. Amazon Pinpoint won't attempt to send the message again. SUCCESSFUL - The message was successfully delivered to the endpoint address. TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again. THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint address.
|
5545
|
+
* The delivery status of the message. Possible values are: DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again. OPT_OUT - The user who's associated with the endpoint address has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again. PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint address. Amazon Pinpoint won't attempt to send the message again. SUCCESSFUL - The message was successfully delivered to the endpoint address. TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again. THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint address. UNKNOWN_FAILURE - An unknown error occurred.
|
5538
5546
|
*/
|
5539
5547
|
DeliveryStatus: DeliveryStatus;
|
5540
5548
|
/**
|