@aws-sdk/client-appstream 3.118.1 → 3.127.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.
@@ -497,6 +497,15 @@ export var StorageConnector;
497
497
  (function (StorageConnector) {
498
498
  StorageConnector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
499
499
  })(StorageConnector || (StorageConnector = {}));
500
+ export var PreferredProtocol;
501
+ (function (PreferredProtocol) {
502
+ PreferredProtocol["TCP"] = "TCP";
503
+ PreferredProtocol["UDP"] = "UDP";
504
+ })(PreferredProtocol || (PreferredProtocol = {}));
505
+ export var StreamingExperienceSettings;
506
+ (function (StreamingExperienceSettings) {
507
+ StreamingExperienceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
508
+ })(StreamingExperienceSettings || (StreamingExperienceSettings = {}));
500
509
  export var Permission;
501
510
  (function (Permission) {
502
511
  Permission["DISABLED"] = "DISABLED";
@@ -1050,6 +1059,7 @@ export var StackAttribute;
1050
1059
  StackAttribute["STORAGE_CONNECTOR_GOOGLE_DRIVE"] = "STORAGE_CONNECTOR_GOOGLE_DRIVE";
1051
1060
  StackAttribute["STORAGE_CONNECTOR_HOMEFOLDERS"] = "STORAGE_CONNECTOR_HOMEFOLDERS";
1052
1061
  StackAttribute["STORAGE_CONNECTOR_ONE_DRIVE"] = "STORAGE_CONNECTOR_ONE_DRIVE";
1062
+ StackAttribute["STREAMING_EXPERIENCE_SETTINGS"] = "STREAMING_EXPERIENCE_SETTINGS";
1053
1063
  StackAttribute["THEME_NAME"] = "THEME_NAME";
1054
1064
  StackAttribute["USER_SETTINGS"] = "USER_SETTINGS";
1055
1065
  })(StackAttribute || (StackAttribute = {}));