@aws-sdk/client-serverlessapplicationrepository 3.130.0 → 3.141.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 (35) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateApplicationVersionCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCloudFormationChangeSetCommand.js +2 -2
  6. package/dist-cjs/commands/CreateCloudFormationTemplateCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -1
  8. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  9. package/dist-cjs/commands/GetApplicationPolicyCommand.js +2 -2
  10. package/dist-cjs/commands/GetCloudFormationTemplateCommand.js +2 -2
  11. package/dist-cjs/commands/ListApplicationDependenciesCommand.js +2 -2
  12. package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -2
  13. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  14. package/dist-cjs/commands/PutApplicationPolicyCommand.js +2 -2
  15. package/dist-cjs/commands/UnshareApplicationCommand.js +1 -1
  16. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  17. package/dist-cjs/models/models_0.js +145 -217
  18. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  19. package/dist-es/commands/CreateApplicationVersionCommand.js +3 -3
  20. package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +3 -3
  21. package/dist-es/commands/CreateCloudFormationTemplateCommand.js +3 -3
  22. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  23. package/dist-es/commands/GetApplicationCommand.js +3 -3
  24. package/dist-es/commands/GetApplicationPolicyCommand.js +3 -3
  25. package/dist-es/commands/GetCloudFormationTemplateCommand.js +3 -3
  26. package/dist-es/commands/ListApplicationDependenciesCommand.js +3 -3
  27. package/dist-es/commands/ListApplicationVersionsCommand.js +3 -3
  28. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  29. package/dist-es/commands/PutApplicationPolicyCommand.js +3 -3
  30. package/dist-es/commands/UnshareApplicationCommand.js +2 -2
  31. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  32. package/dist-es/models/models_0.js +36 -144
  33. package/dist-types/models/models_0.d.ts +144 -216
  34. package/dist-types/ts3.4/models/models_0.d.ts +72 -144
  35. package/package.json +7 -7
@@ -7,10 +7,6 @@ export interface ApplicationDependencySummary {
7
7
 
8
8
  SemanticVersion: string | undefined;
9
9
  }
10
- export declare namespace ApplicationDependencySummary {
11
-
12
- const filterSensitiveLog: (obj: ApplicationDependencySummary) => any;
13
- }
14
10
 
15
11
  export interface ApplicationPolicyStatement {
16
12
 
@@ -22,10 +18,6 @@ export interface ApplicationPolicyStatement {
22
18
 
23
19
  StatementId?: string;
24
20
  }
25
- export declare namespace ApplicationPolicyStatement {
26
-
27
- const filterSensitiveLog: (obj: ApplicationPolicyStatement) => any;
28
- }
29
21
 
30
22
  export interface ApplicationSummary {
31
23
 
@@ -45,10 +37,6 @@ export interface ApplicationSummary {
45
37
 
46
38
  SpdxLicenseId?: string;
47
39
  }
48
- export declare namespace ApplicationSummary {
49
-
50
- const filterSensitiveLog: (obj: ApplicationSummary) => any;
51
- }
52
40
  export declare enum Capability {
53
41
  CAPABILITY_AUTO_EXPAND = "CAPABILITY_AUTO_EXPAND",
54
42
  CAPABILITY_IAM = "CAPABILITY_IAM",
@@ -84,10 +72,6 @@ export interface ParameterDefinition {
84
72
 
85
73
  Type?: string;
86
74
  }
87
- export declare namespace ParameterDefinition {
88
-
89
- const filterSensitiveLog: (obj: ParameterDefinition) => any;
90
- }
91
75
 
92
76
  export interface ParameterValue {
93
77
 
@@ -95,10 +79,6 @@ export interface ParameterValue {
95
79
 
96
80
  Value: string | undefined;
97
81
  }
98
- export declare namespace ParameterValue {
99
-
100
- const filterSensitiveLog: (obj: ParameterValue) => any;
101
- }
102
82
 
103
83
  export interface RollbackTrigger {
104
84
 
@@ -106,10 +86,6 @@ export interface RollbackTrigger {
106
86
 
107
87
  Type: string | undefined;
108
88
  }
109
- export declare namespace RollbackTrigger {
110
-
111
- const filterSensitiveLog: (obj: RollbackTrigger) => any;
112
- }
113
89
 
114
90
  export interface Tag {
115
91
 
@@ -117,10 +93,6 @@ export interface Tag {
117
93
 
118
94
  Value: string | undefined;
119
95
  }
120
- export declare namespace Tag {
121
-
122
- const filterSensitiveLog: (obj: Tag) => any;
123
- }
124
96
 
125
97
  export interface VersionSummary {
126
98
 
@@ -132,10 +104,6 @@ export interface VersionSummary {
132
104
 
133
105
  SourceCodeUrl?: string;
134
106
  }
135
- export declare namespace VersionSummary {
136
-
137
- const filterSensitiveLog: (obj: VersionSummary) => any;
138
- }
139
107
 
140
108
  export declare class BadRequestException extends __BaseException {
141
109
  readonly name: "BadRequestException";
@@ -190,10 +158,6 @@ export interface CreateApplicationRequest {
190
158
 
191
159
  TemplateUrl?: string;
192
160
  }
193
- export declare namespace CreateApplicationRequest {
194
-
195
- const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
196
- }
197
161
 
198
162
  export interface Version {
199
163
 
@@ -215,10 +179,6 @@ export interface Version {
215
179
 
216
180
  TemplateUrl: string | undefined;
217
181
  }
218
- export declare namespace Version {
219
-
220
- const filterSensitiveLog: (obj: Version) => any;
221
- }
222
182
  export interface CreateApplicationResponse {
223
183
 
224
184
  ApplicationId?: string;
@@ -247,10 +207,6 @@ export interface CreateApplicationResponse {
247
207
 
248
208
  Version?: Version;
249
209
  }
250
- export declare namespace CreateApplicationResponse {
251
-
252
- const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
253
- }
254
210
 
255
211
  export declare class ForbiddenException extends __BaseException {
256
212
  readonly name: "ForbiddenException";
@@ -298,10 +254,6 @@ export interface CreateApplicationVersionRequest {
298
254
 
299
255
  TemplateUrl?: string;
300
256
  }
301
- export declare namespace CreateApplicationVersionRequest {
302
-
303
- const filterSensitiveLog: (obj: CreateApplicationVersionRequest) => any;
304
- }
305
257
  export interface CreateApplicationVersionResponse {
306
258
 
307
259
  ApplicationId?: string;
@@ -322,10 +274,6 @@ export interface CreateApplicationVersionResponse {
322
274
 
323
275
  TemplateUrl?: string;
324
276
  }
325
- export declare namespace CreateApplicationVersionResponse {
326
-
327
- const filterSensitiveLog: (obj: CreateApplicationVersionResponse) => any;
328
- }
329
277
 
330
278
  export interface RollbackConfiguration {
331
279
 
@@ -333,10 +281,6 @@ export interface RollbackConfiguration {
333
281
 
334
282
  RollbackTriggers?: RollbackTrigger[];
335
283
  }
336
- export declare namespace RollbackConfiguration {
337
-
338
- const filterSensitiveLog: (obj: RollbackConfiguration) => any;
339
- }
340
284
  export interface CreateCloudFormationChangeSetRequest {
341
285
 
342
286
  ApplicationId: string | undefined;
@@ -365,10 +309,6 @@ export interface CreateCloudFormationChangeSetRequest {
365
309
 
366
310
  TemplateId?: string;
367
311
  }
368
- export declare namespace CreateCloudFormationChangeSetRequest {
369
-
370
- const filterSensitiveLog: (obj: CreateCloudFormationChangeSetRequest) => any;
371
- }
372
312
  export interface CreateCloudFormationChangeSetResponse {
373
313
 
374
314
  ApplicationId?: string;
@@ -379,20 +319,12 @@ export interface CreateCloudFormationChangeSetResponse {
379
319
 
380
320
  StackId?: string;
381
321
  }
382
- export declare namespace CreateCloudFormationChangeSetResponse {
383
-
384
- const filterSensitiveLog: (obj: CreateCloudFormationChangeSetResponse) => any;
385
- }
386
322
  export interface CreateCloudFormationTemplateRequest {
387
323
 
388
324
  ApplicationId: string | undefined;
389
325
 
390
326
  SemanticVersion?: string;
391
327
  }
392
- export declare namespace CreateCloudFormationTemplateRequest {
393
-
394
- const filterSensitiveLog: (obj: CreateCloudFormationTemplateRequest) => any;
395
- }
396
328
  export declare enum Status {
397
329
  ACTIVE = "ACTIVE",
398
330
  EXPIRED = "EXPIRED",
@@ -414,10 +346,6 @@ export interface CreateCloudFormationTemplateResponse {
414
346
 
415
347
  TemplateUrl?: string;
416
348
  }
417
- export declare namespace CreateCloudFormationTemplateResponse {
418
-
419
- const filterSensitiveLog: (obj: CreateCloudFormationTemplateResponse) => any;
420
- }
421
349
 
422
350
  export declare class NotFoundException extends __BaseException {
423
351
  readonly name: "NotFoundException";
@@ -433,20 +361,12 @@ export interface DeleteApplicationRequest {
433
361
 
434
362
  ApplicationId: string | undefined;
435
363
  }
436
- export declare namespace DeleteApplicationRequest {
437
-
438
- const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
439
- }
440
364
  export interface GetApplicationRequest {
441
365
 
442
366
  ApplicationId: string | undefined;
443
367
 
444
368
  SemanticVersion?: string;
445
369
  }
446
- export declare namespace GetApplicationRequest {
447
-
448
- const filterSensitiveLog: (obj: GetApplicationRequest) => any;
449
- }
450
370
  export interface GetApplicationResponse {
451
371
 
452
372
  ApplicationId?: string;
@@ -475,36 +395,20 @@ export interface GetApplicationResponse {
475
395
 
476
396
  Version?: Version;
477
397
  }
478
- export declare namespace GetApplicationResponse {
479
-
480
- const filterSensitiveLog: (obj: GetApplicationResponse) => any;
481
- }
482
398
  export interface GetApplicationPolicyRequest {
483
399
 
484
400
  ApplicationId: string | undefined;
485
401
  }
486
- export declare namespace GetApplicationPolicyRequest {
487
-
488
- const filterSensitiveLog: (obj: GetApplicationPolicyRequest) => any;
489
- }
490
402
  export interface GetApplicationPolicyResponse {
491
403
 
492
404
  Statements?: ApplicationPolicyStatement[];
493
405
  }
494
- export declare namespace GetApplicationPolicyResponse {
495
-
496
- const filterSensitiveLog: (obj: GetApplicationPolicyResponse) => any;
497
- }
498
406
  export interface GetCloudFormationTemplateRequest {
499
407
 
500
408
  ApplicationId: string | undefined;
501
409
 
502
410
  TemplateId: string | undefined;
503
411
  }
504
- export declare namespace GetCloudFormationTemplateRequest {
505
-
506
- const filterSensitiveLog: (obj: GetCloudFormationTemplateRequest) => any;
507
- }
508
412
  export interface GetCloudFormationTemplateResponse {
509
413
 
510
414
  ApplicationId?: string;
@@ -521,10 +425,6 @@ export interface GetCloudFormationTemplateResponse {
521
425
 
522
426
  TemplateUrl?: string;
523
427
  }
524
- export declare namespace GetCloudFormationTemplateResponse {
525
-
526
- const filterSensitiveLog: (obj: GetCloudFormationTemplateResponse) => any;
527
- }
528
428
  export interface ListApplicationDependenciesRequest {
529
429
 
530
430
  ApplicationId: string | undefined;
@@ -535,40 +435,24 @@ export interface ListApplicationDependenciesRequest {
535
435
 
536
436
  SemanticVersion?: string;
537
437
  }
538
- export declare namespace ListApplicationDependenciesRequest {
539
-
540
- const filterSensitiveLog: (obj: ListApplicationDependenciesRequest) => any;
541
- }
542
438
  export interface ListApplicationDependenciesResponse {
543
439
 
544
440
  Dependencies?: ApplicationDependencySummary[];
545
441
 
546
442
  NextToken?: string;
547
443
  }
548
- export declare namespace ListApplicationDependenciesResponse {
549
-
550
- const filterSensitiveLog: (obj: ListApplicationDependenciesResponse) => any;
551
- }
552
444
  export interface ListApplicationsRequest {
553
445
 
554
446
  MaxItems?: number;
555
447
 
556
448
  NextToken?: string;
557
449
  }
558
- export declare namespace ListApplicationsRequest {
559
-
560
- const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
561
- }
562
450
  export interface ListApplicationsResponse {
563
451
 
564
452
  Applications?: ApplicationSummary[];
565
453
 
566
454
  NextToken?: string;
567
455
  }
568
- export declare namespace ListApplicationsResponse {
569
-
570
- const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
571
- }
572
456
  export interface ListApplicationVersionsRequest {
573
457
 
574
458
  ApplicationId: string | undefined;
@@ -577,48 +461,28 @@ export interface ListApplicationVersionsRequest {
577
461
 
578
462
  NextToken?: string;
579
463
  }
580
- export declare namespace ListApplicationVersionsRequest {
581
-
582
- const filterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
583
- }
584
464
  export interface ListApplicationVersionsResponse {
585
465
 
586
466
  NextToken?: string;
587
467
 
588
468
  Versions?: VersionSummary[];
589
469
  }
590
- export declare namespace ListApplicationVersionsResponse {
591
-
592
- const filterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
593
- }
594
470
  export interface PutApplicationPolicyRequest {
595
471
 
596
472
  ApplicationId: string | undefined;
597
473
 
598
474
  Statements: ApplicationPolicyStatement[] | undefined;
599
475
  }
600
- export declare namespace PutApplicationPolicyRequest {
601
-
602
- const filterSensitiveLog: (obj: PutApplicationPolicyRequest) => any;
603
- }
604
476
  export interface PutApplicationPolicyResponse {
605
477
 
606
478
  Statements?: ApplicationPolicyStatement[];
607
479
  }
608
- export declare namespace PutApplicationPolicyResponse {
609
-
610
- const filterSensitiveLog: (obj: PutApplicationPolicyResponse) => any;
611
- }
612
480
  export interface UnshareApplicationRequest {
613
481
 
614
482
  ApplicationId: string | undefined;
615
483
 
616
484
  OrganizationId: string | undefined;
617
485
  }
618
- export declare namespace UnshareApplicationRequest {
619
-
620
- const filterSensitiveLog: (obj: UnshareApplicationRequest) => any;
621
- }
622
486
  export interface UpdateApplicationRequest {
623
487
 
624
488
  ApplicationId: string | undefined;
@@ -635,10 +499,6 @@ export interface UpdateApplicationRequest {
635
499
 
636
500
  ReadmeUrl?: string;
637
501
  }
638
- export declare namespace UpdateApplicationRequest {
639
-
640
- const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
641
- }
642
502
  export interface UpdateApplicationResponse {
643
503
 
644
504
  ApplicationId?: string;
@@ -667,7 +527,75 @@ export interface UpdateApplicationResponse {
667
527
 
668
528
  Version?: Version;
669
529
  }
670
- export declare namespace UpdateApplicationResponse {
671
-
672
- const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
673
- }
530
+
531
+ export declare const ApplicationDependencySummaryFilterSensitiveLog: (obj: ApplicationDependencySummary) => any;
532
+
533
+ export declare const ApplicationPolicyStatementFilterSensitiveLog: (obj: ApplicationPolicyStatement) => any;
534
+
535
+ export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
536
+
537
+ export declare const ParameterDefinitionFilterSensitiveLog: (obj: ParameterDefinition) => any;
538
+
539
+ export declare const ParameterValueFilterSensitiveLog: (obj: ParameterValue) => any;
540
+
541
+ export declare const RollbackTriggerFilterSensitiveLog: (obj: RollbackTrigger) => any;
542
+
543
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
544
+
545
+ export declare const VersionSummaryFilterSensitiveLog: (obj: VersionSummary) => any;
546
+
547
+ export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
548
+
549
+ export declare const VersionFilterSensitiveLog: (obj: Version) => any;
550
+
551
+ export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
552
+
553
+ export declare const CreateApplicationVersionRequestFilterSensitiveLog: (obj: CreateApplicationVersionRequest) => any;
554
+
555
+ export declare const CreateApplicationVersionResponseFilterSensitiveLog: (obj: CreateApplicationVersionResponse) => any;
556
+
557
+ export declare const RollbackConfigurationFilterSensitiveLog: (obj: RollbackConfiguration) => any;
558
+
559
+ export declare const CreateCloudFormationChangeSetRequestFilterSensitiveLog: (obj: CreateCloudFormationChangeSetRequest) => any;
560
+
561
+ export declare const CreateCloudFormationChangeSetResponseFilterSensitiveLog: (obj: CreateCloudFormationChangeSetResponse) => any;
562
+
563
+ export declare const CreateCloudFormationTemplateRequestFilterSensitiveLog: (obj: CreateCloudFormationTemplateRequest) => any;
564
+
565
+ export declare const CreateCloudFormationTemplateResponseFilterSensitiveLog: (obj: CreateCloudFormationTemplateResponse) => any;
566
+
567
+ export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
568
+
569
+ export declare const GetApplicationRequestFilterSensitiveLog: (obj: GetApplicationRequest) => any;
570
+
571
+ export declare const GetApplicationResponseFilterSensitiveLog: (obj: GetApplicationResponse) => any;
572
+
573
+ export declare const GetApplicationPolicyRequestFilterSensitiveLog: (obj: GetApplicationPolicyRequest) => any;
574
+
575
+ export declare const GetApplicationPolicyResponseFilterSensitiveLog: (obj: GetApplicationPolicyResponse) => any;
576
+
577
+ export declare const GetCloudFormationTemplateRequestFilterSensitiveLog: (obj: GetCloudFormationTemplateRequest) => any;
578
+
579
+ export declare const GetCloudFormationTemplateResponseFilterSensitiveLog: (obj: GetCloudFormationTemplateResponse) => any;
580
+
581
+ export declare const ListApplicationDependenciesRequestFilterSensitiveLog: (obj: ListApplicationDependenciesRequest) => any;
582
+
583
+ export declare const ListApplicationDependenciesResponseFilterSensitiveLog: (obj: ListApplicationDependenciesResponse) => any;
584
+
585
+ export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
586
+
587
+ export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
588
+
589
+ export declare const ListApplicationVersionsRequestFilterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
590
+
591
+ export declare const ListApplicationVersionsResponseFilterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
592
+
593
+ export declare const PutApplicationPolicyRequestFilterSensitiveLog: (obj: PutApplicationPolicyRequest) => any;
594
+
595
+ export declare const PutApplicationPolicyResponseFilterSensitiveLog: (obj: PutApplicationPolicyResponse) => any;
596
+
597
+ export declare const UnshareApplicationRequestFilterSensitiveLog: (obj: UnshareApplicationRequest) => any;
598
+
599
+ export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
600
+
601
+ export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-serverlessapplicationrepository",
3
3
  "description": "AWS SDK for JavaScript Serverlessapplicationrepository Client for Node.js, Browser and React Native",
4
- "version": "3.130.0",
4
+ "version": "3.141.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,10 +18,10 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.130.0",
21
+ "@aws-sdk/client-sts": "3.141.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.130.0",
24
- "@aws-sdk/fetch-http-handler": "3.127.0",
23
+ "@aws-sdk/credential-provider-node": "3.141.0",
24
+ "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
27
27
  "@aws-sdk/middleware-content-length": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.137.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.137.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.137.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",