aws-sdk 2.1449.0 → 2.1450.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.
- package/CHANGELOG.md +6 -1
- package/README.md +1 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +222 -0
- package/apis/connect-2017-08-08.min.json +589 -186
- package/apis/connect-2017-08-08.paginators.json +12 -0
- package/clients/chimesdkmediapipelines.d.ts +201 -1
- package/clients/connect.d.ts +440 -13
- package/clients/identitystore.d.ts +26 -26
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +604 -189
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -60,91 +60,91 @@ declare class IdentityStore extends Service {
|
|
60
60
|
*/
|
61
61
|
deleteUser(callback?: (err: AWSError, data: IdentityStore.Types.DeleteUserResponse) => void): Request<IdentityStore.Types.DeleteUserResponse, AWSError>;
|
62
62
|
/**
|
63
|
-
* Retrieves the group metadata and attributes from GroupId in an identity store.
|
63
|
+
* Retrieves the group metadata and attributes from GroupId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
64
64
|
*/
|
65
65
|
describeGroup(params: IdentityStore.Types.DescribeGroupRequest, callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupResponse) => void): Request<IdentityStore.Types.DescribeGroupResponse, AWSError>;
|
66
66
|
/**
|
67
|
-
* Retrieves the group metadata and attributes from GroupId in an identity store.
|
67
|
+
* Retrieves the group metadata and attributes from GroupId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
68
68
|
*/
|
69
69
|
describeGroup(callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupResponse) => void): Request<IdentityStore.Types.DescribeGroupResponse, AWSError>;
|
70
70
|
/**
|
71
|
-
* Retrieves membership metadata and attributes from MembershipId in an identity store.
|
71
|
+
* Retrieves membership metadata and attributes from MembershipId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
72
72
|
*/
|
73
73
|
describeGroupMembership(params: IdentityStore.Types.DescribeGroupMembershipRequest, callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupMembershipResponse) => void): Request<IdentityStore.Types.DescribeGroupMembershipResponse, AWSError>;
|
74
74
|
/**
|
75
|
-
* Retrieves membership metadata and attributes from MembershipId in an identity store.
|
75
|
+
* Retrieves membership metadata and attributes from MembershipId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
76
76
|
*/
|
77
77
|
describeGroupMembership(callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupMembershipResponse) => void): Request<IdentityStore.Types.DescribeGroupMembershipResponse, AWSError>;
|
78
78
|
/**
|
79
|
-
* Retrieves the user metadata and attributes from the UserId in an identity store.
|
79
|
+
* Retrieves the user metadata and attributes from the UserId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
80
80
|
*/
|
81
81
|
describeUser(params: IdentityStore.Types.DescribeUserRequest, callback?: (err: AWSError, data: IdentityStore.Types.DescribeUserResponse) => void): Request<IdentityStore.Types.DescribeUserResponse, AWSError>;
|
82
82
|
/**
|
83
|
-
* Retrieves the user metadata and attributes from the UserId in an identity store.
|
83
|
+
* Retrieves the user metadata and attributes from the UserId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
84
84
|
*/
|
85
85
|
describeUser(callback?: (err: AWSError, data: IdentityStore.Types.DescribeUserResponse) => void): Request<IdentityStore.Types.DescribeUserResponse, AWSError>;
|
86
86
|
/**
|
87
|
-
* Retrieves GroupId in an identity store.
|
87
|
+
* Retrieves GroupId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
88
88
|
*/
|
89
89
|
getGroupId(params: IdentityStore.Types.GetGroupIdRequest, callback?: (err: AWSError, data: IdentityStore.Types.GetGroupIdResponse) => void): Request<IdentityStore.Types.GetGroupIdResponse, AWSError>;
|
90
90
|
/**
|
91
|
-
* Retrieves GroupId in an identity store.
|
91
|
+
* Retrieves GroupId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
92
92
|
*/
|
93
93
|
getGroupId(callback?: (err: AWSError, data: IdentityStore.Types.GetGroupIdResponse) => void): Request<IdentityStore.Types.GetGroupIdResponse, AWSError>;
|
94
94
|
/**
|
95
|
-
* Retrieves the MembershipId in an identity store.
|
95
|
+
* Retrieves the MembershipId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
96
96
|
*/
|
97
97
|
getGroupMembershipId(params: IdentityStore.Types.GetGroupMembershipIdRequest, callback?: (err: AWSError, data: IdentityStore.Types.GetGroupMembershipIdResponse) => void): Request<IdentityStore.Types.GetGroupMembershipIdResponse, AWSError>;
|
98
98
|
/**
|
99
|
-
* Retrieves the MembershipId in an identity store.
|
99
|
+
* Retrieves the MembershipId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
100
100
|
*/
|
101
101
|
getGroupMembershipId(callback?: (err: AWSError, data: IdentityStore.Types.GetGroupMembershipIdResponse) => void): Request<IdentityStore.Types.GetGroupMembershipIdResponse, AWSError>;
|
102
102
|
/**
|
103
|
-
* Retrieves the UserId in an identity store.
|
103
|
+
* Retrieves the UserId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
104
104
|
*/
|
105
105
|
getUserId(params: IdentityStore.Types.GetUserIdRequest, callback?: (err: AWSError, data: IdentityStore.Types.GetUserIdResponse) => void): Request<IdentityStore.Types.GetUserIdResponse, AWSError>;
|
106
106
|
/**
|
107
|
-
* Retrieves the UserId in an identity store.
|
107
|
+
* Retrieves the UserId in an identity store. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
108
108
|
*/
|
109
109
|
getUserId(callback?: (err: AWSError, data: IdentityStore.Types.GetUserIdResponse) => void): Request<IdentityStore.Types.GetUserIdResponse, AWSError>;
|
110
110
|
/**
|
111
|
-
* Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
|
111
|
+
* Checks the user's membership in all requested groups and returns if the member exists in all queried groups. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
112
112
|
*/
|
113
113
|
isMemberInGroups(params: IdentityStore.Types.IsMemberInGroupsRequest, callback?: (err: AWSError, data: IdentityStore.Types.IsMemberInGroupsResponse) => void): Request<IdentityStore.Types.IsMemberInGroupsResponse, AWSError>;
|
114
114
|
/**
|
115
|
-
* Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
|
115
|
+
* Checks the user's membership in all requested groups and returns if the member exists in all queried groups. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
116
116
|
*/
|
117
117
|
isMemberInGroups(callback?: (err: AWSError, data: IdentityStore.Types.IsMemberInGroupsResponse) => void): Request<IdentityStore.Types.IsMemberInGroupsResponse, AWSError>;
|
118
118
|
/**
|
119
|
-
* For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
|
119
|
+
* For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
120
120
|
*/
|
121
121
|
listGroupMemberships(params: IdentityStore.Types.ListGroupMembershipsRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListGroupMembershipsResponse) => void): Request<IdentityStore.Types.ListGroupMembershipsResponse, AWSError>;
|
122
122
|
/**
|
123
|
-
* For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
|
123
|
+
* For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
124
124
|
*/
|
125
125
|
listGroupMemberships(callback?: (err: AWSError, data: IdentityStore.Types.ListGroupMembershipsResponse) => void): Request<IdentityStore.Types.ListGroupMembershipsResponse, AWSError>;
|
126
126
|
/**
|
127
|
-
* For the specified member in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
|
127
|
+
* For the specified member in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
128
128
|
*/
|
129
129
|
listGroupMembershipsForMember(params: IdentityStore.Types.ListGroupMembershipsForMemberRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListGroupMembershipsForMemberResponse) => void): Request<IdentityStore.Types.ListGroupMembershipsForMemberResponse, AWSError>;
|
130
130
|
/**
|
131
|
-
* For the specified member in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
|
131
|
+
* For the specified member in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
132
132
|
*/
|
133
133
|
listGroupMembershipsForMember(callback?: (err: AWSError, data: IdentityStore.Types.ListGroupMembershipsForMemberResponse) => void): Request<IdentityStore.Types.ListGroupMembershipsForMemberResponse, AWSError>;
|
134
134
|
/**
|
135
|
-
* Lists all groups in the identity store. Returns a paginated list of complete Group objects. Filtering for a Group by the DisplayName attribute is deprecated. Instead, use the GetGroupId API action.
|
135
|
+
* Lists all groups in the identity store. Returns a paginated list of complete Group objects. Filtering for a Group by the DisplayName attribute is deprecated. Instead, use the GetGroupId API action. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
136
136
|
*/
|
137
137
|
listGroups(params: IdentityStore.Types.ListGroupsRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListGroupsResponse) => void): Request<IdentityStore.Types.ListGroupsResponse, AWSError>;
|
138
138
|
/**
|
139
|
-
* Lists all groups in the identity store. Returns a paginated list of complete Group objects. Filtering for a Group by the DisplayName attribute is deprecated. Instead, use the GetGroupId API action.
|
139
|
+
* Lists all groups in the identity store. Returns a paginated list of complete Group objects. Filtering for a Group by the DisplayName attribute is deprecated. Instead, use the GetGroupId API action. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
140
140
|
*/
|
141
141
|
listGroups(callback?: (err: AWSError, data: IdentityStore.Types.ListGroupsResponse) => void): Request<IdentityStore.Types.ListGroupsResponse, AWSError>;
|
142
142
|
/**
|
143
|
-
* Lists all users in the identity store. Returns a paginated list of complete User objects. Filtering for a User by the UserName attribute is deprecated. Instead, use the GetUserId API action.
|
143
|
+
* Lists all users in the identity store. Returns a paginated list of complete User objects. Filtering for a User by the UserName attribute is deprecated. Instead, use the GetUserId API action. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
144
144
|
*/
|
145
145
|
listUsers(params: IdentityStore.Types.ListUsersRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListUsersResponse) => void): Request<IdentityStore.Types.ListUsersResponse, AWSError>;
|
146
146
|
/**
|
147
|
-
* Lists all users in the identity store. Returns a paginated list of complete User objects. Filtering for a User by the UserName attribute is deprecated. Instead, use the GetUserId API action.
|
147
|
+
* Lists all users in the identity store. Returns a paginated list of complete User objects. Filtering for a User by the UserName attribute is deprecated. Instead, use the GetUserId API action. If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
|
148
148
|
*/
|
149
149
|
listUsers(callback?: (err: AWSError, data: IdentityStore.Types.ListUsersResponse) => void): Request<IdentityStore.Types.ListUsersResponse, AWSError>;
|
150
150
|
/**
|
@@ -216,7 +216,7 @@ declare namespace IdentityStore {
|
|
216
216
|
*/
|
217
217
|
AttributePath: AttributePath;
|
218
218
|
/**
|
219
|
-
* The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the
|
219
|
+
* The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the CLI.
|
220
220
|
*/
|
221
221
|
AttributeValue?: AttributeValue;
|
222
222
|
}
|
@@ -254,7 +254,7 @@ declare namespace IdentityStore {
|
|
254
254
|
*/
|
255
255
|
IdentityStoreId: IdentityStoreId;
|
256
256
|
/**
|
257
|
-
* A string containing the name of the group. This value is commonly displayed when the group is referenced.
|
257
|
+
* A string containing the name of the group. This value is commonly displayed when the group is referenced. Administrator and AWSAdministrators are reserved names and can't be used for users or groups.
|
258
258
|
*/
|
259
259
|
DisplayName?: GroupDisplayName;
|
260
260
|
/**
|
@@ -278,7 +278,7 @@ declare namespace IdentityStore {
|
|
278
278
|
*/
|
279
279
|
IdentityStoreId: IdentityStoreId;
|
280
280
|
/**
|
281
|
-
* A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
|
281
|
+
* A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store. Administrator and AWSAdministrators are reserved names and can't be used for users or groups.
|
282
282
|
*/
|
283
283
|
UserName?: UserName;
|
284
284
|
/**
|
@@ -862,7 +862,7 @@ declare namespace IdentityStore {
|
|
862
862
|
*/
|
863
863
|
AttributePath: AttributePath;
|
864
864
|
/**
|
865
|
-
* The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the
|
865
|
+
* The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the CLI.
|
866
866
|
*/
|
867
867
|
AttributeValue: AttributeValue;
|
868
868
|
}
|