cdk-comprehend-s3olap 2.0.78 → 2.0.79
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-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +123 -79
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +47 -10
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +1 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +60 -11
- package/node_modules/aws-sdk/clients/panorama.d.ts +62 -0
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +12 -12
- 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 +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -445,16 +445,20 @@
|
|
445
445
|
},
|
446
446
|
"CurrentSoftware": {},
|
447
447
|
"Description": {},
|
448
|
+
"DeviceAggregatedStatus": {},
|
448
449
|
"DeviceConnectionStatus": {},
|
449
450
|
"DeviceId": {},
|
450
451
|
"LatestAlternateSoftware": {},
|
452
|
+
"LatestDeviceJob": {
|
453
|
+
"shape": "S2p"
|
454
|
+
},
|
451
455
|
"LatestSoftware": {},
|
452
456
|
"LeaseExpirationTime": {
|
453
457
|
"type": "timestamp"
|
454
458
|
},
|
455
459
|
"Name": {},
|
456
460
|
"NetworkingConfiguration": {
|
457
|
-
"shape": "
|
461
|
+
"shape": "S2t"
|
458
462
|
},
|
459
463
|
"ProvisioningStatus": {},
|
460
464
|
"SerialNumber": {},
|
@@ -685,7 +689,7 @@
|
|
685
689
|
"PackageId": {},
|
686
690
|
"PackageName": {},
|
687
691
|
"ReadAccessPrincipalArns": {
|
688
|
-
"shape": "
|
692
|
+
"shape": "S3u"
|
689
693
|
},
|
690
694
|
"StorageLocation": {
|
691
695
|
"shape": "S16"
|
@@ -694,7 +698,7 @@
|
|
694
698
|
"shape": "Sb"
|
695
699
|
},
|
696
700
|
"WriteAccessPrincipalArns": {
|
697
|
-
"shape": "
|
701
|
+
"shape": "S3u"
|
698
702
|
}
|
699
703
|
}
|
700
704
|
}
|
@@ -1008,14 +1012,30 @@
|
|
1008
1012
|
"input": {
|
1009
1013
|
"type": "structure",
|
1010
1014
|
"members": {
|
1015
|
+
"DeviceAggregatedStatusFilter": {
|
1016
|
+
"location": "querystring",
|
1017
|
+
"locationName": "DeviceAggregatedStatusFilter"
|
1018
|
+
},
|
1011
1019
|
"MaxResults": {
|
1012
1020
|
"location": "querystring",
|
1013
1021
|
"locationName": "MaxResults",
|
1014
1022
|
"type": "integer"
|
1015
1023
|
},
|
1024
|
+
"NameFilter": {
|
1025
|
+
"location": "querystring",
|
1026
|
+
"locationName": "NameFilter"
|
1027
|
+
},
|
1016
1028
|
"NextToken": {
|
1017
1029
|
"location": "querystring",
|
1018
1030
|
"locationName": "NextToken"
|
1031
|
+
},
|
1032
|
+
"SortBy": {
|
1033
|
+
"location": "querystring",
|
1034
|
+
"locationName": "SortBy"
|
1035
|
+
},
|
1036
|
+
"SortOrder": {
|
1037
|
+
"location": "querystring",
|
1038
|
+
"locationName": "SortOrder"
|
1019
1039
|
}
|
1020
1040
|
}
|
1021
1041
|
},
|
@@ -1034,15 +1054,25 @@
|
|
1034
1054
|
"CreatedTime": {
|
1035
1055
|
"type": "timestamp"
|
1036
1056
|
},
|
1057
|
+
"CurrentSoftware": {},
|
1058
|
+
"Description": {},
|
1059
|
+
"DeviceAggregatedStatus": {},
|
1037
1060
|
"DeviceId": {},
|
1038
1061
|
"LastUpdatedTime": {
|
1039
1062
|
"type": "timestamp"
|
1040
1063
|
},
|
1064
|
+
"LatestDeviceJob": {
|
1065
|
+
"shape": "S2p"
|
1066
|
+
},
|
1041
1067
|
"LeaseExpirationTime": {
|
1042
1068
|
"type": "timestamp"
|
1043
1069
|
},
|
1044
1070
|
"Name": {},
|
1045
|
-
"ProvisioningStatus": {}
|
1071
|
+
"ProvisioningStatus": {},
|
1072
|
+
"Tags": {
|
1073
|
+
"shape": "Sb"
|
1074
|
+
},
|
1075
|
+
"Type": {}
|
1046
1076
|
}
|
1047
1077
|
}
|
1048
1078
|
},
|
@@ -1352,7 +1382,7 @@
|
|
1352
1382
|
"Description": {},
|
1353
1383
|
"Name": {},
|
1354
1384
|
"NetworkingConfiguration": {
|
1355
|
-
"shape": "
|
1385
|
+
"shape": "S2t"
|
1356
1386
|
},
|
1357
1387
|
"Tags": {
|
1358
1388
|
"shape": "Sb"
|
@@ -1632,14 +1662,21 @@
|
|
1632
1662
|
"IpAddress": {}
|
1633
1663
|
}
|
1634
1664
|
},
|
1635
|
-
"
|
1665
|
+
"S2p": {
|
1666
|
+
"type": "structure",
|
1667
|
+
"members": {
|
1668
|
+
"ImageVersion": {},
|
1669
|
+
"Status": {}
|
1670
|
+
}
|
1671
|
+
},
|
1672
|
+
"S2t": {
|
1636
1673
|
"type": "structure",
|
1637
1674
|
"members": {
|
1638
1675
|
"Ethernet0": {
|
1639
|
-
"shape": "
|
1676
|
+
"shape": "S2u"
|
1640
1677
|
},
|
1641
1678
|
"Ethernet1": {
|
1642
|
-
"shape": "
|
1679
|
+
"shape": "S2u"
|
1643
1680
|
},
|
1644
1681
|
"Ntp": {
|
1645
1682
|
"type": "structure",
|
@@ -1655,7 +1692,7 @@
|
|
1655
1692
|
}
|
1656
1693
|
}
|
1657
1694
|
},
|
1658
|
-
"
|
1695
|
+
"S2u": {
|
1659
1696
|
"type": "structure",
|
1660
1697
|
"required": [
|
1661
1698
|
"ConnectionType"
|
@@ -1682,7 +1719,7 @@
|
|
1682
1719
|
}
|
1683
1720
|
}
|
1684
1721
|
},
|
1685
|
-
"
|
1722
|
+
"S3u": {
|
1686
1723
|
"type": "list",
|
1687
1724
|
"member": {}
|
1688
1725
|
}
|
@@ -1805,7 +1805,7 @@ declare namespace ELBv2 {
|
|
1805
1805
|
export type TargetGroupArns = TargetGroupArn[];
|
1806
1806
|
export interface TargetGroupAttribute {
|
1807
1807
|
/**
|
1808
|
-
* The name of the attribute. The following attribute is supported by all load balancers: deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported. The following attributes are supported by
|
1808
|
+
* The name of the attribute. The following attribute is supported by all load balancers: deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported. The following attributes are supported by Application Load Balancers, Network Load Balancers, and Gateway Load Balancers: stickiness.enabled - Indicates whether target stickiness is enabled. The value is true or false. The default is false. stickiness.type - Indicates the type of stickiness. The possible values are: lb_cookie and app_cookie for Application Load Balancers source_ip for Network Load Balancers source_ip_dest_ip and source_ip_dest_ip_proto for Gateway Load Balancers The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address: load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin. slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives an increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). The default is 0 seconds (disabled). stickiness.app_cookie.cookie_name - Indicates the name of the application-based cookie. Names that start with the following prefixes are not allowed: AWSALB, AWSALBAPP, and AWSALBTG; they're reserved for use by the load balancer. stickiness.app_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the application-based cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). The following attribute is supported only if the load balancer is an Application Load Balancer and the target is a Lambda function: lambda.multi_value_headers.enabled - Indicates whether the request and response headers that are exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client. The following attributes are supported only by Network Load Balancers: deregistration_delay.connection_termination.enabled - Indicates whether the load balancer terminates connections at the end of the deregistration timeout. The value is true or false. The default is false. preserve_client_ip.enabled - Indicates whether client IP preservation is enabled. The value is true or false. The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and TCP_UDP target groups. proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.
|
1809
1809
|
*/
|
1810
1810
|
Key?: TargetGroupAttributeKey;
|
1811
1811
|
/**
|
@@ -2257,7 +2257,7 @@ declare namespace GameLift {
|
|
2257
2257
|
Location?: LocationStringModel;
|
2258
2258
|
}
|
2259
2259
|
export type EC2InstanceLimitList = EC2InstanceLimit[];
|
2260
|
-
export type EC2InstanceType = "t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|string;
|
2260
|
+
export type EC2InstanceType = "t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c6a.large"|"c6a.xlarge"|"c6a.2xlarge"|"c6a.4xlarge"|"c6a.8xlarge"|"c6a.12xlarge"|"c6a.16xlarge"|"c6a.24xlarge"|"c6i.large"|"c6i.xlarge"|"c6i.2xlarge"|"c6i.4xlarge"|"c6i.8xlarge"|"c6i.12xlarge"|"c6i.16xlarge"|"c6i.24xlarge"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|string;
|
2261
2261
|
export interface Event {
|
2262
2262
|
/**
|
2263
2263
|
* A unique identifier for a fleet event.
|
@@ -928,6 +928,19 @@ declare namespace IoTWireless {
|
|
928
928
|
}
|
929
929
|
export type AutoCreateTasks = boolean;
|
930
930
|
export type BatteryLevel = "normal"|"low"|"critical"|string;
|
931
|
+
export interface Beaconing {
|
932
|
+
/**
|
933
|
+
* The data rate for gateways that are sending the beacons.
|
934
|
+
*/
|
935
|
+
DataRate?: BeaconingDataRate;
|
936
|
+
/**
|
937
|
+
* The frequency list for the gateways to send the beacons.
|
938
|
+
*/
|
939
|
+
Frequencies?: BeaconingFrequencies;
|
940
|
+
}
|
941
|
+
export type BeaconingDataRate = number;
|
942
|
+
export type BeaconingFrequencies = BeaconingFrequency[];
|
943
|
+
export type BeaconingFrequency = number;
|
931
944
|
export interface CancelMulticastGroupSessionRequest {
|
932
945
|
Id: MulticastGroupId;
|
933
946
|
}
|
@@ -956,7 +969,7 @@ declare namespace IoTWireless {
|
|
956
969
|
*/
|
957
970
|
LoRaWAN?: LoRaWANConnectionStatusEventNotificationConfigurations;
|
958
971
|
/**
|
959
|
-
*
|
972
|
+
* Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
|
960
973
|
*/
|
961
974
|
WirelessGatewayIdEventTopic?: EventNotificationTopicStatus;
|
962
975
|
}
|
@@ -1385,7 +1398,7 @@ declare namespace IoTWireless {
|
|
1385
1398
|
*/
|
1386
1399
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
1387
1400
|
/**
|
1388
|
-
*
|
1401
|
+
* Denotes whether the wireless device ID device registration state event topic is enabled or disabled.
|
1389
1402
|
*/
|
1390
1403
|
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
1391
1404
|
}
|
@@ -1457,6 +1470,8 @@ declare namespace IoTWireless {
|
|
1457
1470
|
export type DlRate = number;
|
1458
1471
|
export type DlRatePolicy = string;
|
1459
1472
|
export type Double = number;
|
1473
|
+
export type DownlinkFrequency = number;
|
1474
|
+
export type DownlinkMode = "SEQUENTIAL"|"CONCURRENT"|"USING_UPLINK_GATEWAY"|string;
|
1460
1475
|
export interface DownlinkQueueMessage {
|
1461
1476
|
/**
|
1462
1477
|
* The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
|
@@ -1550,6 +1565,17 @@ declare namespace IoTWireless {
|
|
1550
1565
|
export type FuotaTaskName = string;
|
1551
1566
|
export type FuotaTaskStatus = "Pending"|"FuotaSession_Waiting"|"In_FuotaSession"|"FuotaDone"|"Delete_Waiting"|string;
|
1552
1567
|
export type GatewayEui = string;
|
1568
|
+
export type GatewayList = GatewayListItem[];
|
1569
|
+
export interface GatewayListItem {
|
1570
|
+
/**
|
1571
|
+
* The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
|
1572
|
+
*/
|
1573
|
+
GatewayId: WirelessGatewayId;
|
1574
|
+
/**
|
1575
|
+
* The frequency to use for the gateways when sending a downlink message to the wireless device.
|
1576
|
+
*/
|
1577
|
+
DownlinkFrequency: DownlinkFrequency;
|
1578
|
+
}
|
1553
1579
|
export type GenAppKey = string;
|
1554
1580
|
export interface GetDestinationRequest {
|
1555
1581
|
/**
|
@@ -2088,7 +2114,7 @@ declare namespace IoTWireless {
|
|
2088
2114
|
*/
|
2089
2115
|
LoRaWAN?: LoRaWANJoinEventNotificationConfigurations;
|
2090
2116
|
/**
|
2091
|
-
*
|
2117
|
+
* Denotes whether the wireless device ID join event topic is enabled or disabled.
|
2092
2118
|
*/
|
2093
2119
|
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
2094
2120
|
}
|
@@ -2404,13 +2430,13 @@ declare namespace IoTWireless {
|
|
2404
2430
|
}
|
2405
2431
|
export interface LoRaWANConnectionStatusEventNotificationConfigurations {
|
2406
2432
|
/**
|
2407
|
-
*
|
2433
|
+
* Denotes whether the gateway EUI connection status event topic is enabled or disabled.
|
2408
2434
|
*/
|
2409
2435
|
GatewayEuiEventTopic?: EventNotificationTopicStatus;
|
2410
2436
|
}
|
2411
2437
|
export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
|
2412
2438
|
/**
|
2413
|
-
*
|
2439
|
+
* Denotes whether the wireless gateway connection status event topic is enabled or disabled.
|
2414
2440
|
*/
|
2415
2441
|
WirelessGatewayEventTopic?: EventNotificationTopicStatus;
|
2416
2442
|
}
|
@@ -2568,6 +2594,10 @@ declare namespace IoTWireless {
|
|
2568
2594
|
JoinEuiFilters?: JoinEuiFilters;
|
2569
2595
|
NetIdFilters?: NetIdFilters;
|
2570
2596
|
SubBands?: SubBands;
|
2597
|
+
/**
|
2598
|
+
* Beaconing object information, which consists of the data rate and frequency parameters.
|
2599
|
+
*/
|
2600
|
+
Beaconing?: Beaconing;
|
2571
2601
|
}
|
2572
2602
|
export interface LoRaWANGatewayCurrentVersion {
|
2573
2603
|
/**
|
@@ -2684,13 +2714,13 @@ declare namespace IoTWireless {
|
|
2684
2714
|
}
|
2685
2715
|
export interface LoRaWANJoinEventNotificationConfigurations {
|
2686
2716
|
/**
|
2687
|
-
*
|
2717
|
+
* Denotes whether the Dev EUI join event topic is enabled or disabled.
|
2688
2718
|
*/
|
2689
2719
|
DevEuiEventTopic?: EventNotificationTopicStatus;
|
2690
2720
|
}
|
2691
2721
|
export interface LoRaWANJoinResourceTypeEventConfiguration {
|
2692
2722
|
/**
|
2693
|
-
*
|
2723
|
+
* Denotes whether the wireless device join event topic is enabled or disabled.
|
2694
2724
|
*/
|
2695
2725
|
WirelessDeviceEventTopic?: EventNotificationTopicStatus;
|
2696
2726
|
}
|
@@ -2721,6 +2751,10 @@ declare namespace IoTWireless {
|
|
2721
2751
|
}
|
2722
2752
|
export interface LoRaWANSendDataToDevice {
|
2723
2753
|
FPort?: FPort;
|
2754
|
+
/**
|
2755
|
+
* Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.
|
2756
|
+
*/
|
2757
|
+
ParticipatingGateways?: ParticipatingGateways;
|
2724
2758
|
}
|
2725
2759
|
export interface LoRaWANServiceProfile {
|
2726
2760
|
/**
|
@@ -2798,7 +2832,7 @@ declare namespace IoTWireless {
|
|
2798
2832
|
export interface MessageDeliveryStatusEventConfiguration {
|
2799
2833
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
2800
2834
|
/**
|
2801
|
-
*
|
2835
|
+
* Denotes whether the wireless device ID device registration state event topic is enabled or disabled.
|
2802
2836
|
*/
|
2803
2837
|
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
2804
2838
|
}
|
@@ -2876,6 +2910,20 @@ declare namespace IoTWireless {
|
|
2876
2910
|
JoinEui?: JoinEui;
|
2877
2911
|
}
|
2878
2912
|
export type PackageVersion = string;
|
2913
|
+
export interface ParticipatingGateways {
|
2914
|
+
/**
|
2915
|
+
* Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen gateways from the previous uplink message transmission.
|
2916
|
+
*/
|
2917
|
+
DownlinkMode: DownlinkMode;
|
2918
|
+
/**
|
2919
|
+
* The list of gateways that you want to use for sending the downlink data traffic.
|
2920
|
+
*/
|
2921
|
+
GatewayList: GatewayList;
|
2922
|
+
/**
|
2923
|
+
* The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next gateway.
|
2924
|
+
*/
|
2925
|
+
TransmissionInterval: TransmissionInterval;
|
2926
|
+
}
|
2879
2927
|
export type PartnerAccountArn = string;
|
2880
2928
|
export type PartnerAccountId = string;
|
2881
2929
|
export type PartnerType = "Sidewalk"|string;
|
@@ -2936,7 +2984,7 @@ declare namespace IoTWireless {
|
|
2936
2984
|
*/
|
2937
2985
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
2938
2986
|
/**
|
2939
|
-
*
|
2987
|
+
* Denotes whether the wireless device ID proximity event topic is enabled or disabled.
|
2940
2988
|
*/
|
2941
2989
|
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
2942
2990
|
}
|
@@ -3170,7 +3218,7 @@ declare namespace IoTWireless {
|
|
3170
3218
|
}
|
3171
3219
|
export interface SidewalkEventNotificationConfigurations {
|
3172
3220
|
/**
|
3173
|
-
*
|
3221
|
+
* Denotes whether the Amazon ID event topic is enabled or disabled.
|
3174
3222
|
*/
|
3175
3223
|
AmazonIdEventTopic?: EventNotificationTopicStatus;
|
3176
3224
|
}
|
@@ -3196,7 +3244,7 @@ declare namespace IoTWireless {
|
|
3196
3244
|
export type SidewalkManufacturingSn = string;
|
3197
3245
|
export interface SidewalkResourceTypeEventConfiguration {
|
3198
3246
|
/**
|
3199
|
-
*
|
3247
|
+
* Denotes whether the wireless device join event topic is enabled or disabled.
|
3200
3248
|
*/
|
3201
3249
|
WirelessDeviceEventTopic?: EventNotificationTopicStatus;
|
3202
3250
|
}
|
@@ -3298,6 +3346,7 @@ declare namespace IoTWireless {
|
|
3298
3346
|
WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo;
|
3299
3347
|
LogLevel?: LogLevel;
|
3300
3348
|
}
|
3349
|
+
export type TransmissionInterval = number;
|
3301
3350
|
export type TransmitMode = number;
|
3302
3351
|
export type UlBucketSize = number;
|
3303
3352
|
export type UlRate = number;
|
@@ -722,6 +722,10 @@ declare namespace Panorama {
|
|
722
722
|
* The device's description.
|
723
723
|
*/
|
724
724
|
Description?: Description;
|
725
|
+
/**
|
726
|
+
* A device's aggregated status. Including the device's connection status, provisioning status, and lease status.
|
727
|
+
*/
|
728
|
+
DeviceAggregatedStatus?: DeviceAggregatedStatus;
|
725
729
|
/**
|
726
730
|
* The device's connection status.
|
727
731
|
*/
|
@@ -734,6 +738,10 @@ declare namespace Panorama {
|
|
734
738
|
* The most recent beta software release.
|
735
739
|
*/
|
736
740
|
LatestAlternateSoftware?: LatestAlternateSoftware;
|
741
|
+
/**
|
742
|
+
* A device's latest job. Includes the target image version, and the job status.
|
743
|
+
*/
|
744
|
+
LatestDeviceJob?: LatestDeviceJob;
|
737
745
|
/**
|
738
746
|
* The latest software version available for the device.
|
739
747
|
*/
|
@@ -1053,6 +1061,18 @@ declare namespace Panorama {
|
|
1053
1061
|
* When the device was created.
|
1054
1062
|
*/
|
1055
1063
|
CreatedTime?: CreatedTime;
|
1064
|
+
/**
|
1065
|
+
* A device's current software.
|
1066
|
+
*/
|
1067
|
+
CurrentSoftware?: CurrentSoftware;
|
1068
|
+
/**
|
1069
|
+
* A description for the device.
|
1070
|
+
*/
|
1071
|
+
Description?: Description;
|
1072
|
+
/**
|
1073
|
+
* A device's aggregated status. Including the device's connection status, provisioning status, and lease status.
|
1074
|
+
*/
|
1075
|
+
DeviceAggregatedStatus?: DeviceAggregatedStatus;
|
1056
1076
|
/**
|
1057
1077
|
* The device's ID.
|
1058
1078
|
*/
|
@@ -1061,6 +1081,10 @@ declare namespace Panorama {
|
|
1061
1081
|
* When the device was updated.
|
1062
1082
|
*/
|
1063
1083
|
LastUpdatedTime?: LastUpdatedTime;
|
1084
|
+
/**
|
1085
|
+
* A device's latest job. Includes the target image version, and the update job status.
|
1086
|
+
*/
|
1087
|
+
LatestDeviceJob?: LatestDeviceJob;
|
1064
1088
|
/**
|
1065
1089
|
* The device's lease expiration time.
|
1066
1090
|
*/
|
@@ -1073,7 +1097,16 @@ declare namespace Panorama {
|
|
1073
1097
|
* The device's provisioning status.
|
1074
1098
|
*/
|
1075
1099
|
ProvisioningStatus?: DeviceStatus;
|
1100
|
+
/**
|
1101
|
+
* The device's tags.
|
1102
|
+
*/
|
1103
|
+
Tags?: TagMap;
|
1104
|
+
/**
|
1105
|
+
* The device's type.
|
1106
|
+
*/
|
1107
|
+
Type?: DeviceType;
|
1076
1108
|
}
|
1109
|
+
export type DeviceAggregatedStatus = "ERROR"|"AWAITING_PROVISIONING"|"PENDING"|"FAILED"|"DELETING"|"ONLINE"|"OFFLINE"|"LEASE_EXPIRED"|"UPDATE_NEEDED"|string;
|
1077
1110
|
export type DeviceArn = string;
|
1078
1111
|
export type DeviceBrand = "AWS_PANORAMA"|"LENOVO"|string;
|
1079
1112
|
export type DeviceConnectionStatus = "ONLINE"|"OFFLINE"|"AWAITING_CREDENTIALS"|"NOT_AVAILABLE"|"ERROR"|string;
|
@@ -1168,6 +1201,16 @@ declare namespace Panorama {
|
|
1168
1201
|
export type JobType = "OTA"|string;
|
1169
1202
|
export type LastUpdatedTime = Date;
|
1170
1203
|
export type LatestAlternateSoftware = string;
|
1204
|
+
export interface LatestDeviceJob {
|
1205
|
+
/**
|
1206
|
+
* The target version of the device software.
|
1207
|
+
*/
|
1208
|
+
ImageVersion?: ImageVersion;
|
1209
|
+
/**
|
1210
|
+
* Status of the latest device job.
|
1211
|
+
*/
|
1212
|
+
Status?: UpdateProgress;
|
1213
|
+
}
|
1171
1214
|
export type LatestSoftware = string;
|
1172
1215
|
export type LeaseExpirationTime = Date;
|
1173
1216
|
export interface ListApplicationInstanceDependenciesRequest {
|
@@ -1271,14 +1314,30 @@ declare namespace Panorama {
|
|
1271
1314
|
NextToken?: NextToken;
|
1272
1315
|
}
|
1273
1316
|
export interface ListDevicesRequest {
|
1317
|
+
/**
|
1318
|
+
* Filter based on a device's status.
|
1319
|
+
*/
|
1320
|
+
DeviceAggregatedStatusFilter?: DeviceAggregatedStatus;
|
1274
1321
|
/**
|
1275
1322
|
* The maximum number of devices to return in one page of results.
|
1276
1323
|
*/
|
1277
1324
|
MaxResults?: MaxSize25;
|
1325
|
+
/**
|
1326
|
+
* Filter based on device's name. Prefixes supported.
|
1327
|
+
*/
|
1328
|
+
NameFilter?: NameFilter;
|
1278
1329
|
/**
|
1279
1330
|
* Specify the pagination token from a previous request to retrieve the next page of results.
|
1280
1331
|
*/
|
1281
1332
|
NextToken?: NextToken;
|
1333
|
+
/**
|
1334
|
+
* The target column to be sorted on. Default column sort is CREATED_TIME.
|
1335
|
+
*/
|
1336
|
+
SortBy?: ListDevicesSortBy;
|
1337
|
+
/**
|
1338
|
+
* The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.
|
1339
|
+
*/
|
1340
|
+
SortOrder?: SortOrder;
|
1282
1341
|
}
|
1283
1342
|
export interface ListDevicesResponse {
|
1284
1343
|
/**
|
@@ -1290,6 +1349,7 @@ declare namespace Panorama {
|
|
1290
1349
|
*/
|
1291
1350
|
NextToken?: NextToken;
|
1292
1351
|
}
|
1352
|
+
export type ListDevicesSortBy = "DEVICE_ID"|"CREATED_TIME"|"NAME"|"DEVICE_AGGREGATED_STATUS"|string;
|
1293
1353
|
export interface ListNodeFromTemplateJobsRequest {
|
1294
1354
|
/**
|
1295
1355
|
* The maximum number of node from template jobs to return in one page of results.
|
@@ -1420,6 +1480,7 @@ declare namespace Panorama {
|
|
1420
1480
|
export type Mask = string;
|
1421
1481
|
export type MaxConnections = number;
|
1422
1482
|
export type MaxSize25 = number;
|
1483
|
+
export type NameFilter = string;
|
1423
1484
|
export type NetworkConnectionStatus = "CONNECTED"|"NOT_CONNECTED"|"CONNECTING"|string;
|
1424
1485
|
export interface NetworkPayload {
|
1425
1486
|
/**
|
@@ -1874,6 +1935,7 @@ declare namespace Panorama {
|
|
1874
1935
|
*/
|
1875
1936
|
Region?: Region;
|
1876
1937
|
}
|
1938
|
+
export type SortOrder = "ASCENDING"|"DESCENDING"|string;
|
1877
1939
|
export interface StaticIpConnectionInfo {
|
1878
1940
|
/**
|
1879
1941
|
* The connection's default gateway.
|
@@ -12,19 +12,19 @@ declare class SSOOIDC extends Service {
|
|
12
12
|
constructor(options?: SSOOIDC.Types.ClientConfiguration)
|
13
13
|
config: Config & SSOOIDC.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Creates and returns an access token for the authorized client. The access token issued will be used to fetch short-term credentials for the assigned roles in the
|
15
|
+
* Creates and returns an access token for the authorized client. The access token issued will be used to fetch short-term credentials for the assigned roles in the AWS account.
|
16
16
|
*/
|
17
17
|
createToken(params: SSOOIDC.Types.CreateTokenRequest, callback?: (err: AWSError, data: SSOOIDC.Types.CreateTokenResponse) => void): Request<SSOOIDC.Types.CreateTokenResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Creates and returns an access token for the authorized client. The access token issued will be used to fetch short-term credentials for the assigned roles in the
|
19
|
+
* Creates and returns an access token for the authorized client. The access token issued will be used to fetch short-term credentials for the assigned roles in the AWS account.
|
20
20
|
*/
|
21
21
|
createToken(callback?: (err: AWSError, data: SSOOIDC.Types.CreateTokenResponse) => void): Request<SSOOIDC.Types.CreateTokenResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Registers a client with
|
23
|
+
* Registers a client with AWS SSO. This allows clients to initiate device authorization. The output should be persisted for reuse through many authentication requests.
|
24
24
|
*/
|
25
25
|
registerClient(params: SSOOIDC.Types.RegisterClientRequest, callback?: (err: AWSError, data: SSOOIDC.Types.RegisterClientResponse) => void): Request<SSOOIDC.Types.RegisterClientResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Registers a client with
|
27
|
+
* Registers a client with AWS SSO. This allows clients to initiate device authorization. The output should be persisted for reuse through many authentication requests.
|
28
28
|
*/
|
29
29
|
registerClient(callback?: (err: AWSError, data: SSOOIDC.Types.RegisterClientResponse) => void): Request<SSOOIDC.Types.RegisterClientResponse, AWSError>;
|
30
30
|
/**
|
@@ -53,19 +53,19 @@ declare namespace SSOOIDC {
|
|
53
53
|
*/
|
54
54
|
clientSecret: ClientSecret;
|
55
55
|
/**
|
56
|
-
* Supports grant types for
|
56
|
+
* Supports grant types for authorization code, refresh token, and device code request.
|
57
57
|
*/
|
58
58
|
grantType: GrantType;
|
59
59
|
/**
|
60
60
|
* Used only when calling this API for the device code grant type. This short-term code is used to identify this authentication attempt. This should come from an in-memory reference to the result of the StartDeviceAuthorization API.
|
61
61
|
*/
|
62
|
-
deviceCode
|
62
|
+
deviceCode?: DeviceCode;
|
63
63
|
/**
|
64
64
|
* The authorization code received from the authorization service. This parameter is required to perform an authorization grant request to get access to a token.
|
65
65
|
*/
|
66
66
|
code?: AuthCode;
|
67
67
|
/**
|
68
|
-
*
|
68
|
+
* The token used to obtain an access token in the event that the access token is invalid or expired. This token is not issued by the service.
|
69
69
|
*/
|
70
70
|
refreshToken?: RefreshToken;
|
71
71
|
/**
|
@@ -79,7 +79,7 @@ declare namespace SSOOIDC {
|
|
79
79
|
}
|
80
80
|
export interface CreateTokenResponse {
|
81
81
|
/**
|
82
|
-
* An opaque token to access
|
82
|
+
* An opaque token to access AWS SSO resources assigned to a user.
|
83
83
|
*/
|
84
84
|
accessToken?: AccessToken;
|
85
85
|
/**
|
@@ -91,11 +91,11 @@ declare namespace SSOOIDC {
|
|
91
91
|
*/
|
92
92
|
expiresIn?: ExpirationInSeconds;
|
93
93
|
/**
|
94
|
-
*
|
94
|
+
* A token that, if present, can be used to refresh a previously issued access token that might have expired.
|
95
95
|
*/
|
96
96
|
refreshToken?: RefreshToken;
|
97
97
|
/**
|
98
|
-
*
|
98
|
+
* The identifier of the user that associated with the access token, if present.
|
99
99
|
*/
|
100
100
|
idToken?: IdToken;
|
101
101
|
}
|
@@ -150,7 +150,7 @@ declare namespace SSOOIDC {
|
|
150
150
|
export type Scopes = Scope[];
|
151
151
|
export interface StartDeviceAuthorizationRequest {
|
152
152
|
/**
|
153
|
-
* The unique identifier string for the client that is registered with
|
153
|
+
* The unique identifier string for the client that is registered with AWS SSO. This value should come from the persisted result of the RegisterClient API operation.
|
154
154
|
*/
|
155
155
|
clientId: ClientId;
|
156
156
|
/**
|
@@ -158,7 +158,7 @@ declare namespace SSOOIDC {
|
|
158
158
|
*/
|
159
159
|
clientSecret: ClientSecret;
|
160
160
|
/**
|
161
|
-
* The URL for the AWS
|
161
|
+
* The URL for the AWS SSO user portal. For more information, see Using the User Portal in the AWS Single Sign-On User Guide.
|
162
162
|
*/
|
163
163
|
startUrl: URI;
|
164
164
|
}
|