aws-sdk 2.1387.0 → 2.1388.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.
@@ -19,6 +19,14 @@ declare class WorkSpacesWeb extends Service {
19
19
  * Associates a browser settings resource with a web portal.
20
20
  */
21
21
  associateBrowserSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.AssociateBrowserSettingsResponse) => void): Request<WorkSpacesWeb.Types.AssociateBrowserSettingsResponse, AWSError>;
22
+ /**
23
+ * Associates an IP access settings resource with a web portal.
24
+ */
25
+ associateIpAccessSettings(params: WorkSpacesWeb.Types.AssociateIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.AssociateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.AssociateIpAccessSettingsResponse, AWSError>;
26
+ /**
27
+ * Associates an IP access settings resource with a web portal.
28
+ */
29
+ associateIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.AssociateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.AssociateIpAccessSettingsResponse, AWSError>;
22
30
  /**
23
31
  * Associates a network settings resource with a web portal.
24
32
  */
@@ -67,6 +75,14 @@ declare class WorkSpacesWeb extends Service {
67
75
  * Creates an identity provider resource that is then associated with a web portal.
68
76
  */
69
77
  createIdentityProvider(callback?: (err: AWSError, data: WorkSpacesWeb.Types.CreateIdentityProviderResponse) => void): Request<WorkSpacesWeb.Types.CreateIdentityProviderResponse, AWSError>;
78
+ /**
79
+ * Creates an IP access settings resource that can be associated with a web portal.
80
+ */
81
+ createIpAccessSettings(params: WorkSpacesWeb.Types.CreateIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.CreateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.CreateIpAccessSettingsResponse, AWSError>;
82
+ /**
83
+ * Creates an IP access settings resource that can be associated with a web portal.
84
+ */
85
+ createIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.CreateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.CreateIpAccessSettingsResponse, AWSError>;
70
86
  /**
71
87
  * Creates a network settings resource that can be associated with a web portal. Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
72
88
  */
@@ -123,6 +139,14 @@ declare class WorkSpacesWeb extends Service {
123
139
  * Deletes the identity provider.
124
140
  */
125
141
  deleteIdentityProvider(callback?: (err: AWSError, data: WorkSpacesWeb.Types.DeleteIdentityProviderResponse) => void): Request<WorkSpacesWeb.Types.DeleteIdentityProviderResponse, AWSError>;
142
+ /**
143
+ * Deletes IP access settings.
144
+ */
145
+ deleteIpAccessSettings(params: WorkSpacesWeb.Types.DeleteIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.DeleteIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.DeleteIpAccessSettingsResponse, AWSError>;
146
+ /**
147
+ * Deletes IP access settings.
148
+ */
149
+ deleteIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.DeleteIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.DeleteIpAccessSettingsResponse, AWSError>;
126
150
  /**
127
151
  * Deletes network settings.
128
152
  */
@@ -171,6 +195,14 @@ declare class WorkSpacesWeb extends Service {
171
195
  * Disassociates browser settings from a web portal.
172
196
  */
173
197
  disassociateBrowserSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.DisassociateBrowserSettingsResponse) => void): Request<WorkSpacesWeb.Types.DisassociateBrowserSettingsResponse, AWSError>;
198
+ /**
199
+ * Disassociates IP access settings from a web portal.
200
+ */
201
+ disassociateIpAccessSettings(params: WorkSpacesWeb.Types.DisassociateIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.DisassociateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.DisassociateIpAccessSettingsResponse, AWSError>;
202
+ /**
203
+ * Disassociates IP access settings from a web portal.
204
+ */
205
+ disassociateIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.DisassociateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.DisassociateIpAccessSettingsResponse, AWSError>;
174
206
  /**
175
207
  * Disassociates network settings from a web portal.
176
208
  */
@@ -219,6 +251,14 @@ declare class WorkSpacesWeb extends Service {
219
251
  * Gets the identity provider.
220
252
  */
221
253
  getIdentityProvider(callback?: (err: AWSError, data: WorkSpacesWeb.Types.GetIdentityProviderResponse) => void): Request<WorkSpacesWeb.Types.GetIdentityProviderResponse, AWSError>;
254
+ /**
255
+ * Gets the IP access settings.
256
+ */
257
+ getIpAccessSettings(params: WorkSpacesWeb.Types.GetIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.GetIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.GetIpAccessSettingsResponse, AWSError>;
258
+ /**
259
+ * Gets the IP access settings.
260
+ */
261
+ getIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.GetIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.GetIpAccessSettingsResponse, AWSError>;
222
262
  /**
223
263
  * Gets the network settings.
224
264
  */
@@ -291,6 +331,14 @@ declare class WorkSpacesWeb extends Service {
291
331
  * Retrieves a list of identity providers for a specific web portal.
292
332
  */
293
333
  listIdentityProviders(callback?: (err: AWSError, data: WorkSpacesWeb.Types.ListIdentityProvidersResponse) => void): Request<WorkSpacesWeb.Types.ListIdentityProvidersResponse, AWSError>;
334
+ /**
335
+ * Retrieves a list of IP access settings.
336
+ */
337
+ listIpAccessSettings(params: WorkSpacesWeb.Types.ListIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.ListIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.ListIpAccessSettingsResponse, AWSError>;
338
+ /**
339
+ * Retrieves a list of IP access settings.
340
+ */
341
+ listIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.ListIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.ListIpAccessSettingsResponse, AWSError>;
294
342
  /**
295
343
  * Retrieves a list of network settings.
296
344
  */
@@ -379,6 +427,14 @@ declare class WorkSpacesWeb extends Service {
379
427
  * Updates the identity provider.
380
428
  */
381
429
  updateIdentityProvider(callback?: (err: AWSError, data: WorkSpacesWeb.Types.UpdateIdentityProviderResponse) => void): Request<WorkSpacesWeb.Types.UpdateIdentityProviderResponse, AWSError>;
430
+ /**
431
+ * Updates IP access settings.
432
+ */
433
+ updateIpAccessSettings(params: WorkSpacesWeb.Types.UpdateIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.UpdateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.UpdateIpAccessSettingsResponse, AWSError>;
434
+ /**
435
+ * Updates IP access settings.
436
+ */
437
+ updateIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.UpdateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.UpdateIpAccessSettingsResponse, AWSError>;
382
438
  /**
383
439
  * Updates network settings.
384
440
  */
@@ -443,6 +499,26 @@ declare namespace WorkSpacesWeb {
443
499
  */
444
500
  portalArn: ARN;
445
501
  }
502
+ export interface AssociateIpAccessSettingsRequest {
503
+ /**
504
+ * The ARN of the IP access settings.
505
+ */
506
+ ipAccessSettingsArn: ARN;
507
+ /**
508
+ * The ARN of the web portal.
509
+ */
510
+ portalArn: ARN;
511
+ }
512
+ export interface AssociateIpAccessSettingsResponse {
513
+ /**
514
+ * The ARN of the IP access settings resource.
515
+ */
516
+ ipAccessSettingsArn: ARN;
517
+ /**
518
+ * The ARN of the web portal.
519
+ */
520
+ portalArn: ARN;
521
+ }
446
522
  export interface AssociateNetworkSettingsRequest {
447
523
  /**
448
524
  * The ARN of the network settings.
@@ -658,6 +734,42 @@ declare namespace WorkSpacesWeb {
658
734
  */
659
735
  identityProviderArn: ARN;
660
736
  }
737
+ export interface CreateIpAccessSettingsRequest {
738
+ /**
739
+ * Additional encryption context of the IP access settings.
740
+ */
741
+ additionalEncryptionContext?: EncryptionContextMap;
742
+ /**
743
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
744
+ */
745
+ clientToken?: ClientToken;
746
+ /**
747
+ * The custom managed key of the IP access settings.
748
+ */
749
+ customerManagedKey?: keyArn;
750
+ /**
751
+ * The description of the IP access settings.
752
+ */
753
+ description?: Description;
754
+ /**
755
+ * The display name of the IP access settings.
756
+ */
757
+ displayName?: DisplayName;
758
+ /**
759
+ * The IP rules of the IP access settings.
760
+ */
761
+ ipRules: IpRuleList;
762
+ /**
763
+ * The tags to add to the browser settings resource. A tag is a key-value pair.
764
+ */
765
+ tags?: TagList;
766
+ }
767
+ export interface CreateIpAccessSettingsResponse {
768
+ /**
769
+ * The ARN of the IP access settings resource.
770
+ */
771
+ ipAccessSettingsArn: ARN;
772
+ }
661
773
  export interface CreateNetworkSettingsRequest {
662
774
  /**
663
775
  * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
@@ -822,6 +934,14 @@ declare namespace WorkSpacesWeb {
822
934
  }
823
935
  export interface DeleteIdentityProviderResponse {
824
936
  }
937
+ export interface DeleteIpAccessSettingsRequest {
938
+ /**
939
+ * The ARN of the IP access settings.
940
+ */
941
+ ipAccessSettingsArn: ARN;
942
+ }
943
+ export interface DeleteIpAccessSettingsResponse {
944
+ }
825
945
  export interface DeleteNetworkSettingsRequest {
826
946
  /**
827
947
  * The ARN of the network settings.
@@ -862,6 +982,7 @@ declare namespace WorkSpacesWeb {
862
982
  }
863
983
  export interface DeleteUserSettingsResponse {
864
984
  }
985
+ export type Description = string;
865
986
  export interface DisassociateBrowserSettingsRequest {
866
987
  /**
867
988
  * The ARN of the web portal.
@@ -870,6 +991,14 @@ declare namespace WorkSpacesWeb {
870
991
  }
871
992
  export interface DisassociateBrowserSettingsResponse {
872
993
  }
994
+ export interface DisassociateIpAccessSettingsRequest {
995
+ /**
996
+ * The ARN of the web portal.
997
+ */
998
+ portalArn: ARN;
999
+ }
1000
+ export interface DisassociateIpAccessSettingsResponse {
1001
+ }
873
1002
  export interface DisassociateNetworkSettingsRequest {
874
1003
  /**
875
1004
  * The ARN of the web portal.
@@ -930,6 +1059,18 @@ declare namespace WorkSpacesWeb {
930
1059
  */
931
1060
  identityProvider?: IdentityProvider;
932
1061
  }
1062
+ export interface GetIpAccessSettingsRequest {
1063
+ /**
1064
+ * The ARN of the IP access settings.
1065
+ */
1066
+ ipAccessSettingsArn: ARN;
1067
+ }
1068
+ export interface GetIpAccessSettingsResponse {
1069
+ /**
1070
+ * The IP access settings.
1071
+ */
1072
+ ipAccessSettings?: IpAccessSettings;
1073
+ }
933
1074
  export interface GetNetworkSettingsRequest {
934
1075
  /**
935
1076
  * The ARN of the network settings.
@@ -1063,6 +1204,63 @@ declare namespace WorkSpacesWeb {
1063
1204
  }
1064
1205
  export type IdentityProviderType = "SAML"|"Facebook"|"Google"|"LoginWithAmazon"|"SignInWithApple"|"OIDC"|string;
1065
1206
  export type IdleDisconnectTimeoutInMinutes = number;
1207
+ export interface IpAccessSettings {
1208
+ /**
1209
+ * A list of web portal ARNs that this IP access settings resource is associated with.
1210
+ */
1211
+ associatedPortalArns?: ArnList;
1212
+ /**
1213
+ * The creation date timestamp of the IP access settings.
1214
+ */
1215
+ creationDate?: Timestamp;
1216
+ /**
1217
+ * The description of the IP access settings.
1218
+ */
1219
+ description?: Description;
1220
+ /**
1221
+ * The display name of the IP access settings.
1222
+ */
1223
+ displayName?: DisplayName;
1224
+ /**
1225
+ * The ARN of the IP access settings resource.
1226
+ */
1227
+ ipAccessSettingsArn: ARN;
1228
+ /**
1229
+ * The IP rules of the IP access settings.
1230
+ */
1231
+ ipRules?: IpRuleList;
1232
+ }
1233
+ export type IpAccessSettingsList = IpAccessSettingsSummary[];
1234
+ export interface IpAccessSettingsSummary {
1235
+ /**
1236
+ * The creation date timestamp of the IP access settings.
1237
+ */
1238
+ creationDate?: Timestamp;
1239
+ /**
1240
+ * The description of the IP access settings.
1241
+ */
1242
+ description?: Description;
1243
+ /**
1244
+ * The display name of the IP access settings.
1245
+ */
1246
+ displayName?: DisplayName;
1247
+ /**
1248
+ * The ARN of IP access settings.
1249
+ */
1250
+ ipAccessSettingsArn?: ARN;
1251
+ }
1252
+ export type IpRange = string;
1253
+ export interface IpRule {
1254
+ /**
1255
+ * The description of the IP rule.
1256
+ */
1257
+ description?: Description;
1258
+ /**
1259
+ * The IP range of the IP rule.
1260
+ */
1261
+ ipRange: IpRange;
1262
+ }
1263
+ export type IpRuleList = IpRule[];
1066
1264
  export type KinesisStreamArn = string;
1067
1265
  export interface ListBrowserSettingsRequest {
1068
1266
  /**
@@ -1108,6 +1306,26 @@ declare namespace WorkSpacesWeb {
1108
1306
  */
1109
1307
  nextToken?: PaginationToken;
1110
1308
  }
1309
+ export interface ListIpAccessSettingsRequest {
1310
+ /**
1311
+ * The maximum number of results to be included in the next page.
1312
+ */
1313
+ maxResults?: MaxResults;
1314
+ /**
1315
+ * The pagination token used to retrieve the next page of results for this operation.
1316
+ */
1317
+ nextToken?: PaginationToken;
1318
+ }
1319
+ export interface ListIpAccessSettingsResponse {
1320
+ /**
1321
+ * The IP access settings.
1322
+ */
1323
+ ipAccessSettings?: IpAccessSettingsList;
1324
+ /**
1325
+ * The pagination token used to retrieve the next page of results for this operation.
1326
+ */
1327
+ nextToken?: PaginationToken;
1328
+ }
1111
1329
  export interface ListNetworkSettingsRequest {
1112
1330
  /**
1113
1331
  * The maximum number of results to be included in the next page.
@@ -1304,6 +1522,10 @@ declare namespace WorkSpacesWeb {
1304
1522
  * The name of the web portal.
1305
1523
  */
1306
1524
  displayName?: DisplayName;
1525
+ /**
1526
+ * The ARN of the IP access settings.
1527
+ */
1528
+ ipAccessSettingsArn?: ARN;
1307
1529
  /**
1308
1530
  * The ARN of the network settings that is associated with the web portal.
1309
1531
  */
@@ -1365,6 +1587,10 @@ declare namespace WorkSpacesWeb {
1365
1587
  * The name of the web portal.
1366
1588
  */
1367
1589
  displayName?: DisplayName;
1590
+ /**
1591
+ * The ARN of the IP access settings.
1592
+ */
1593
+ ipAccessSettingsArn?: ARN;
1368
1594
  /**
1369
1595
  * The ARN of the network settings that is associated with the web portal.
1370
1596
  */
@@ -1514,6 +1740,34 @@ declare namespace WorkSpacesWeb {
1514
1740
  */
1515
1741
  identityProvider: IdentityProvider;
1516
1742
  }
1743
+ export interface UpdateIpAccessSettingsRequest {
1744
+ /**
1745
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
1746
+ */
1747
+ clientToken?: ClientToken;
1748
+ /**
1749
+ * The description of the IP access settings.
1750
+ */
1751
+ description?: Description;
1752
+ /**
1753
+ * The display name of the IP access settings.
1754
+ */
1755
+ displayName?: DisplayName;
1756
+ /**
1757
+ * The ARN of the IP access settings.
1758
+ */
1759
+ ipAccessSettingsArn: ARN;
1760
+ /**
1761
+ * The updated IP rules of the IP access settings.
1762
+ */
1763
+ ipRules?: IpRuleList;
1764
+ }
1765
+ export interface UpdateIpAccessSettingsResponse {
1766
+ /**
1767
+ * The IP access settings.
1768
+ */
1769
+ ipAccessSettings: IpAccessSettings;
1770
+ }
1517
1771
  export interface UpdateNetworkSettingsRequest {
1518
1772
  /**
1519
1773
  * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1387.0',
86
+ VERSION: '2.1388.0',
87
87
 
88
88
  /**
89
89
  * @api private