@aws-sdk/client-sso-admin 3.50.0 → 3.53.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 (69) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/SSOAdminServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +101 -2
  5. package/dist-cjs/protocols/Aws_json1_1.js +341 -1399
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/SSOAdminServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +93 -1
  9. package/dist-es/protocols/Aws_json1_1.js +764 -1510
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/SSOAdminServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +51 -22
  13. package/dist-types/ts3.4/SSOAdmin.d.ts +160 -0
  14. package/dist-types/ts3.4/SSOAdminClient.d.ts +104 -0
  15. package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/index.d.ts +31 -0
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  48. package/dist-types/ts3.4/index.d.ts +6 -0
  49. package/dist-types/ts3.4/models/SSOAdminServiceException.d.ts +6 -0
  50. package/dist-types/ts3.4/models/index.d.ts +1 -0
  51. package/dist-types/ts3.4/models/models_0.d.ts +896 -0
  52. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  53. package/dist-types/ts3.4/pagination/ListAccountAssignmentCreationStatusPaginator.d.ts +4 -0
  54. package/dist-types/ts3.4/pagination/ListAccountAssignmentDeletionStatusPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/ListAccountAssignmentsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/ListAccountsForProvisionedPermissionSetPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/ListManagedPoliciesInPermissionSetPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/ListPermissionSetProvisioningStatusPaginator.d.ts +4 -0
  60. package/dist-types/ts3.4/pagination/ListPermissionSetsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListPermissionSetsProvisionedToAccountPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  64. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +95 -0
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  69. package/package.json +33 -33
package/dist-es/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./SSOAdminClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { SSOAdminServiceException } from "./models/SSOAdminServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var SSOAdminServiceException = (function (_super) {
4
+ __extends(SSOAdminServiceException, _super);
5
+ function SSOAdminServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, SSOAdminServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return SSOAdminServiceException;
11
+ }(__ServiceException));
12
+ export { SSOAdminServiceException };
@@ -1,5 +1,6 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ import { SSOAdminServiceException as __BaseException } from "./SSOAdminServiceException";
3
4
  export var AccessControlAttributeValue;
4
5
  (function (AccessControlAttributeValue) {
5
6
  AccessControlAttributeValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -8,6 +9,19 @@ export var AccessControlAttribute;
8
9
  (function (AccessControlAttribute) {
9
10
  AccessControlAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
10
11
  })(AccessControlAttribute || (AccessControlAttribute = {}));
12
+ var AccessDeniedException = (function (_super) {
13
+ __extends(AccessDeniedException, _super);
14
+ function AccessDeniedException(opts) {
15
+ var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
16
+ _this.name = "AccessDeniedException";
17
+ _this.$fault = "client";
18
+ Object.setPrototypeOf(_this, AccessDeniedException.prototype);
19
+ _this.Message = opts.Message;
20
+ return _this;
21
+ }
22
+ return AccessDeniedException;
23
+ }(__BaseException));
24
+ export { AccessDeniedException };
11
25
  export var PrincipalType;
12
26
  (function (PrincipalType) {
13
27
  PrincipalType["GROUP"] = "GROUP";
@@ -47,6 +61,84 @@ export var AttachManagedPolicyToPermissionSetResponse;
47
61
  (function (AttachManagedPolicyToPermissionSetResponse) {
48
62
  AttachManagedPolicyToPermissionSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
49
63
  })(AttachManagedPolicyToPermissionSetResponse || (AttachManagedPolicyToPermissionSetResponse = {}));
64
+ var ConflictException = (function (_super) {
65
+ __extends(ConflictException, _super);
66
+ function ConflictException(opts) {
67
+ var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
68
+ _this.name = "ConflictException";
69
+ _this.$fault = "client";
70
+ Object.setPrototypeOf(_this, ConflictException.prototype);
71
+ _this.Message = opts.Message;
72
+ return _this;
73
+ }
74
+ return ConflictException;
75
+ }(__BaseException));
76
+ export { ConflictException };
77
+ var InternalServerException = (function (_super) {
78
+ __extends(InternalServerException, _super);
79
+ function InternalServerException(opts) {
80
+ var _this = _super.call(this, __assign({ name: "InternalServerException", $fault: "server" }, opts)) || this;
81
+ _this.name = "InternalServerException";
82
+ _this.$fault = "server";
83
+ Object.setPrototypeOf(_this, InternalServerException.prototype);
84
+ _this.Message = opts.Message;
85
+ return _this;
86
+ }
87
+ return InternalServerException;
88
+ }(__BaseException));
89
+ export { InternalServerException };
90
+ var ResourceNotFoundException = (function (_super) {
91
+ __extends(ResourceNotFoundException, _super);
92
+ function ResourceNotFoundException(opts) {
93
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
94
+ _this.name = "ResourceNotFoundException";
95
+ _this.$fault = "client";
96
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
97
+ _this.Message = opts.Message;
98
+ return _this;
99
+ }
100
+ return ResourceNotFoundException;
101
+ }(__BaseException));
102
+ export { ResourceNotFoundException };
103
+ var ServiceQuotaExceededException = (function (_super) {
104
+ __extends(ServiceQuotaExceededException, _super);
105
+ function ServiceQuotaExceededException(opts) {
106
+ var _this = _super.call(this, __assign({ name: "ServiceQuotaExceededException", $fault: "client" }, opts)) || this;
107
+ _this.name = "ServiceQuotaExceededException";
108
+ _this.$fault = "client";
109
+ Object.setPrototypeOf(_this, ServiceQuotaExceededException.prototype);
110
+ _this.Message = opts.Message;
111
+ return _this;
112
+ }
113
+ return ServiceQuotaExceededException;
114
+ }(__BaseException));
115
+ export { ServiceQuotaExceededException };
116
+ var ThrottlingException = (function (_super) {
117
+ __extends(ThrottlingException, _super);
118
+ function ThrottlingException(opts) {
119
+ var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
120
+ _this.name = "ThrottlingException";
121
+ _this.$fault = "client";
122
+ Object.setPrototypeOf(_this, ThrottlingException.prototype);
123
+ _this.Message = opts.Message;
124
+ return _this;
125
+ }
126
+ return ThrottlingException;
127
+ }(__BaseException));
128
+ export { ThrottlingException };
129
+ var ValidationException = (function (_super) {
130
+ __extends(ValidationException, _super);
131
+ function ValidationException(opts) {
132
+ var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
133
+ _this.name = "ValidationException";
134
+ _this.$fault = "client";
135
+ Object.setPrototypeOf(_this, ValidationException.prototype);
136
+ _this.Message = opts.Message;
137
+ return _this;
138
+ }
139
+ return ValidationException;
140
+ }(__BaseException));
141
+ export { ValidationException };
50
142
  export var CreateAccountAssignmentRequest;
51
143
  (function (CreateAccountAssignmentRequest) {
52
144
  CreateAccountAssignmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };