aws-sdk 2.1359.0 → 2.1361.0

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.
@@ -128,11 +128,15 @@ declare namespace InternetMonitor {
128
128
  /**
129
129
  * The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the network or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps control billing costs. To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
130
130
  */
131
- MaxCityNetworksToMonitor: MaxCityNetworksToMonitor;
131
+ MaxCityNetworksToMonitor?: MaxCityNetworksToMonitor;
132
132
  /**
133
- * Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.
133
+ * Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.
134
134
  */
135
135
  InternetMeasurementsLogDelivery?: InternetMeasurementsLogDelivery;
136
+ /**
137
+ * The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
138
+ */
139
+ TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
136
140
  }
137
141
  export interface CreateMonitorOutput {
138
142
  /**
@@ -251,11 +255,15 @@ declare namespace InternetMonitor {
251
255
  /**
252
256
  * The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the network or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps control billing costs. To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
253
257
  */
254
- MaxCityNetworksToMonitor: MaxCityNetworksToMonitor;
258
+ MaxCityNetworksToMonitor?: MaxCityNetworksToMonitor;
255
259
  /**
256
260
  * Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.
257
261
  */
258
262
  InternetMeasurementsLogDelivery?: InternetMeasurementsLogDelivery;
263
+ /**
264
+ * The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
265
+ */
266
+ TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
259
267
  }
260
268
  export interface HealthEvent {
261
269
  /**
@@ -568,6 +576,7 @@ declare namespace InternetMonitor {
568
576
  export interface TagResourceOutput {
569
577
  }
570
578
  export type TagValue = string;
579
+ export type TrafficPercentageToMonitor = number;
571
580
  export type TriangulationEventType = "AWS"|"Internet"|string;
572
581
  export interface UntagResourceInput {
573
582
  /**
@@ -610,6 +619,10 @@ declare namespace InternetMonitor {
610
619
  * Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.
611
620
  */
612
621
  InternetMeasurementsLogDelivery?: InternetMeasurementsLogDelivery;
622
+ /**
623
+ * The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
624
+ */
625
+ TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
613
626
  }
614
627
  export interface UpdateMonitorOutput {
615
628
  /**
@@ -1855,6 +1855,7 @@ declare namespace IoTWireless {
1855
1855
  */
1856
1856
  DownlinkFrequency: DownlinkFrequency;
1857
1857
  }
1858
+ export type GatewayMaxEirp = number;
1858
1859
  export type GenAppKey = string;
1859
1860
  export type GeoJsonPayload = Buffer|Uint8Array|Blob|string;
1860
1861
  export type GeranCid = number;
@@ -3176,6 +3177,10 @@ declare namespace IoTWireless {
3176
3177
  * Beaconing object information, which consists of the data rate and frequency parameters.
3177
3178
  */
3178
3179
  Beaconing?: Beaconing;
3180
+ /**
3181
+ * The MaxEIRP value.
3182
+ */
3183
+ MaxEirp?: GatewayMaxEirp;
3179
3184
  }
3180
3185
  export interface LoRaWANGatewayCurrentVersion {
3181
3186
  /**
@@ -3326,6 +3331,10 @@ declare namespace IoTWireless {
3326
3331
  DlFreq?: DlFreq;
3327
3332
  SessionStartTime?: SessionStartTimeTimestamp;
3328
3333
  SessionTimeout?: SessionTimeout;
3334
+ /**
3335
+ * The PingSlotPeriod value.
3336
+ */
3337
+ PingSlotPeriod?: PingSlotPeriod;
3329
3338
  }
3330
3339
  export interface LoRaWANSendDataToDevice {
3331
3340
  FPort?: FPort;
@@ -3347,6 +3356,14 @@ declare namespace IoTWireless {
3347
3356
  * The DrMax value.
3348
3357
  */
3349
3358
  DrMax?: DrMaxBox;
3359
+ /**
3360
+ * The PRAllowed value that describes whether passive roaming is allowed.
3361
+ */
3362
+ PrAllowed?: PrAllowed;
3363
+ /**
3364
+ * The RAAllowed value that describes whether roaming activation is allowed.
3365
+ */
3366
+ RaAllowed?: RaAllowed;
3350
3367
  }
3351
3368
  export interface LoRaWANStartFuotaTask {
3352
3369
  StartTime?: StartTime;
@@ -4508,6 +4525,10 @@ declare namespace IoTWireless {
4508
4525
  Description?: Description;
4509
4526
  JoinEuiFilters?: JoinEuiFilters;
4510
4527
  NetIdFilters?: NetIdFilters;
4528
+ /**
4529
+ * The MaxEIRP value.
4530
+ */
4531
+ MaxEirp?: GatewayMaxEirp;
4511
4532
  }
4512
4533
  export interface UpdateWirelessGatewayResponse {
4513
4534
  }
@@ -2887,7 +2887,7 @@ declare namespace Lambda {
2887
2887
  export type ResourceArn = string;
2888
2888
  export type ResponseStreamingInvocationType = "RequestResponse"|"DryRun"|string;
2889
2889
  export type RoleArn = string;
2890
- export type Runtime = "nodejs"|"nodejs4.3"|"nodejs6.10"|"nodejs8.10"|"nodejs10.x"|"nodejs12.x"|"nodejs14.x"|"nodejs16.x"|"java8"|"java8.al2"|"java11"|"python2.7"|"python3.6"|"python3.7"|"python3.8"|"python3.9"|"dotnetcore1.0"|"dotnetcore2.0"|"dotnetcore2.1"|"dotnetcore3.1"|"dotnet6"|"nodejs4.3-edge"|"go1.x"|"ruby2.5"|"ruby2.7"|"provided"|"provided.al2"|"nodejs18.x"|string;
2890
+ export type Runtime = "nodejs"|"nodejs4.3"|"nodejs6.10"|"nodejs8.10"|"nodejs10.x"|"nodejs12.x"|"nodejs14.x"|"nodejs16.x"|"java8"|"java8.al2"|"java11"|"python2.7"|"python3.6"|"python3.7"|"python3.8"|"python3.9"|"dotnetcore1.0"|"dotnetcore2.0"|"dotnetcore2.1"|"dotnetcore3.1"|"dotnet6"|"nodejs4.3-edge"|"go1.x"|"ruby2.5"|"ruby2.7"|"provided"|"provided.al2"|"nodejs18.x"|"python3.10"|string;
2891
2891
  export type RuntimeVersionArn = string;
2892
2892
  export interface RuntimeVersionConfig {
2893
2893
  /**