@aws-sdk/client-codecatalyst 3.296.0 → 3.298.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.
Files changed (91) hide show
  1. package/dist-cjs/commands/CreateAccessTokenCommand.js +1 -1
  2. package/dist-cjs/commands/CreateDevEnvironmentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateProjectCommand.js +2 -3
  4. package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteAccessTokenCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +2 -3
  7. package/dist-cjs/commands/GetDevEnvironmentCommand.js +2 -3
  8. package/dist-cjs/commands/GetProjectCommand.js +2 -3
  9. package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -3
  10. package/dist-cjs/commands/GetSpaceCommand.js +2 -3
  11. package/dist-cjs/commands/GetSubscriptionCommand.js +2 -3
  12. package/dist-cjs/commands/GetUserDetailsCommand.js +2 -3
  13. package/dist-cjs/commands/ListAccessTokensCommand.js +2 -3
  14. package/dist-cjs/commands/ListDevEnvironmentsCommand.js +2 -3
  15. package/dist-cjs/commands/ListEventLogsCommand.js +2 -3
  16. package/dist-cjs/commands/ListProjectsCommand.js +2 -3
  17. package/dist-cjs/commands/ListSourceRepositoriesCommand.js +2 -3
  18. package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +2 -3
  19. package/dist-cjs/commands/ListSpacesCommand.js +2 -3
  20. package/dist-cjs/commands/StartDevEnvironmentCommand.js +2 -3
  21. package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +1 -1
  22. package/dist-cjs/commands/StopDevEnvironmentCommand.js +2 -3
  23. package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +2 -3
  25. package/dist-cjs/commands/VerifySessionCommand.js +2 -3
  26. package/dist-cjs/models/models_0.js +1 -274
  27. package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
  28. package/dist-es/commands/CreateDevEnvironmentCommand.js +2 -3
  29. package/dist-es/commands/CreateProjectCommand.js +2 -3
  30. package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +2 -3
  31. package/dist-es/commands/DeleteAccessTokenCommand.js +2 -3
  32. package/dist-es/commands/DeleteDevEnvironmentCommand.js +2 -3
  33. package/dist-es/commands/GetDevEnvironmentCommand.js +2 -3
  34. package/dist-es/commands/GetProjectCommand.js +2 -3
  35. package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -3
  36. package/dist-es/commands/GetSpaceCommand.js +2 -3
  37. package/dist-es/commands/GetSubscriptionCommand.js +2 -3
  38. package/dist-es/commands/GetUserDetailsCommand.js +2 -3
  39. package/dist-es/commands/ListAccessTokensCommand.js +2 -3
  40. package/dist-es/commands/ListDevEnvironmentsCommand.js +2 -3
  41. package/dist-es/commands/ListEventLogsCommand.js +2 -3
  42. package/dist-es/commands/ListProjectsCommand.js +2 -3
  43. package/dist-es/commands/ListSourceRepositoriesCommand.js +2 -3
  44. package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +2 -3
  45. package/dist-es/commands/ListSpacesCommand.js +2 -3
  46. package/dist-es/commands/StartDevEnvironmentCommand.js +2 -3
  47. package/dist-es/commands/StartDevEnvironmentSessionCommand.js +2 -2
  48. package/dist-es/commands/StopDevEnvironmentCommand.js +2 -3
  49. package/dist-es/commands/StopDevEnvironmentSessionCommand.js +2 -3
  50. package/dist-es/commands/UpdateDevEnvironmentCommand.js +2 -3
  51. package/dist-es/commands/VerifySessionCommand.js +2 -3
  52. package/dist-es/models/models_0.js +0 -204
  53. package/dist-types/CodeCatalyst.d.ts +26 -0
  54. package/dist-types/CodeCatalystClient.d.ts +24 -4
  55. package/dist-types/commands/CreateAccessTokenCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +16 -0
  57. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +16 -0
  61. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +16 -0
  62. package/dist-types/commands/GetProjectCommand.d.ts +16 -0
  63. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +16 -0
  64. package/dist-types/commands/GetSpaceCommand.d.ts +16 -0
  65. package/dist-types/commands/GetSubscriptionCommand.d.ts +16 -0
  66. package/dist-types/commands/GetUserDetailsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListAccessTokensCommand.d.ts +16 -0
  68. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListEventLogsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +16 -0
  72. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +16 -0
  73. package/dist-types/commands/ListSpacesCommand.d.ts +16 -0
  74. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +16 -0
  75. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +16 -0
  76. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +16 -0
  77. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +16 -0
  79. package/dist-types/commands/VerifySessionCommand.d.ts +16 -0
  80. package/dist-types/models/CodeCatalystServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +199 -272
  82. package/dist-types/pagination/Interfaces.d.ts +3 -0
  83. package/dist-types/pagination/ListAccessTokensPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListDevEnvironmentsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListEventLogsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListSourceRepositoriesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListSourceRepositoryBranchesPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListSpacesPaginator.d.ts +3 -0
  90. package/dist-types/ts3.4/models/models_0.d.ts +0 -192
  91. package/package.json +3 -2
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>The request was denied because you don't have sufficient access to perform this action. Verify that you are a member of a role that allows this action.</p>
5
6
  */
6
7
  export declare class AccessDeniedException extends __BaseException {
@@ -12,6 +13,7 @@ export declare class AccessDeniedException extends __BaseException {
12
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
13
14
  }
14
15
  /**
16
+ * @public
15
17
  * <p>The request was denied because the requested operation would cause a conflict with the current state of a service resource associated with the request.
16
18
  * Another user might have updated the resource. Reload, make sure you have the latest data, and then try again.</p>
17
19
  */
@@ -23,6 +25,9 @@ export declare class ConflictException extends __BaseException {
23
25
  */
24
26
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
25
27
  }
28
+ /**
29
+ * @public
30
+ */
26
31
  export interface CreateAccessTokenRequest {
27
32
  /**
28
33
  * <p>The friendly name of the personal access token.</p>
@@ -33,6 +38,9 @@ export interface CreateAccessTokenRequest {
33
38
  */
34
39
  expiresTime?: Date;
35
40
  }
41
+ /**
42
+ * @public
43
+ */
36
44
  export interface CreateAccessTokenResponse {
37
45
  /**
38
46
  * <p>The secret value of the personal access token.</p>
@@ -52,6 +60,7 @@ export interface CreateAccessTokenResponse {
52
60
  accessTokenId: string | undefined;
53
61
  }
54
62
  /**
63
+ * @public
55
64
  * <p>The request was denied because the specified resource was not found. Verify that the spelling is correct and that you have access to the resource.</p>
56
65
  */
57
66
  export declare class ResourceNotFoundException extends __BaseException {
@@ -63,6 +72,7 @@ export declare class ResourceNotFoundException extends __BaseException {
63
72
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
64
73
  }
65
74
  /**
75
+ * @public
66
76
  * <p>The request was denied because one or more resources has reached its limits for the tier the space belongs to. Either reduce
67
77
  * the number of resources, or change the tier if applicable.</p>
68
78
  */
@@ -75,6 +85,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
75
85
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
76
86
  }
77
87
  /**
88
+ * @public
78
89
  * <p>The request was denied due to request throttling.</p>
79
90
  */
80
91
  export declare class ThrottlingException extends __BaseException {
@@ -87,6 +98,7 @@ export declare class ThrottlingException extends __BaseException {
87
98
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
88
99
  }
89
100
  /**
101
+ * @public
90
102
  * <p>The request was denied because an input failed to satisfy the constraints specified by the service. Check the spelling and input requirements, and then try again.</p>
91
103
  */
92
104
  export declare class ValidationException extends __BaseException {
@@ -97,14 +109,23 @@ export declare class ValidationException extends __BaseException {
97
109
  */
98
110
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
99
111
  }
112
+ /**
113
+ * @public
114
+ */
100
115
  export interface DeleteAccessTokenRequest {
101
116
  /**
102
117
  * <p>The ID of the personal access token to delete. You can find the IDs of all PATs associated with your user account by calling <a>ListAccessTokens</a>.</p>
103
118
  */
104
119
  id: string | undefined;
105
120
  }
121
+ /**
122
+ * @public
123
+ */
106
124
  export interface DeleteAccessTokenResponse {
107
125
  }
126
+ /**
127
+ * @public
128
+ */
108
129
  export interface ListAccessTokensRequest {
109
130
  /**
110
131
  * <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
@@ -116,6 +137,7 @@ export interface ListAccessTokensRequest {
116
137
  nextToken?: string;
117
138
  }
118
139
  /**
140
+ * @public
119
141
  * <p>Information about a specified personal access token (PAT).</p>
120
142
  */
121
143
  export interface AccessTokenSummary {
@@ -132,6 +154,9 @@ export interface AccessTokenSummary {
132
154
  */
133
155
  expiresTime?: Date;
134
156
  }
157
+ /**
158
+ * @public
159
+ */
135
160
  export interface ListAccessTokensResponse {
136
161
  /**
137
162
  * <p>A list of personal access tokens (PATs) associated with the calling user.</p>
@@ -142,10 +167,16 @@ export interface ListAccessTokensResponse {
142
167
  */
143
168
  nextToken?: string;
144
169
  }
170
+ /**
171
+ * @public
172
+ */
145
173
  export declare enum CatalogActionVersionFileRecordType {
146
174
  LICENSE = "LICENSE",
147
175
  README = "README"
148
176
  }
177
+ /**
178
+ * @public
179
+ */
149
180
  export interface GetUserDetailsRequest {
150
181
  /**
151
182
  * <p>The system-generated unique ID of the user. </p>
@@ -157,6 +188,7 @@ export interface GetUserDetailsRequest {
157
188
  userName?: string;
158
189
  }
159
190
  /**
191
+ * @public
160
192
  * <p>Information about an email address.</p>
161
193
  */
162
194
  export interface EmailAddress {
@@ -169,6 +201,9 @@ export interface EmailAddress {
169
201
  */
170
202
  verified?: boolean;
171
203
  }
204
+ /**
205
+ * @public
206
+ */
172
207
  export interface GetUserDetailsResponse {
173
208
  /**
174
209
  * <p>The system-generated unique ID of the user.</p>
@@ -191,6 +226,9 @@ export interface GetUserDetailsResponse {
191
226
  */
192
227
  version?: string;
193
228
  }
229
+ /**
230
+ * @public
231
+ */
194
232
  export interface ListEventLogsRequest {
195
233
  /**
196
234
  * <p>The name of the space.</p>
@@ -217,11 +255,15 @@ export interface ListEventLogsRequest {
217
255
  */
218
256
  maxResults?: number;
219
257
  }
258
+ /**
259
+ * @public
260
+ */
220
261
  export declare enum OperationType {
221
262
  MUTATION = "MUTATION",
222
263
  READONLY = "READONLY"
223
264
  }
224
265
  /**
266
+ * @public
225
267
  * <p>Information about a project in a space.</p>
226
268
  */
227
269
  export interface ProjectInformation {
@@ -235,6 +277,7 @@ export interface ProjectInformation {
235
277
  projectId?: string;
236
278
  }
237
279
  /**
280
+ * @public
238
281
  * <p>Information about the payload of an event recording Amazon CodeCatalyst activity.</p>
239
282
  */
240
283
  export interface EventPayload {
@@ -247,12 +290,16 @@ export interface EventPayload {
247
290
  */
248
291
  data?: string;
249
292
  }
293
+ /**
294
+ * @public
295
+ */
250
296
  export declare enum UserType {
251
297
  AWS_ACCOUNT = "AWS_ACCOUNT",
252
298
  UNKNOWN = "UNKNOWN",
253
299
  USER = "USER"
254
300
  }
255
301
  /**
302
+ * @public
256
303
  * <p>Information about a user whose activity is recorded in an event for a space.</p>
257
304
  */
258
305
  export interface UserIdentity {
@@ -274,6 +321,7 @@ export interface UserIdentity {
274
321
  awsAccountId?: string;
275
322
  }
276
323
  /**
324
+ * @public
277
325
  * <p>Information about an entry in an event log of Amazon CodeCatalyst activity.</p>
278
326
  */
279
327
  export interface EventLogEntry {
@@ -338,6 +386,9 @@ export interface EventLogEntry {
338
386
  */
339
387
  userAgent?: string;
340
388
  }
389
+ /**
390
+ * @public
391
+ */
341
392
  export interface ListEventLogsResponse {
342
393
  /**
343
394
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
@@ -348,12 +399,18 @@ export interface ListEventLogsResponse {
348
399
  */
349
400
  items: EventLogEntry[] | undefined;
350
401
  }
402
+ /**
403
+ * @public
404
+ */
351
405
  export interface GetSpaceRequest {
352
406
  /**
353
407
  * <p>The name of the space.</p>
354
408
  */
355
409
  name: string | undefined;
356
410
  }
411
+ /**
412
+ * @public
413
+ */
357
414
  export interface GetSpaceResponse {
358
415
  /**
359
416
  * <p>The name of the space.</p>
@@ -372,6 +429,9 @@ export interface GetSpaceResponse {
372
429
  */
373
430
  description?: string;
374
431
  }
432
+ /**
433
+ * @public
434
+ */
375
435
  export interface ListSpacesRequest {
376
436
  /**
377
437
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
@@ -379,6 +439,7 @@ export interface ListSpacesRequest {
379
439
  nextToken?: string;
380
440
  }
381
441
  /**
442
+ * @public
382
443
  * <p>Information about an space.</p>
383
444
  */
384
445
  export interface SpaceSummary {
@@ -400,6 +461,9 @@ export interface SpaceSummary {
400
461
  */
401
462
  description?: string;
402
463
  }
464
+ /**
465
+ * @public
466
+ */
403
467
  export interface ListSpacesResponse {
404
468
  /**
405
469
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
@@ -410,6 +474,9 @@ export interface ListSpacesResponse {
410
474
  */
411
475
  items?: SpaceSummary[];
412
476
  }
477
+ /**
478
+ * @public
479
+ */
413
480
  export interface CreateProjectRequest {
414
481
  /**
415
482
  * <p>The name of the space.</p>
@@ -424,6 +491,9 @@ export interface CreateProjectRequest {
424
491
  */
425
492
  description?: string;
426
493
  }
494
+ /**
495
+ * @public
496
+ */
427
497
  export interface CreateProjectResponse {
428
498
  /**
429
499
  * <p>The name of the space.</p>
@@ -443,6 +513,7 @@ export interface CreateProjectResponse {
443
513
  description?: string;
444
514
  }
445
515
  /**
516
+ * @public
446
517
  * <p>Information about the configuration of an integrated development environment (IDE) for a Dev Environment.</p>
447
518
  */
448
519
  export interface IdeConfiguration {
@@ -458,6 +529,9 @@ export interface IdeConfiguration {
458
529
  */
459
530
  name?: string;
460
531
  }
532
+ /**
533
+ * @public
534
+ */
461
535
  export declare enum _InstanceType {
462
536
  DEV_STANDARD1_LARGE = "dev.standard1.large",
463
537
  DEV_STANDARD1_MEDIUM = "dev.standard1.medium",
@@ -465,6 +539,7 @@ export declare enum _InstanceType {
465
539
  DEV_STANDARD1_XLARGE = "dev.standard1.xlarge"
466
540
  }
467
541
  /**
542
+ * @public
468
543
  * <p>Information about the configuration of persistent storage for a Dev Environment. </p>
469
544
  */
470
545
  export interface PersistentStorageConfiguration {
@@ -478,6 +553,7 @@ export interface PersistentStorageConfiguration {
478
553
  sizeInGiB: number | undefined;
479
554
  }
480
555
  /**
556
+ * @public
481
557
  * <p>Information about a repository that will be cloned to a Dev Environment.</p>
482
558
  */
483
559
  export interface RepositoryInput {
@@ -490,6 +566,9 @@ export interface RepositoryInput {
490
566
  */
491
567
  branchName?: string;
492
568
  }
569
+ /**
570
+ * @public
571
+ */
493
572
  export interface CreateDevEnvironmentRequest {
494
573
  /**
495
574
  * <p>The name of the space.</p>
@@ -540,6 +619,9 @@ export interface CreateDevEnvironmentRequest {
540
619
  */
541
620
  persistentStorage: PersistentStorageConfiguration | undefined;
542
621
  }
622
+ /**
623
+ * @public
624
+ */
543
625
  export interface CreateDevEnvironmentResponse {
544
626
  /**
545
627
  * <p>The name of the space.</p>
@@ -554,6 +636,9 @@ export interface CreateDevEnvironmentResponse {
554
636
  */
555
637
  id: string | undefined;
556
638
  }
639
+ /**
640
+ * @public
641
+ */
557
642
  export interface DeleteDevEnvironmentRequest {
558
643
  /**
559
644
  * <p>The name of the space.</p>
@@ -568,6 +653,9 @@ export interface DeleteDevEnvironmentRequest {
568
653
  */
569
654
  id: string | undefined;
570
655
  }
656
+ /**
657
+ * @public
658
+ */
571
659
  export interface DeleteDevEnvironmentResponse {
572
660
  /**
573
661
  * <p>The name of the space.</p>
@@ -582,6 +670,9 @@ export interface DeleteDevEnvironmentResponse {
582
670
  */
583
671
  id: string | undefined;
584
672
  }
673
+ /**
674
+ * @public
675
+ */
585
676
  export interface GetDevEnvironmentRequest {
586
677
  /**
587
678
  * <p>The name of the space.</p>
@@ -597,6 +688,7 @@ export interface GetDevEnvironmentRequest {
597
688
  id: string | undefined;
598
689
  }
599
690
  /**
691
+ * @public
600
692
  * <p>Information about an integrated development environment (IDE) used in a Dev Environment.</p>
601
693
  */
602
694
  export interface Ide {
@@ -610,6 +702,7 @@ export interface Ide {
610
702
  name?: string;
611
703
  }
612
704
  /**
705
+ * @public
613
706
  * <p>Information about the persistent storage for a Dev Environment.</p>
614
707
  */
615
708
  export interface PersistentStorage {
@@ -623,6 +716,7 @@ export interface PersistentStorage {
623
716
  sizeInGiB: number | undefined;
624
717
  }
625
718
  /**
719
+ * @public
626
720
  * <p>Information about the source repsitory for a Dev Environment. </p>
627
721
  */
628
722
  export interface DevEnvironmentRepositorySummary {
@@ -635,6 +729,9 @@ export interface DevEnvironmentRepositorySummary {
635
729
  */
636
730
  branchName?: string;
637
731
  }
732
+ /**
733
+ * @public
734
+ */
638
735
  export declare enum DevEnvironmentStatus {
639
736
  DELETED = "DELETED",
640
737
  DELETING = "DELETING",
@@ -645,6 +742,9 @@ export declare enum DevEnvironmentStatus {
645
742
  STOPPED = "STOPPED",
646
743
  STOPPING = "STOPPING"
647
744
  }
745
+ /**
746
+ * @public
747
+ */
648
748
  export interface GetDevEnvironmentResponse {
649
749
  /**
650
750
  * <p>The name of the space.</p>
@@ -700,6 +800,7 @@ export interface GetDevEnvironmentResponse {
700
800
  persistentStorage: PersistentStorage | undefined;
701
801
  }
702
802
  /**
803
+ * @public
703
804
  * <p/>
704
805
  */
705
806
  export interface Filter {
@@ -716,6 +817,9 @@ export interface Filter {
716
817
  */
717
818
  comparisonOperator?: string;
718
819
  }
820
+ /**
821
+ * @public
822
+ */
719
823
  export interface ListDevEnvironmentsRequest {
720
824
  /**
721
825
  * <p>The name of the space.</p>
@@ -739,6 +843,7 @@ export interface ListDevEnvironmentsRequest {
739
843
  maxResults?: number;
740
844
  }
741
845
  /**
846
+ * @public
742
847
  * <p>Information about a Dev Environment. </p>
743
848
  */
744
849
  export interface DevEnvironmentSummary {
@@ -795,6 +900,9 @@ export interface DevEnvironmentSummary {
795
900
  */
796
901
  persistentStorage: PersistentStorage | undefined;
797
902
  }
903
+ /**
904
+ * @public
905
+ */
798
906
  export interface ListDevEnvironmentsResponse {
799
907
  /**
800
908
  * <p>Information about the Dev Environments in a project.</p>
@@ -805,6 +913,9 @@ export interface ListDevEnvironmentsResponse {
805
913
  */
806
914
  nextToken?: string;
807
915
  }
916
+ /**
917
+ * @public
918
+ */
808
919
  export interface StartDevEnvironmentRequest {
809
920
  /**
810
921
  * <p>The name of the space.</p>
@@ -831,6 +942,9 @@ export interface StartDevEnvironmentRequest {
831
942
  */
832
943
  inactivityTimeoutMinutes?: number;
833
944
  }
945
+ /**
946
+ * @public
947
+ */
834
948
  export interface StartDevEnvironmentResponse {
835
949
  /**
836
950
  * <p>The name of the space.</p>
@@ -850,6 +964,7 @@ export interface StartDevEnvironmentResponse {
850
964
  status: DevEnvironmentStatus | string | undefined;
851
965
  }
852
966
  /**
967
+ * @public
853
968
  * <p>Information about the commands that will be run on a Dev Environment when an SSH session begins.</p>
854
969
  */
855
970
  export interface ExecuteCommandSessionConfiguration {
@@ -862,11 +977,15 @@ export interface ExecuteCommandSessionConfiguration {
862
977
  */
863
978
  arguments?: string[];
864
979
  }
980
+ /**
981
+ * @public
982
+ */
865
983
  export declare enum DevEnvironmentSessionType {
866
984
  SSH = "SSH",
867
985
  SSM = "SSM"
868
986
  }
869
987
  /**
988
+ * @public
870
989
  * <p>Information about the configuration of a Dev Environment session.</p>
871
990
  */
872
991
  export interface DevEnvironmentSessionConfiguration {
@@ -879,6 +998,9 @@ export interface DevEnvironmentSessionConfiguration {
879
998
  */
880
999
  executeCommandSessionConfiguration?: ExecuteCommandSessionConfiguration;
881
1000
  }
1001
+ /**
1002
+ * @public
1003
+ */
882
1004
  export interface StartDevEnvironmentSessionRequest {
883
1005
  /**
884
1006
  * <p>The name of the space.</p>
@@ -898,6 +1020,7 @@ export interface StartDevEnvironmentSessionRequest {
898
1020
  sessionConfiguration: DevEnvironmentSessionConfiguration | undefined;
899
1021
  }
900
1022
  /**
1023
+ * @public
901
1024
  * <p>Information about connection details for a Dev Environment.</p>
902
1025
  */
903
1026
  export interface DevEnvironmentAccessDetails {
@@ -910,6 +1033,9 @@ export interface DevEnvironmentAccessDetails {
910
1033
  */
911
1034
  tokenValue: string | undefined;
912
1035
  }
1036
+ /**
1037
+ * @public
1038
+ */
913
1039
  export interface StartDevEnvironmentSessionResponse {
914
1040
  /**
915
1041
  * <p>Information about connection details for a Dev Environment.</p>
@@ -932,6 +1058,9 @@ export interface StartDevEnvironmentSessionResponse {
932
1058
  */
933
1059
  id: string | undefined;
934
1060
  }
1061
+ /**
1062
+ * @public
1063
+ */
935
1064
  export interface StopDevEnvironmentRequest {
936
1065
  /**
937
1066
  * <p>The name of the space.</p>
@@ -946,6 +1075,9 @@ export interface StopDevEnvironmentRequest {
946
1075
  */
947
1076
  id: string | undefined;
948
1077
  }
1078
+ /**
1079
+ * @public
1080
+ */
949
1081
  export interface StopDevEnvironmentResponse {
950
1082
  /**
951
1083
  * <p>The name of the space.</p>
@@ -964,6 +1096,9 @@ export interface StopDevEnvironmentResponse {
964
1096
  */
965
1097
  status: DevEnvironmentStatus | string | undefined;
966
1098
  }
1099
+ /**
1100
+ * @public
1101
+ */
967
1102
  export interface StopDevEnvironmentSessionRequest {
968
1103
  /**
969
1104
  * <p>The name of the space.</p>
@@ -982,6 +1117,9 @@ export interface StopDevEnvironmentSessionRequest {
982
1117
  */
983
1118
  sessionId: string | undefined;
984
1119
  }
1120
+ /**
1121
+ * @public
1122
+ */
985
1123
  export interface StopDevEnvironmentSessionResponse {
986
1124
  /**
987
1125
  * <p>The name of the space.</p>
@@ -1000,6 +1138,9 @@ export interface StopDevEnvironmentSessionResponse {
1000
1138
  */
1001
1139
  sessionId: string | undefined;
1002
1140
  }
1141
+ /**
1142
+ * @public
1143
+ */
1003
1144
  export interface UpdateDevEnvironmentRequest {
1004
1145
  /**
1005
1146
  * <p>The name of the space.</p>
@@ -1042,6 +1183,9 @@ export interface UpdateDevEnvironmentRequest {
1042
1183
  */
1043
1184
  clientToken?: string;
1044
1185
  }
1186
+ /**
1187
+ * @public
1188
+ */
1045
1189
  export interface UpdateDevEnvironmentResponse {
1046
1190
  /**
1047
1191
  * <p>The system-generated unique ID of the Dev Environment. </p>
@@ -1077,6 +1221,9 @@ export interface UpdateDevEnvironmentResponse {
1077
1221
  */
1078
1222
  clientToken?: string;
1079
1223
  }
1224
+ /**
1225
+ * @public
1226
+ */
1080
1227
  export interface GetProjectRequest {
1081
1228
  /**
1082
1229
  * <p>The name of the space.</p>
@@ -1087,6 +1234,9 @@ export interface GetProjectRequest {
1087
1234
  */
1088
1235
  name: string | undefined;
1089
1236
  }
1237
+ /**
1238
+ * @public
1239
+ */
1090
1240
  export interface GetProjectResponse {
1091
1241
  /**
1092
1242
  * <p>The name of the space.</p>
@@ -1105,6 +1255,9 @@ export interface GetProjectResponse {
1105
1255
  */
1106
1256
  description?: string;
1107
1257
  }
1258
+ /**
1259
+ * @public
1260
+ */
1108
1261
  export declare enum ComparisonOperator {
1109
1262
  EQUALS = "EQ",
1110
1263
  GREATER_THAN = "GT",
@@ -1112,10 +1265,14 @@ export declare enum ComparisonOperator {
1112
1265
  LESS_THAN = "LT",
1113
1266
  LESS_THAN_OR_EQUALS = "LE"
1114
1267
  }
1268
+ /**
1269
+ * @public
1270
+ */
1115
1271
  export declare enum FilterKey {
1116
1272
  HAS_ACCESS_TO = "hasAccessTo"
1117
1273
  }
1118
1274
  /**
1275
+ * @public
1119
1276
  * <p>nformation about the filter used to narrow the results returned in a list of projects.</p>
1120
1277
  */
1121
1278
  export interface ProjectListFilter {
@@ -1132,6 +1289,9 @@ export interface ProjectListFilter {
1132
1289
  */
1133
1290
  comparisonOperator?: ComparisonOperator | string;
1134
1291
  }
1292
+ /**
1293
+ * @public
1294
+ */
1135
1295
  export interface ListProjectsRequest {
1136
1296
  /**
1137
1297
  * <p>The name of the space.</p>
@@ -1151,6 +1311,7 @@ export interface ListProjectsRequest {
1151
1311
  filters?: ProjectListFilter[];
1152
1312
  }
1153
1313
  /**
1314
+ * @public
1154
1315
  * <p>Information about a project.</p>
1155
1316
  */
1156
1317
  export interface ProjectSummary {
@@ -1167,6 +1328,9 @@ export interface ProjectSummary {
1167
1328
  */
1168
1329
  description?: string;
1169
1330
  }
1331
+ /**
1332
+ * @public
1333
+ */
1170
1334
  export interface ListProjectsResponse {
1171
1335
  /**
1172
1336
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
@@ -1177,6 +1341,9 @@ export interface ListProjectsResponse {
1177
1341
  */
1178
1342
  items?: ProjectSummary[];
1179
1343
  }
1344
+ /**
1345
+ * @public
1346
+ */
1180
1347
  export interface GetSourceRepositoryCloneUrlsRequest {
1181
1348
  /**
1182
1349
  * <p>The name of the space.</p>
@@ -1191,12 +1358,18 @@ export interface GetSourceRepositoryCloneUrlsRequest {
1191
1358
  */
1192
1359
  sourceRepositoryName: string | undefined;
1193
1360
  }
1361
+ /**
1362
+ * @public
1363
+ */
1194
1364
  export interface GetSourceRepositoryCloneUrlsResponse {
1195
1365
  /**
1196
1366
  * <p>The HTTPS URL to use when cloning the source repository.</p>
1197
1367
  */
1198
1368
  https: string | undefined;
1199
1369
  }
1370
+ /**
1371
+ * @public
1372
+ */
1200
1373
  export interface ListSourceRepositoriesRequest {
1201
1374
  /**
1202
1375
  * <p>The name of the space.</p>
@@ -1216,6 +1389,7 @@ export interface ListSourceRepositoriesRequest {
1216
1389
  maxResults?: number;
1217
1390
  }
1218
1391
  /**
1392
+ * @public
1219
1393
  * <p>Information about a source repository returned in a list of source repositories.</p>
1220
1394
  */
1221
1395
  export interface ListSourceRepositoriesItem {
@@ -1240,6 +1414,9 @@ export interface ListSourceRepositoriesItem {
1240
1414
  */
1241
1415
  createdTime: Date | undefined;
1242
1416
  }
1417
+ /**
1418
+ * @public
1419
+ */
1243
1420
  export interface ListSourceRepositoriesResponse {
1244
1421
  /**
1245
1422
  * <p>Information about the source repositories.</p>
@@ -1250,6 +1427,9 @@ export interface ListSourceRepositoriesResponse {
1250
1427
  */
1251
1428
  nextToken?: string;
1252
1429
  }
1430
+ /**
1431
+ * @public
1432
+ */
1253
1433
  export interface CreateSourceRepositoryBranchRequest {
1254
1434
  /**
1255
1435
  * <p>The name of the space.</p>
@@ -1272,6 +1452,9 @@ export interface CreateSourceRepositoryBranchRequest {
1272
1452
  */
1273
1453
  headCommitId?: string;
1274
1454
  }
1455
+ /**
1456
+ * @public
1457
+ */
1275
1458
  export interface CreateSourceRepositoryBranchResponse {
1276
1459
  /**
1277
1460
  * <p>The Git reference name of the branch.</p>
@@ -1290,6 +1473,9 @@ export interface CreateSourceRepositoryBranchResponse {
1290
1473
  */
1291
1474
  headCommitId?: string;
1292
1475
  }
1476
+ /**
1477
+ * @public
1478
+ */
1293
1479
  export interface ListSourceRepositoryBranchesRequest {
1294
1480
  /**
1295
1481
  * <p>The name of the space.</p>
@@ -1313,6 +1499,7 @@ export interface ListSourceRepositoryBranchesRequest {
1313
1499
  maxResults?: number;
1314
1500
  }
1315
1501
  /**
1502
+ * @public
1316
1503
  * <p>Information about a branch of a source repository returned in a list of branches.</p>
1317
1504
  */
1318
1505
  export interface ListSourceRepositoryBranchesItem {
@@ -1333,6 +1520,9 @@ export interface ListSourceRepositoryBranchesItem {
1333
1520
  */
1334
1521
  headCommitId?: string;
1335
1522
  }
1523
+ /**
1524
+ * @public
1525
+ */
1336
1526
  export interface ListSourceRepositoryBranchesResponse {
1337
1527
  /**
1338
1528
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
@@ -1343,12 +1533,18 @@ export interface ListSourceRepositoryBranchesResponse {
1343
1533
  */
1344
1534
  items: ListSourceRepositoryBranchesItem[] | undefined;
1345
1535
  }
1536
+ /**
1537
+ * @public
1538
+ */
1346
1539
  export interface GetSubscriptionRequest {
1347
1540
  /**
1348
1541
  * <p>The name of the space.</p>
1349
1542
  */
1350
1543
  spaceName: string | undefined;
1351
1544
  }
1545
+ /**
1546
+ * @public
1547
+ */
1352
1548
  export interface GetSubscriptionResponse {
1353
1549
  /**
1354
1550
  * <p>The type of the billing plan for the space.</p>
@@ -1359,188 +1555,19 @@ export interface GetSubscriptionResponse {
1359
1555
  */
1360
1556
  awsAccountName?: string;
1361
1557
  }
1558
+ /**
1559
+ * @public
1560
+ */
1362
1561
  export interface VerifySessionResponse {
1363
1562
  /**
1364
1563
  * <p>The system-generated unique ID of the user in Amazon CodeCatalyst.</p>
1365
1564
  */
1366
1565
  identity?: string;
1367
1566
  }
1368
- /**
1369
- * @internal
1370
- */
1371
- export declare const CreateAccessTokenRequestFilterSensitiveLog: (obj: CreateAccessTokenRequest) => any;
1372
1567
  /**
1373
1568
  * @internal
1374
1569
  */
1375
1570
  export declare const CreateAccessTokenResponseFilterSensitiveLog: (obj: CreateAccessTokenResponse) => any;
1376
- /**
1377
- * @internal
1378
- */
1379
- export declare const DeleteAccessTokenRequestFilterSensitiveLog: (obj: DeleteAccessTokenRequest) => any;
1380
- /**
1381
- * @internal
1382
- */
1383
- export declare const DeleteAccessTokenResponseFilterSensitiveLog: (obj: DeleteAccessTokenResponse) => any;
1384
- /**
1385
- * @internal
1386
- */
1387
- export declare const ListAccessTokensRequestFilterSensitiveLog: (obj: ListAccessTokensRequest) => any;
1388
- /**
1389
- * @internal
1390
- */
1391
- export declare const AccessTokenSummaryFilterSensitiveLog: (obj: AccessTokenSummary) => any;
1392
- /**
1393
- * @internal
1394
- */
1395
- export declare const ListAccessTokensResponseFilterSensitiveLog: (obj: ListAccessTokensResponse) => any;
1396
- /**
1397
- * @internal
1398
- */
1399
- export declare const GetUserDetailsRequestFilterSensitiveLog: (obj: GetUserDetailsRequest) => any;
1400
- /**
1401
- * @internal
1402
- */
1403
- export declare const EmailAddressFilterSensitiveLog: (obj: EmailAddress) => any;
1404
- /**
1405
- * @internal
1406
- */
1407
- export declare const GetUserDetailsResponseFilterSensitiveLog: (obj: GetUserDetailsResponse) => any;
1408
- /**
1409
- * @internal
1410
- */
1411
- export declare const ListEventLogsRequestFilterSensitiveLog: (obj: ListEventLogsRequest) => any;
1412
- /**
1413
- * @internal
1414
- */
1415
- export declare const ProjectInformationFilterSensitiveLog: (obj: ProjectInformation) => any;
1416
- /**
1417
- * @internal
1418
- */
1419
- export declare const EventPayloadFilterSensitiveLog: (obj: EventPayload) => any;
1420
- /**
1421
- * @internal
1422
- */
1423
- export declare const UserIdentityFilterSensitiveLog: (obj: UserIdentity) => any;
1424
- /**
1425
- * @internal
1426
- */
1427
- export declare const EventLogEntryFilterSensitiveLog: (obj: EventLogEntry) => any;
1428
- /**
1429
- * @internal
1430
- */
1431
- export declare const ListEventLogsResponseFilterSensitiveLog: (obj: ListEventLogsResponse) => any;
1432
- /**
1433
- * @internal
1434
- */
1435
- export declare const GetSpaceRequestFilterSensitiveLog: (obj: GetSpaceRequest) => any;
1436
- /**
1437
- * @internal
1438
- */
1439
- export declare const GetSpaceResponseFilterSensitiveLog: (obj: GetSpaceResponse) => any;
1440
- /**
1441
- * @internal
1442
- */
1443
- export declare const ListSpacesRequestFilterSensitiveLog: (obj: ListSpacesRequest) => any;
1444
- /**
1445
- * @internal
1446
- */
1447
- export declare const SpaceSummaryFilterSensitiveLog: (obj: SpaceSummary) => any;
1448
- /**
1449
- * @internal
1450
- */
1451
- export declare const ListSpacesResponseFilterSensitiveLog: (obj: ListSpacesResponse) => any;
1452
- /**
1453
- * @internal
1454
- */
1455
- export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
1456
- /**
1457
- * @internal
1458
- */
1459
- export declare const CreateProjectResponseFilterSensitiveLog: (obj: CreateProjectResponse) => any;
1460
- /**
1461
- * @internal
1462
- */
1463
- export declare const IdeConfigurationFilterSensitiveLog: (obj: IdeConfiguration) => any;
1464
- /**
1465
- * @internal
1466
- */
1467
- export declare const PersistentStorageConfigurationFilterSensitiveLog: (obj: PersistentStorageConfiguration) => any;
1468
- /**
1469
- * @internal
1470
- */
1471
- export declare const RepositoryInputFilterSensitiveLog: (obj: RepositoryInput) => any;
1472
- /**
1473
- * @internal
1474
- */
1475
- export declare const CreateDevEnvironmentRequestFilterSensitiveLog: (obj: CreateDevEnvironmentRequest) => any;
1476
- /**
1477
- * @internal
1478
- */
1479
- export declare const CreateDevEnvironmentResponseFilterSensitiveLog: (obj: CreateDevEnvironmentResponse) => any;
1480
- /**
1481
- * @internal
1482
- */
1483
- export declare const DeleteDevEnvironmentRequestFilterSensitiveLog: (obj: DeleteDevEnvironmentRequest) => any;
1484
- /**
1485
- * @internal
1486
- */
1487
- export declare const DeleteDevEnvironmentResponseFilterSensitiveLog: (obj: DeleteDevEnvironmentResponse) => any;
1488
- /**
1489
- * @internal
1490
- */
1491
- export declare const GetDevEnvironmentRequestFilterSensitiveLog: (obj: GetDevEnvironmentRequest) => any;
1492
- /**
1493
- * @internal
1494
- */
1495
- export declare const IdeFilterSensitiveLog: (obj: Ide) => any;
1496
- /**
1497
- * @internal
1498
- */
1499
- export declare const PersistentStorageFilterSensitiveLog: (obj: PersistentStorage) => any;
1500
- /**
1501
- * @internal
1502
- */
1503
- export declare const DevEnvironmentRepositorySummaryFilterSensitiveLog: (obj: DevEnvironmentRepositorySummary) => any;
1504
- /**
1505
- * @internal
1506
- */
1507
- export declare const GetDevEnvironmentResponseFilterSensitiveLog: (obj: GetDevEnvironmentResponse) => any;
1508
- /**
1509
- * @internal
1510
- */
1511
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1512
- /**
1513
- * @internal
1514
- */
1515
- export declare const ListDevEnvironmentsRequestFilterSensitiveLog: (obj: ListDevEnvironmentsRequest) => any;
1516
- /**
1517
- * @internal
1518
- */
1519
- export declare const DevEnvironmentSummaryFilterSensitiveLog: (obj: DevEnvironmentSummary) => any;
1520
- /**
1521
- * @internal
1522
- */
1523
- export declare const ListDevEnvironmentsResponseFilterSensitiveLog: (obj: ListDevEnvironmentsResponse) => any;
1524
- /**
1525
- * @internal
1526
- */
1527
- export declare const StartDevEnvironmentRequestFilterSensitiveLog: (obj: StartDevEnvironmentRequest) => any;
1528
- /**
1529
- * @internal
1530
- */
1531
- export declare const StartDevEnvironmentResponseFilterSensitiveLog: (obj: StartDevEnvironmentResponse) => any;
1532
- /**
1533
- * @internal
1534
- */
1535
- export declare const ExecuteCommandSessionConfigurationFilterSensitiveLog: (obj: ExecuteCommandSessionConfiguration) => any;
1536
- /**
1537
- * @internal
1538
- */
1539
- export declare const DevEnvironmentSessionConfigurationFilterSensitiveLog: (obj: DevEnvironmentSessionConfiguration) => any;
1540
- /**
1541
- * @internal
1542
- */
1543
- export declare const StartDevEnvironmentSessionRequestFilterSensitiveLog: (obj: StartDevEnvironmentSessionRequest) => any;
1544
1571
  /**
1545
1572
  * @internal
1546
1573
  */
@@ -1549,103 +1576,3 @@ export declare const DevEnvironmentAccessDetailsFilterSensitiveLog: (obj: DevEnv
1549
1576
  * @internal
1550
1577
  */
1551
1578
  export declare const StartDevEnvironmentSessionResponseFilterSensitiveLog: (obj: StartDevEnvironmentSessionResponse) => any;
1552
- /**
1553
- * @internal
1554
- */
1555
- export declare const StopDevEnvironmentRequestFilterSensitiveLog: (obj: StopDevEnvironmentRequest) => any;
1556
- /**
1557
- * @internal
1558
- */
1559
- export declare const StopDevEnvironmentResponseFilterSensitiveLog: (obj: StopDevEnvironmentResponse) => any;
1560
- /**
1561
- * @internal
1562
- */
1563
- export declare const StopDevEnvironmentSessionRequestFilterSensitiveLog: (obj: StopDevEnvironmentSessionRequest) => any;
1564
- /**
1565
- * @internal
1566
- */
1567
- export declare const StopDevEnvironmentSessionResponseFilterSensitiveLog: (obj: StopDevEnvironmentSessionResponse) => any;
1568
- /**
1569
- * @internal
1570
- */
1571
- export declare const UpdateDevEnvironmentRequestFilterSensitiveLog: (obj: UpdateDevEnvironmentRequest) => any;
1572
- /**
1573
- * @internal
1574
- */
1575
- export declare const UpdateDevEnvironmentResponseFilterSensitiveLog: (obj: UpdateDevEnvironmentResponse) => any;
1576
- /**
1577
- * @internal
1578
- */
1579
- export declare const GetProjectRequestFilterSensitiveLog: (obj: GetProjectRequest) => any;
1580
- /**
1581
- * @internal
1582
- */
1583
- export declare const GetProjectResponseFilterSensitiveLog: (obj: GetProjectResponse) => any;
1584
- /**
1585
- * @internal
1586
- */
1587
- export declare const ProjectListFilterFilterSensitiveLog: (obj: ProjectListFilter) => any;
1588
- /**
1589
- * @internal
1590
- */
1591
- export declare const ListProjectsRequestFilterSensitiveLog: (obj: ListProjectsRequest) => any;
1592
- /**
1593
- * @internal
1594
- */
1595
- export declare const ProjectSummaryFilterSensitiveLog: (obj: ProjectSummary) => any;
1596
- /**
1597
- * @internal
1598
- */
1599
- export declare const ListProjectsResponseFilterSensitiveLog: (obj: ListProjectsResponse) => any;
1600
- /**
1601
- * @internal
1602
- */
1603
- export declare const GetSourceRepositoryCloneUrlsRequestFilterSensitiveLog: (obj: GetSourceRepositoryCloneUrlsRequest) => any;
1604
- /**
1605
- * @internal
1606
- */
1607
- export declare const GetSourceRepositoryCloneUrlsResponseFilterSensitiveLog: (obj: GetSourceRepositoryCloneUrlsResponse) => any;
1608
- /**
1609
- * @internal
1610
- */
1611
- export declare const ListSourceRepositoriesRequestFilterSensitiveLog: (obj: ListSourceRepositoriesRequest) => any;
1612
- /**
1613
- * @internal
1614
- */
1615
- export declare const ListSourceRepositoriesItemFilterSensitiveLog: (obj: ListSourceRepositoriesItem) => any;
1616
- /**
1617
- * @internal
1618
- */
1619
- export declare const ListSourceRepositoriesResponseFilterSensitiveLog: (obj: ListSourceRepositoriesResponse) => any;
1620
- /**
1621
- * @internal
1622
- */
1623
- export declare const CreateSourceRepositoryBranchRequestFilterSensitiveLog: (obj: CreateSourceRepositoryBranchRequest) => any;
1624
- /**
1625
- * @internal
1626
- */
1627
- export declare const CreateSourceRepositoryBranchResponseFilterSensitiveLog: (obj: CreateSourceRepositoryBranchResponse) => any;
1628
- /**
1629
- * @internal
1630
- */
1631
- export declare const ListSourceRepositoryBranchesRequestFilterSensitiveLog: (obj: ListSourceRepositoryBranchesRequest) => any;
1632
- /**
1633
- * @internal
1634
- */
1635
- export declare const ListSourceRepositoryBranchesItemFilterSensitiveLog: (obj: ListSourceRepositoryBranchesItem) => any;
1636
- /**
1637
- * @internal
1638
- */
1639
- export declare const ListSourceRepositoryBranchesResponseFilterSensitiveLog: (obj: ListSourceRepositoryBranchesResponse) => any;
1640
- /**
1641
- * @internal
1642
- */
1643
- export declare const GetSubscriptionRequestFilterSensitiveLog: (obj: GetSubscriptionRequest) => any;
1644
- /**
1645
- * @internal
1646
- */
1647
- export declare const GetSubscriptionResponseFilterSensitiveLog: (obj: GetSubscriptionResponse) => any;
1648
- /**
1649
- * @internal
1650
- */
1651
- export declare const VerifySessionResponseFilterSensitiveLog: (obj: VerifySessionResponse) => any;