@aws-sdk/client-rolesanywhere 3.297.0 → 3.299.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 (57) hide show
  1. package/dist-cjs/commands/CreateProfileCommand.js +1 -1
  2. package/dist-cjs/commands/CreateTrustAnchorCommand.js +1 -1
  3. package/dist-cjs/commands/DeleteCrlCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteProfileCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteTrustAnchorCommand.js +2 -3
  6. package/dist-cjs/commands/DisableCrlCommand.js +2 -3
  7. package/dist-cjs/commands/DisableProfileCommand.js +2 -3
  8. package/dist-cjs/commands/DisableTrustAnchorCommand.js +2 -3
  9. package/dist-cjs/commands/EnableCrlCommand.js +2 -3
  10. package/dist-cjs/commands/EnableProfileCommand.js +2 -3
  11. package/dist-cjs/commands/EnableTrustAnchorCommand.js +2 -3
  12. package/dist-cjs/commands/GetCrlCommand.js +2 -3
  13. package/dist-cjs/commands/GetProfileCommand.js +2 -3
  14. package/dist-cjs/commands/GetSubjectCommand.js +2 -3
  15. package/dist-cjs/commands/GetTrustAnchorCommand.js +2 -3
  16. package/dist-cjs/commands/ImportCrlCommand.js +1 -1
  17. package/dist-cjs/commands/ListCrlsCommand.js +2 -3
  18. package/dist-cjs/commands/ListProfilesCommand.js +2 -3
  19. package/dist-cjs/commands/ListSubjectsCommand.js +2 -3
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
  21. package/dist-cjs/commands/ListTrustAnchorsCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  23. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  24. package/dist-cjs/commands/UpdateCrlCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateProfileCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateTrustAnchorCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +2 -124
  28. package/dist-es/commands/CreateProfileCommand.js +2 -2
  29. package/dist-es/commands/CreateTrustAnchorCommand.js +2 -2
  30. package/dist-es/commands/DeleteCrlCommand.js +2 -3
  31. package/dist-es/commands/DeleteProfileCommand.js +2 -3
  32. package/dist-es/commands/DeleteTrustAnchorCommand.js +2 -3
  33. package/dist-es/commands/DisableCrlCommand.js +2 -3
  34. package/dist-es/commands/DisableProfileCommand.js +2 -3
  35. package/dist-es/commands/DisableTrustAnchorCommand.js +2 -3
  36. package/dist-es/commands/EnableCrlCommand.js +2 -3
  37. package/dist-es/commands/EnableProfileCommand.js +2 -3
  38. package/dist-es/commands/EnableTrustAnchorCommand.js +2 -3
  39. package/dist-es/commands/GetCrlCommand.js +2 -3
  40. package/dist-es/commands/GetProfileCommand.js +2 -3
  41. package/dist-es/commands/GetSubjectCommand.js +2 -3
  42. package/dist-es/commands/GetTrustAnchorCommand.js +2 -3
  43. package/dist-es/commands/ImportCrlCommand.js +2 -2
  44. package/dist-es/commands/ListCrlsCommand.js +2 -3
  45. package/dist-es/commands/ListProfilesCommand.js +2 -3
  46. package/dist-es/commands/ListSubjectsCommand.js +2 -3
  47. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  48. package/dist-es/commands/ListTrustAnchorsCommand.js +2 -3
  49. package/dist-es/commands/TagResourceCommand.js +2 -2
  50. package/dist-es/commands/UntagResourceCommand.js +2 -2
  51. package/dist-es/commands/UpdateCrlCommand.js +2 -3
  52. package/dist-es/commands/UpdateProfileCommand.js +2 -3
  53. package/dist-es/commands/UpdateTrustAnchorCommand.js +2 -3
  54. package/dist-es/models/models_0.js +1 -95
  55. package/dist-types/models/models_0.d.ts +0 -112
  56. package/dist-types/ts3.4/models/models_0.d.ts +0 -76
  57. package/package.json +11 -10
@@ -716,135 +716,23 @@ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
716
716
  * @internal
717
717
  */
718
718
  export declare const CreateProfileRequestFilterSensitiveLog: (obj: CreateProfileRequest) => any;
719
- /**
720
- * @internal
721
- */
722
- export declare const ProfileDetailFilterSensitiveLog: (obj: ProfileDetail) => any;
723
- /**
724
- * @internal
725
- */
726
- export declare const ProfileDetailResponseFilterSensitiveLog: (obj: ProfileDetailResponse) => any;
727
- /**
728
- * @internal
729
- */
730
- export declare const SourceDataFilterSensitiveLog: (obj: SourceData) => any;
731
- /**
732
- * @internal
733
- */
734
- export declare const SourceFilterSensitiveLog: (obj: Source) => any;
735
719
  /**
736
720
  * @internal
737
721
  */
738
722
  export declare const CreateTrustAnchorRequestFilterSensitiveLog: (obj: CreateTrustAnchorRequest) => any;
739
- /**
740
- * @internal
741
- */
742
- export declare const TrustAnchorDetailFilterSensitiveLog: (obj: TrustAnchorDetail) => any;
743
- /**
744
- * @internal
745
- */
746
- export declare const TrustAnchorDetailResponseFilterSensitiveLog: (obj: TrustAnchorDetailResponse) => any;
747
- /**
748
- * @internal
749
- */
750
- export declare const CredentialSummaryFilterSensitiveLog: (obj: CredentialSummary) => any;
751
- /**
752
- * @internal
753
- */
754
- export declare const CrlDetailFilterSensitiveLog: (obj: CrlDetail) => any;
755
- /**
756
- * @internal
757
- */
758
- export declare const CrlDetailResponseFilterSensitiveLog: (obj: CrlDetailResponse) => any;
759
- /**
760
- * @internal
761
- */
762
- export declare const ScalarCrlRequestFilterSensitiveLog: (obj: ScalarCrlRequest) => any;
763
723
  /**
764
724
  * @internal
765
725
  */
766
726
  export declare const ImportCrlRequestFilterSensitiveLog: (obj: ImportCrlRequest) => any;
767
- /**
768
- * @internal
769
- */
770
- export declare const ListCrlsResponseFilterSensitiveLog: (obj: ListCrlsResponse) => any;
771
- /**
772
- * @internal
773
- */
774
- export declare const ListRequestFilterSensitiveLog: (obj: ListRequest) => any;
775
- /**
776
- * @internal
777
- */
778
- export declare const UpdateCrlRequestFilterSensitiveLog: (obj: UpdateCrlRequest) => any;
779
- /**
780
- * @internal
781
- */
782
- export declare const ScalarProfileRequestFilterSensitiveLog: (obj: ScalarProfileRequest) => any;
783
- /**
784
- * @internal
785
- */
786
- export declare const ScalarTrustAnchorRequestFilterSensitiveLog: (obj: ScalarTrustAnchorRequest) => any;
787
- /**
788
- * @internal
789
- */
790
- export declare const ScalarSubjectRequestFilterSensitiveLog: (obj: ScalarSubjectRequest) => any;
791
- /**
792
- * @internal
793
- */
794
- export declare const InstancePropertyFilterSensitiveLog: (obj: InstanceProperty) => any;
795
- /**
796
- * @internal
797
- */
798
- export declare const SubjectDetailFilterSensitiveLog: (obj: SubjectDetail) => any;
799
- /**
800
- * @internal
801
- */
802
- export declare const SubjectDetailResponseFilterSensitiveLog: (obj: SubjectDetailResponse) => any;
803
- /**
804
- * @internal
805
- */
806
- export declare const ListProfilesResponseFilterSensitiveLog: (obj: ListProfilesResponse) => any;
807
- /**
808
- * @internal
809
- */
810
- export declare const SubjectSummaryFilterSensitiveLog: (obj: SubjectSummary) => any;
811
- /**
812
- * @internal
813
- */
814
- export declare const ListSubjectsResponseFilterSensitiveLog: (obj: ListSubjectsResponse) => any;
815
- /**
816
- * @internal
817
- */
818
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
819
727
  /**
820
728
  * @internal
821
729
  */
822
730
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
823
- /**
824
- * @internal
825
- */
826
- export declare const ListTrustAnchorsResponseFilterSensitiveLog: (obj: ListTrustAnchorsResponse) => any;
827
- /**
828
- * @internal
829
- */
830
- export declare const UpdateProfileRequestFilterSensitiveLog: (obj: UpdateProfileRequest) => any;
831
731
  /**
832
732
  * @internal
833
733
  */
834
734
  export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
835
- /**
836
- * @internal
837
- */
838
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
839
- /**
840
- * @internal
841
- */
842
- export declare const UpdateTrustAnchorRequestFilterSensitiveLog: (obj: UpdateTrustAnchorRequest) => any;
843
735
  /**
844
736
  * @internal
845
737
  */
846
738
  export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
847
- /**
848
- * @internal
849
- */
850
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
@@ -239,94 +239,18 @@ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
239
239
  export declare const CreateProfileRequestFilterSensitiveLog: (
240
240
  obj: CreateProfileRequest
241
241
  ) => any;
242
- export declare const ProfileDetailFilterSensitiveLog: (
243
- obj: ProfileDetail
244
- ) => any;
245
- export declare const ProfileDetailResponseFilterSensitiveLog: (
246
- obj: ProfileDetailResponse
247
- ) => any;
248
- export declare const SourceDataFilterSensitiveLog: (obj: SourceData) => any;
249
- export declare const SourceFilterSensitiveLog: (obj: Source) => any;
250
242
  export declare const CreateTrustAnchorRequestFilterSensitiveLog: (
251
243
  obj: CreateTrustAnchorRequest
252
244
  ) => any;
253
- export declare const TrustAnchorDetailFilterSensitiveLog: (
254
- obj: TrustAnchorDetail
255
- ) => any;
256
- export declare const TrustAnchorDetailResponseFilterSensitiveLog: (
257
- obj: TrustAnchorDetailResponse
258
- ) => any;
259
- export declare const CredentialSummaryFilterSensitiveLog: (
260
- obj: CredentialSummary
261
- ) => any;
262
- export declare const CrlDetailFilterSensitiveLog: (obj: CrlDetail) => any;
263
- export declare const CrlDetailResponseFilterSensitiveLog: (
264
- obj: CrlDetailResponse
265
- ) => any;
266
- export declare const ScalarCrlRequestFilterSensitiveLog: (
267
- obj: ScalarCrlRequest
268
- ) => any;
269
245
  export declare const ImportCrlRequestFilterSensitiveLog: (
270
246
  obj: ImportCrlRequest
271
247
  ) => any;
272
- export declare const ListCrlsResponseFilterSensitiveLog: (
273
- obj: ListCrlsResponse
274
- ) => any;
275
- export declare const ListRequestFilterSensitiveLog: (obj: ListRequest) => any;
276
- export declare const UpdateCrlRequestFilterSensitiveLog: (
277
- obj: UpdateCrlRequest
278
- ) => any;
279
- export declare const ScalarProfileRequestFilterSensitiveLog: (
280
- obj: ScalarProfileRequest
281
- ) => any;
282
- export declare const ScalarTrustAnchorRequestFilterSensitiveLog: (
283
- obj: ScalarTrustAnchorRequest
284
- ) => any;
285
- export declare const ScalarSubjectRequestFilterSensitiveLog: (
286
- obj: ScalarSubjectRequest
287
- ) => any;
288
- export declare const InstancePropertyFilterSensitiveLog: (
289
- obj: InstanceProperty
290
- ) => any;
291
- export declare const SubjectDetailFilterSensitiveLog: (
292
- obj: SubjectDetail
293
- ) => any;
294
- export declare const SubjectDetailResponseFilterSensitiveLog: (
295
- obj: SubjectDetailResponse
296
- ) => any;
297
- export declare const ListProfilesResponseFilterSensitiveLog: (
298
- obj: ListProfilesResponse
299
- ) => any;
300
- export declare const SubjectSummaryFilterSensitiveLog: (
301
- obj: SubjectSummary
302
- ) => any;
303
- export declare const ListSubjectsResponseFilterSensitiveLog: (
304
- obj: ListSubjectsResponse
305
- ) => any;
306
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
307
- obj: ListTagsForResourceRequest
308
- ) => any;
309
248
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
310
249
  obj: ListTagsForResourceResponse
311
250
  ) => any;
312
- export declare const ListTrustAnchorsResponseFilterSensitiveLog: (
313
- obj: ListTrustAnchorsResponse
314
- ) => any;
315
- export declare const UpdateProfileRequestFilterSensitiveLog: (
316
- obj: UpdateProfileRequest
317
- ) => any;
318
251
  export declare const TagResourceRequestFilterSensitiveLog: (
319
252
  obj: TagResourceRequest
320
253
  ) => any;
321
- export declare const TagResourceResponseFilterSensitiveLog: (
322
- obj: TagResourceResponse
323
- ) => any;
324
- export declare const UpdateTrustAnchorRequestFilterSensitiveLog: (
325
- obj: UpdateTrustAnchorRequest
326
- ) => any;
327
254
  export declare const UntagResourceRequestFilterSensitiveLog: (
328
255
  obj: UntagResourceRequest
329
256
  ) => any;
330
- export declare const UntagResourceResponseFilterSensitiveLog: (
331
- obj: UntagResourceResponse
332
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rolesanywhere",
3
3
  "description": "AWS SDK for JavaScript Rolesanywhere Client for Node.js, Browser and React Native",
4
- "version": "3.297.0",
4
+ "version": "3.299.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",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo rolesanywhere"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,22 +21,22 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.297.0",
24
- "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.297.0",
24
+ "@aws-sdk/client-sts": "3.299.0",
25
+ "@aws-sdk/config-resolver": "3.299.0",
26
+ "@aws-sdk/credential-provider-node": "3.299.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",
29
30
  "@aws-sdk/middleware-content-length": "3.296.0",
30
- "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.299.0",
31
32
  "@aws-sdk/middleware-host-header": "3.296.0",
32
33
  "@aws-sdk/middleware-logger": "3.296.0",
33
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
34
35
  "@aws-sdk/middleware-retry": "3.296.0",
35
36
  "@aws-sdk/middleware-serde": "3.296.0",
36
- "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-signing": "3.299.0",
37
38
  "@aws-sdk/middleware-stack": "3.296.0",
38
- "@aws-sdk/middleware-user-agent": "3.296.0",
39
+ "@aws-sdk/middleware-user-agent": "3.299.0",
39
40
  "@aws-sdk/node-config-provider": "3.296.0",
40
41
  "@aws-sdk/node-http-handler": "3.296.0",
41
42
  "@aws-sdk/protocol-http": "3.296.0",
@@ -46,11 +47,11 @@
46
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
47
48
  "@aws-sdk/util-body-length-node": "3.295.0",
48
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
51
  "@aws-sdk/util-endpoints": "3.296.0",
51
52
  "@aws-sdk/util-retry": "3.296.0",
52
- "@aws-sdk/util-user-agent-browser": "3.296.0",
53
- "@aws-sdk/util-user-agent-node": "3.296.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.299.0",
54
55
  "@aws-sdk/util-utf8": "3.295.0",
55
56
  "tslib": "^2.5.0"
56
57
  },