aws-sdk-wickr 1.8.0 → 1.10.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wickr/client.rb +12 -1
- data/lib/aws-sdk-wickr/client_api.rb +13 -0
- data/lib/aws-sdk-wickr/types.rb +63 -5
- data/lib/aws-sdk-wickr.rb +1 -1
- data/sig/client.rbs +8 -1
- data/sig/types.rbs +10 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6ba3ca59225cb3418052800af8d20fc8ff92c08668265558af57578eaa7599f
|
|
4
|
+
data.tar.gz: a8c21e12d136d61cca0b4f44c850b419eedf7d70d8c2e808c5829a486a9e4f2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45c97601ffd46a3a9376e42eb6445648b0cfea177d2afce9242a53fa040d0467ac55e230905f0658744a2c635b37e8d46b806f8ade00f73bc0db6beb200b97ee
|
|
7
|
+
data.tar.gz: 87e9bf22641bd96e8c9b85110546b1a3982e18e613bcfc95adaeecd1afa8a25e809ab5fcdad2a36eeef289711cb3467df6b59276d4c07e13760b14e8a3c8acb3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.10.0 (2026-06-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Wickr now allows network administrators to configure a maximum session duration for non-SSO users in security groups, and display customizable consent popups to users at login for terms of use or compliance acknowledgements.
|
|
8
|
+
|
|
9
|
+
1.9.0 (2026-05-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
13
|
+
|
|
4
14
|
1.8.0 (2026-05-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.10.0
|
data/lib/aws-sdk-wickr/client.rb
CHANGED
|
@@ -1652,6 +1652,7 @@ module Aws::Wickr
|
|
|
1652
1652
|
# resp.security_group.security_group_settings.shredder.can_process_manually #=> Boolean
|
|
1653
1653
|
# resp.security_group.security_group_settings.shredder.intensity #=> Integer
|
|
1654
1654
|
# resp.security_group.security_group_settings.sso_max_idle_minutes #=> Integer
|
|
1655
|
+
# resp.security_group.security_group_settings.max_non_sso_session_minutes #=> Integer
|
|
1655
1656
|
# resp.security_group.security_group_settings.federation_mode #=> Integer
|
|
1656
1657
|
# resp.security_group.security_group_settings.lockout_threshold #=> Integer
|
|
1657
1658
|
# resp.security_group.security_group_settings.permitted_networks #=> Array
|
|
@@ -2618,6 +2619,7 @@ module Aws::Wickr
|
|
|
2618
2619
|
# resp.security_group.security_group_settings.shredder.can_process_manually #=> Boolean
|
|
2619
2620
|
# resp.security_group.security_group_settings.shredder.intensity #=> Integer
|
|
2620
2621
|
# resp.security_group.security_group_settings.sso_max_idle_minutes #=> Integer
|
|
2622
|
+
# resp.security_group.security_group_settings.max_non_sso_session_minutes #=> Integer
|
|
2621
2623
|
# resp.security_group.security_group_settings.federation_mode #=> Integer
|
|
2622
2624
|
# resp.security_group.security_group_settings.lockout_threshold #=> Integer
|
|
2623
2625
|
# resp.security_group.security_group_settings.permitted_networks #=> Array
|
|
@@ -3767,6 +3769,7 @@ module Aws::Wickr
|
|
|
3767
3769
|
# resp.security_groups[0].security_group_settings.shredder.can_process_manually #=> Boolean
|
|
3768
3770
|
# resp.security_groups[0].security_group_settings.shredder.intensity #=> Integer
|
|
3769
3771
|
# resp.security_groups[0].security_group_settings.sso_max_idle_minutes #=> Integer
|
|
3772
|
+
# resp.security_groups[0].security_group_settings.max_non_sso_session_minutes #=> Integer
|
|
3770
3773
|
# resp.security_groups[0].security_group_settings.federation_mode #=> Integer
|
|
3771
3774
|
# resp.security_groups[0].security_group_settings.lockout_threshold #=> Integer
|
|
3772
3775
|
# resp.security_groups[0].security_group_settings.permitted_networks #=> Array
|
|
@@ -4762,6 +4765,12 @@ module Aws::Wickr
|
|
|
4762
4765
|
# },
|
|
4763
4766
|
# data_retention: false,
|
|
4764
4767
|
# enable_trusted_data_format: false,
|
|
4768
|
+
# consent_popup: {
|
|
4769
|
+
# enabled: false, # required
|
|
4770
|
+
# header: "ConsentPopupConfigHeaderString",
|
|
4771
|
+
# content: "ConsentPopupConfigContentString",
|
|
4772
|
+
# close_button_label: "ConsentPopupConfigCloseButtonLabelString",
|
|
4773
|
+
# },
|
|
4765
4774
|
# },
|
|
4766
4775
|
# })
|
|
4767
4776
|
#
|
|
@@ -4888,6 +4897,7 @@ module Aws::Wickr
|
|
|
4888
4897
|
# intensity: 1,
|
|
4889
4898
|
# },
|
|
4890
4899
|
# sso_max_idle_minutes: 1,
|
|
4900
|
+
# max_non_sso_session_minutes: 1,
|
|
4891
4901
|
# federation_mode: 1,
|
|
4892
4902
|
# lockout_threshold: 1,
|
|
4893
4903
|
# permitted_networks: ["NetworkId"],
|
|
@@ -4954,6 +4964,7 @@ module Aws::Wickr
|
|
|
4954
4964
|
# resp.security_group.security_group_settings.shredder.can_process_manually #=> Boolean
|
|
4955
4965
|
# resp.security_group.security_group_settings.shredder.intensity #=> Integer
|
|
4956
4966
|
# resp.security_group.security_group_settings.sso_max_idle_minutes #=> Integer
|
|
4967
|
+
# resp.security_group.security_group_settings.max_non_sso_session_minutes #=> Integer
|
|
4957
4968
|
# resp.security_group.security_group_settings.federation_mode #=> Integer
|
|
4958
4969
|
# resp.security_group.security_group_settings.lockout_threshold #=> Integer
|
|
4959
4970
|
# resp.security_group.security_group_settings.permitted_networks #=> Array
|
|
@@ -5155,7 +5166,7 @@ module Aws::Wickr
|
|
|
5155
5166
|
tracer: tracer
|
|
5156
5167
|
)
|
|
5157
5168
|
context[:gem_name] = 'aws-sdk-wickr'
|
|
5158
|
-
context[:gem_version] = '1.
|
|
5169
|
+
context[:gem_version] = '1.10.0'
|
|
5159
5170
|
Seahorse::Client::Request.new(handlers, context)
|
|
5160
5171
|
end
|
|
5161
5172
|
|
|
@@ -53,6 +53,10 @@ module Aws::Wickr
|
|
|
53
53
|
Bots = Shapes::ListShape.new(name: 'Bots')
|
|
54
54
|
CallingSettings = Shapes::StructureShape.new(name: 'CallingSettings')
|
|
55
55
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
56
|
+
ConsentPopupConfig = Shapes::StructureShape.new(name: 'ConsentPopupConfig')
|
|
57
|
+
ConsentPopupConfigCloseButtonLabelString = Shapes::StringShape.new(name: 'ConsentPopupConfigCloseButtonLabelString')
|
|
58
|
+
ConsentPopupConfigContentString = Shapes::StringShape.new(name: 'ConsentPopupConfigContentString')
|
|
59
|
+
ConsentPopupConfigHeaderString = Shapes::StringShape.new(name: 'ConsentPopupConfigHeaderString')
|
|
56
60
|
CreateBotRequest = Shapes::StructureShape.new(name: 'CreateBotRequest')
|
|
57
61
|
CreateBotResponse = Shapes::StructureShape.new(name: 'CreateBotResponse')
|
|
58
62
|
CreateDataRetentionBotChallengeRequest = Shapes::StructureShape.new(name: 'CreateDataRetentionBotChallengeRequest')
|
|
@@ -148,6 +152,7 @@ module Aws::Wickr
|
|
|
148
152
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
|
149
153
|
SecurityGroupList = Shapes::ListShape.new(name: 'SecurityGroupList')
|
|
150
154
|
SecurityGroupSettings = Shapes::StructureShape.new(name: 'SecurityGroupSettings')
|
|
155
|
+
SecurityGroupSettingsMaxNonSsoSessionMinutesInteger = Shapes::IntegerShape.new(name: 'SecurityGroupSettingsMaxNonSsoSessionMinutesInteger')
|
|
151
156
|
SecurityGroupSettingsRequest = Shapes::StructureShape.new(name: 'SecurityGroupSettingsRequest')
|
|
152
157
|
SecurityGroupStringList = Shapes::ListShape.new(name: 'SecurityGroupStringList')
|
|
153
158
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
|
@@ -335,6 +340,12 @@ module Aws::Wickr
|
|
|
335
340
|
CallingSettings.add_member(:force_tcp_call, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceTcpCall"))
|
|
336
341
|
CallingSettings.struct_class = Types::CallingSettings
|
|
337
342
|
|
|
343
|
+
ConsentPopupConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
|
|
344
|
+
ConsentPopupConfig.add_member(:header, Shapes::ShapeRef.new(shape: ConsentPopupConfigHeaderString, location_name: "header"))
|
|
345
|
+
ConsentPopupConfig.add_member(:content, Shapes::ShapeRef.new(shape: ConsentPopupConfigContentString, location_name: "content"))
|
|
346
|
+
ConsentPopupConfig.add_member(:close_button_label, Shapes::ShapeRef.new(shape: ConsentPopupConfigCloseButtonLabelString, location_name: "closeButtonLabel"))
|
|
347
|
+
ConsentPopupConfig.struct_class = Types::ConsentPopupConfig
|
|
348
|
+
|
|
338
349
|
CreateBotRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: NetworkId, required: true, location: "uri", location_name: "networkId"))
|
|
339
350
|
CreateBotRequest.add_member(:username, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "username"))
|
|
340
351
|
CreateBotRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "displayName"))
|
|
@@ -677,6 +688,7 @@ module Aws::Wickr
|
|
|
677
688
|
NetworkSettings.add_member(:read_receipt_config, Shapes::ShapeRef.new(shape: ReadReceiptConfig, location_name: "readReceiptConfig"))
|
|
678
689
|
NetworkSettings.add_member(:data_retention, Shapes::ShapeRef.new(shape: Boolean, location_name: "dataRetention"))
|
|
679
690
|
NetworkSettings.add_member(:enable_trusted_data_format, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableTrustedDataFormat"))
|
|
691
|
+
NetworkSettings.add_member(:consent_popup, Shapes::ShapeRef.new(shape: ConsentPopupConfig, location_name: "consentPopup"))
|
|
680
692
|
NetworkSettings.struct_class = Types::NetworkSettings
|
|
681
693
|
|
|
682
694
|
OidcConfigInfo.add_member(:application_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "applicationName"))
|
|
@@ -834,6 +846,7 @@ module Aws::Wickr
|
|
|
834
846
|
SecurityGroupSettings.add_member(:show_master_recovery_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "showMasterRecoveryKey"))
|
|
835
847
|
SecurityGroupSettings.add_member(:shredder, Shapes::ShapeRef.new(shape: ShredderSettings, location_name: "shredder"))
|
|
836
848
|
SecurityGroupSettings.add_member(:sso_max_idle_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "ssoMaxIdleMinutes"))
|
|
849
|
+
SecurityGroupSettings.add_member(:max_non_sso_session_minutes, Shapes::ShapeRef.new(shape: SecurityGroupSettingsMaxNonSsoSessionMinutesInteger, location_name: "maxNonSsoSessionMinutes"))
|
|
837
850
|
SecurityGroupSettings.add_member(:federation_mode, Shapes::ShapeRef.new(shape: Integer, location_name: "federationMode"))
|
|
838
851
|
SecurityGroupSettings.add_member(:lockout_threshold, Shapes::ShapeRef.new(shape: Integer, location_name: "lockoutThreshold"))
|
|
839
852
|
SecurityGroupSettings.add_member(:permitted_networks, Shapes::ShapeRef.new(shape: PermittedNetworksList, location_name: "permittedNetworks"))
|
data/lib/aws-sdk-wickr/types.rb
CHANGED
|
@@ -697,6 +697,39 @@ module Aws::Wickr
|
|
|
697
697
|
include Aws::Structure
|
|
698
698
|
end
|
|
699
699
|
|
|
700
|
+
# Consent popup configuration displayed to users on login.
|
|
701
|
+
#
|
|
702
|
+
# @!attribute [rw] enabled
|
|
703
|
+
# Whether the consent popup is enabled. When set to true, the popup is
|
|
704
|
+
# displayed to users on login.
|
|
705
|
+
# @return [Boolean]
|
|
706
|
+
#
|
|
707
|
+
# @!attribute [rw] header
|
|
708
|
+
# Header text displayed at the top of the consent popup. Maximum 100
|
|
709
|
+
# characters.
|
|
710
|
+
# @return [String]
|
|
711
|
+
#
|
|
712
|
+
# @!attribute [rw] content
|
|
713
|
+
# Body content of the consent popup in Markdown format. Maximum 5000
|
|
714
|
+
# characters.
|
|
715
|
+
# @return [String]
|
|
716
|
+
#
|
|
717
|
+
# @!attribute [rw] close_button_label
|
|
718
|
+
# Label for the close button on the consent popup. Maximum 20
|
|
719
|
+
# characters. Defaults to "Acknowledge" if not provided.
|
|
720
|
+
# @return [String]
|
|
721
|
+
#
|
|
722
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/wickr-2024-02-01/ConsentPopupConfig AWS API Documentation
|
|
723
|
+
#
|
|
724
|
+
class ConsentPopupConfig < Struct.new(
|
|
725
|
+
:enabled,
|
|
726
|
+
:header,
|
|
727
|
+
:content,
|
|
728
|
+
:close_button_label)
|
|
729
|
+
SENSITIVE = []
|
|
730
|
+
include Aws::Structure
|
|
731
|
+
end
|
|
732
|
+
|
|
700
733
|
# @!attribute [rw] network_id
|
|
701
734
|
# The ID of the Wickr network where the bot will be created.
|
|
702
735
|
# @return [String]
|
|
@@ -2328,13 +2361,19 @@ module Aws::Wickr
|
|
|
2328
2361
|
# enforcing ABAC decision making when operating in TDF enabled rooms.
|
|
2329
2362
|
# @return [Boolean]
|
|
2330
2363
|
#
|
|
2364
|
+
# @!attribute [rw] consent_popup
|
|
2365
|
+
# Consent popup configuration for the network, displayed to users on
|
|
2366
|
+
# login.
|
|
2367
|
+
# @return [Types::ConsentPopupConfig]
|
|
2368
|
+
#
|
|
2331
2369
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wickr-2024-02-01/NetworkSettings AWS API Documentation
|
|
2332
2370
|
#
|
|
2333
2371
|
class NetworkSettings < Struct.new(
|
|
2334
2372
|
:enable_client_metrics,
|
|
2335
2373
|
:read_receipt_config,
|
|
2336
2374
|
:data_retention,
|
|
2337
|
-
:enable_trusted_data_format
|
|
2375
|
+
:enable_trusted_data_format,
|
|
2376
|
+
:consent_popup)
|
|
2338
2377
|
SENSITIVE = []
|
|
2339
2378
|
include Aws::Structure
|
|
2340
2379
|
end
|
|
@@ -3129,6 +3168,11 @@ module Aws::Wickr
|
|
|
3129
3168
|
# enabled network.
|
|
3130
3169
|
# @return [Integer]
|
|
3131
3170
|
#
|
|
3171
|
+
# @!attribute [rw] max_non_sso_session_minutes
|
|
3172
|
+
# Maximum session duration in minutes for non-SSO users. Set to 0 to
|
|
3173
|
+
# disable. Valid range is 60 to 525600 (1 hour to 365 days).
|
|
3174
|
+
# @return [Integer]
|
|
3175
|
+
#
|
|
3132
3176
|
# @!attribute [rw] federation_mode
|
|
3133
3177
|
# The local federation mode controlling how users can communicate with
|
|
3134
3178
|
# other networks. Values: 0 (none), 1 (federated), 2 (restricted).
|
|
@@ -3187,6 +3231,7 @@ module Aws::Wickr
|
|
|
3187
3231
|
:show_master_recovery_key,
|
|
3188
3232
|
:shredder,
|
|
3189
3233
|
:sso_max_idle_minutes,
|
|
3234
|
+
:max_non_sso_session_minutes,
|
|
3190
3235
|
:federation_mode,
|
|
3191
3236
|
:lockout_threshold,
|
|
3192
3237
|
:permitted_networks,
|
|
@@ -3287,8 +3332,16 @@ module Aws::Wickr
|
|
|
3287
3332
|
include Aws::Structure
|
|
3288
3333
|
end
|
|
3289
3334
|
|
|
3290
|
-
# Configuration for the
|
|
3291
|
-
#
|
|
3335
|
+
# Configuration for the Wickr shredder feature, which writes random data
|
|
3336
|
+
# over free memory and disk space on client devices. You can configure
|
|
3337
|
+
# your Wickr shredder intensity using the parameters below.
|
|
3338
|
+
#
|
|
3339
|
+
# <note markdown="1"> Secure Shredder will not write over files that are permanently stored
|
|
3340
|
+
# on the device or saved outside of the Wickr client. Wickr Network
|
|
3341
|
+
# Administrators are able to disable file downloads within Security
|
|
3342
|
+
# Group Settings.
|
|
3343
|
+
#
|
|
3344
|
+
# </note>
|
|
3292
3345
|
#
|
|
3293
3346
|
# @!attribute [rw] can_process_manually
|
|
3294
3347
|
# Specifies whether users can manually trigger the shredder to delete
|
|
@@ -3296,8 +3349,13 @@ module Aws::Wickr
|
|
|
3296
3349
|
# @return [Boolean]
|
|
3297
3350
|
#
|
|
3298
3351
|
# @!attribute [rw] intensity
|
|
3299
|
-
#
|
|
3300
|
-
#
|
|
3352
|
+
# Controls the rate (MB/minute) at which the shredder function runs on
|
|
3353
|
+
# clients. Valid Values: Must be one of \[0, 20, 60, 100\].
|
|
3354
|
+
#
|
|
3355
|
+
# <note markdown="1"> A higher intensity setting could lead to higher battery usage on
|
|
3356
|
+
# mobile devices.
|
|
3357
|
+
#
|
|
3358
|
+
# </note>
|
|
3301
3359
|
# @return [Integer]
|
|
3302
3360
|
#
|
|
3303
3361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wickr-2024-02-01/ShredderSettings AWS API Documentation
|
data/lib/aws-sdk-wickr.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -741,7 +741,13 @@ module Aws
|
|
|
741
741
|
status: ("DISABLED" | "ENABLED" | "FORCE_ENABLED")?
|
|
742
742
|
}?,
|
|
743
743
|
data_retention: bool?,
|
|
744
|
-
enable_trusted_data_format: bool
|
|
744
|
+
enable_trusted_data_format: bool?,
|
|
745
|
+
consent_popup: {
|
|
746
|
+
enabled: bool,
|
|
747
|
+
header: ::String?,
|
|
748
|
+
content: ::String?,
|
|
749
|
+
close_button_label: ::String?
|
|
750
|
+
}?
|
|
745
751
|
}
|
|
746
752
|
) -> _UpdateNetworkSettingsResponseSuccess
|
|
747
753
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateNetworkSettingsResponseSuccess
|
|
@@ -799,6 +805,7 @@ module Aws
|
|
|
799
805
|
intensity: ::Integer?
|
|
800
806
|
}?,
|
|
801
807
|
sso_max_idle_minutes: ::Integer?,
|
|
808
|
+
max_non_sso_session_minutes: ::Integer?,
|
|
802
809
|
federation_mode: ::Integer?,
|
|
803
810
|
lockout_threshold: ::Integer?,
|
|
804
811
|
permitted_networks: Array[::String]?,
|
data/sig/types.rbs
CHANGED
|
@@ -186,6 +186,14 @@ module Aws::Wickr
|
|
|
186
186
|
SENSITIVE: []
|
|
187
187
|
end
|
|
188
188
|
|
|
189
|
+
class ConsentPopupConfig
|
|
190
|
+
attr_accessor enabled: bool
|
|
191
|
+
attr_accessor header: ::String
|
|
192
|
+
attr_accessor content: ::String
|
|
193
|
+
attr_accessor close_button_label: ::String
|
|
194
|
+
SENSITIVE: []
|
|
195
|
+
end
|
|
196
|
+
|
|
189
197
|
class CreateBotRequest
|
|
190
198
|
attr_accessor network_id: ::String
|
|
191
199
|
attr_accessor username: ::String
|
|
@@ -643,6 +651,7 @@ module Aws::Wickr
|
|
|
643
651
|
attr_accessor read_receipt_config: Types::ReadReceiptConfig
|
|
644
652
|
attr_accessor data_retention: bool
|
|
645
653
|
attr_accessor enable_trusted_data_format: bool
|
|
654
|
+
attr_accessor consent_popup: Types::ConsentPopupConfig
|
|
646
655
|
SENSITIVE: []
|
|
647
656
|
end
|
|
648
657
|
|
|
@@ -822,6 +831,7 @@ module Aws::Wickr
|
|
|
822
831
|
attr_accessor show_master_recovery_key: bool
|
|
823
832
|
attr_accessor shredder: Types::ShredderSettings
|
|
824
833
|
attr_accessor sso_max_idle_minutes: ::Integer
|
|
834
|
+
attr_accessor max_non_sso_session_minutes: ::Integer
|
|
825
835
|
attr_accessor federation_mode: ::Integer
|
|
826
836
|
attr_accessor lockout_threshold: ::Integer
|
|
827
837
|
attr_accessor permitted_networks: ::Array[::String]
|