Skip to content

Commit b43cee1

Browse files
Indonesia SOR Tax Registration Launch
This is to add new metrics to our GetIdMappingJob API and also update uniqueId naming for batchDeleteUniqueIds API to be more accurate
1 parent 73bb951 commit b43cee1

File tree

161 files changed

+5031
-4542
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+5031
-4542
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.546
1+
1.11.547

generated/src/aws-cpp-sdk-entityresolution/include/aws/entityresolution/EntityResolutionClient.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,9 @@ namespace EntityResolution
468468

469469
/**
470470
* <p>Returns the corresponding Match ID of a customer record if the record has
471-
* been processed.</p><p><h3>See Also:</h3> <a
471+
* been processed in a rule-based matching workflow or ML matching workflow.</p>
472+
* <p>You can call this API as a dry run of an incremental load on the rule-based
473+
* matching workflow.</p><p><h3>See Also:</h3> <a
472474
* href="http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetMatchId">AWS
473475
* API Reference</a></p>
474476
*/

generated/src/aws-cpp-sdk-entityresolution/include/aws/entityresolution/model/AddPolicyStatementRequest.h

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#pragma once
77
#include <aws/entityresolution/EntityResolution_EXPORTS.h>
88
#include <aws/entityresolution/EntityResolutionRequest.h>
9-
#include <aws/core/utils/memory/stl/AWSVector.h>
109
#include <aws/core/utils/memory/stl/AWSString.h>
1110
#include <aws/entityresolution/model/StatementEffect.h>
11+
#include <aws/core/utils/memory/stl/AWSVector.h>
1212
#include <utility>
1313

1414
namespace Aws
@@ -34,22 +34,6 @@ namespace Model
3434
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override;
3535

3636

37-
///@{
38-
/**
39-
* <p>The action that the principal can use on the resource. </p> <p>For example,
40-
* <code>entityresolution:GetIdMappingJob</code>,
41-
* <code>entityresolution:GetMatchingJob</code>.</p>
42-
*/
43-
inline const Aws::Vector<Aws::String>& GetAction() const { return m_action; }
44-
inline bool ActionHasBeenSet() const { return m_actionHasBeenSet; }
45-
template<typename ActionT = Aws::Vector<Aws::String>>
46-
void SetAction(ActionT&& value) { m_actionHasBeenSet = true; m_action = std::forward<ActionT>(value); }
47-
template<typename ActionT = Aws::Vector<Aws::String>>
48-
AddPolicyStatementRequest& WithAction(ActionT&& value) { SetAction(std::forward<ActionT>(value)); return *this;}
49-
template<typename ActionT = Aws::String>
50-
AddPolicyStatementRequest& AddAction(ActionT&& value) { m_actionHasBeenSet = true; m_action.emplace_back(std::forward<ActionT>(value)); return *this; }
51-
///@}
52-
5337
///@{
5438
/**
5539
* <p>The Amazon Resource Name (ARN) of the resource that will be accessed by the
@@ -65,14 +49,15 @@ namespace Model
6549

6650
///@{
6751
/**
68-
* <p>A set of condition keys that you can use in key policies.</p>
52+
* <p>A statement identifier that differentiates the statement from others in the
53+
* same policy.</p>
6954
*/
70-
inline const Aws::String& GetCondition() const { return m_condition; }
71-
inline bool ConditionHasBeenSet() const { return m_conditionHasBeenSet; }
72-
template<typename ConditionT = Aws::String>
73-
void SetCondition(ConditionT&& value) { m_conditionHasBeenSet = true; m_condition = std::forward<ConditionT>(value); }
74-
template<typename ConditionT = Aws::String>
75-
AddPolicyStatementRequest& WithCondition(ConditionT&& value) { SetCondition(std::forward<ConditionT>(value)); return *this;}
55+
inline const Aws::String& GetStatementId() const { return m_statementId; }
56+
inline bool StatementIdHasBeenSet() const { return m_statementIdHasBeenSet; }
57+
template<typename StatementIdT = Aws::String>
58+
void SetStatementId(StatementIdT&& value) { m_statementIdHasBeenSet = true; m_statementId = std::forward<StatementIdT>(value); }
59+
template<typename StatementIdT = Aws::String>
60+
AddPolicyStatementRequest& WithStatementId(StatementIdT&& value) { SetStatementId(std::forward<StatementIdT>(value)); return *this;}
7661
///@}
7762

7863
///@{
@@ -90,6 +75,22 @@ namespace Model
9075
inline AddPolicyStatementRequest& WithEffect(StatementEffect value) { SetEffect(value); return *this;}
9176
///@}
9277

78+
///@{
79+
/**
80+
* <p>The action that the principal can use on the resource. </p> <p>For example,
81+
* <code>entityresolution:GetIdMappingJob</code>,
82+
* <code>entityresolution:GetMatchingJob</code>.</p>
83+
*/
84+
inline const Aws::Vector<Aws::String>& GetAction() const { return m_action; }
85+
inline bool ActionHasBeenSet() const { return m_actionHasBeenSet; }
86+
template<typename ActionT = Aws::Vector<Aws::String>>
87+
void SetAction(ActionT&& value) { m_actionHasBeenSet = true; m_action = std::forward<ActionT>(value); }
88+
template<typename ActionT = Aws::Vector<Aws::String>>
89+
AddPolicyStatementRequest& WithAction(ActionT&& value) { SetAction(std::forward<ActionT>(value)); return *this;}
90+
template<typename ActionT = Aws::String>
91+
AddPolicyStatementRequest& AddAction(ActionT&& value) { m_actionHasBeenSet = true; m_action.emplace_back(std::forward<ActionT>(value)); return *this; }
92+
///@}
93+
9394
///@{
9495
/**
9596
* <p>The Amazon Web Services service or Amazon Web Services account that can
@@ -107,35 +108,34 @@ namespace Model
107108

108109
///@{
109110
/**
110-
* <p>A statement identifier that differentiates the statement from others in the
111-
* same policy.</p>
111+
* <p>A set of condition keys that you can use in key policies.</p>
112112
*/
113-
inline const Aws::String& GetStatementId() const { return m_statementId; }
114-
inline bool StatementIdHasBeenSet() const { return m_statementIdHasBeenSet; }
115-
template<typename StatementIdT = Aws::String>
116-
void SetStatementId(StatementIdT&& value) { m_statementIdHasBeenSet = true; m_statementId = std::forward<StatementIdT>(value); }
117-
template<typename StatementIdT = Aws::String>
118-
AddPolicyStatementRequest& WithStatementId(StatementIdT&& value) { SetStatementId(std::forward<StatementIdT>(value)); return *this;}
113+
inline const Aws::String& GetCondition() const { return m_condition; }
114+
inline bool ConditionHasBeenSet() const { return m_conditionHasBeenSet; }
115+
template<typename ConditionT = Aws::String>
116+
void SetCondition(ConditionT&& value) { m_conditionHasBeenSet = true; m_condition = std::forward<ConditionT>(value); }
117+
template<typename ConditionT = Aws::String>
118+
AddPolicyStatementRequest& WithCondition(ConditionT&& value) { SetCondition(std::forward<ConditionT>(value)); return *this;}
119119
///@}
120120
private:
121121

122-
Aws::Vector<Aws::String> m_action;
123-
bool m_actionHasBeenSet = false;
124-
125122
Aws::String m_arn;
126123
bool m_arnHasBeenSet = false;
127124

128-
Aws::String m_condition;
129-
bool m_conditionHasBeenSet = false;
125+
Aws::String m_statementId;
126+
bool m_statementIdHasBeenSet = false;
130127

131128
StatementEffect m_effect{StatementEffect::NOT_SET};
132129
bool m_effectHasBeenSet = false;
133130

131+
Aws::Vector<Aws::String> m_action;
132+
bool m_actionHasBeenSet = false;
133+
134134
Aws::Vector<Aws::String> m_principal;
135135
bool m_principalHasBeenSet = false;
136136

137-
Aws::String m_statementId;
138-
bool m_statementIdHasBeenSet = false;
137+
Aws::String m_condition;
138+
bool m_conditionHasBeenSet = false;
139139
};
140140

141141
} // namespace Model

generated/src/aws-cpp-sdk-entityresolution/include/aws/entityresolution/model/AddPolicyStatementResult.h

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@ namespace Model
4444
AddPolicyStatementResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
4545
///@}
4646

47-
///@{
48-
/**
49-
* <p>The resource-based policy.</p>
50-
*/
51-
inline const Aws::String& GetPolicy() const { return m_policy; }
52-
template<typename PolicyT = Aws::String>
53-
void SetPolicy(PolicyT&& value) { m_policyHasBeenSet = true; m_policy = std::forward<PolicyT>(value); }
54-
template<typename PolicyT = Aws::String>
55-
AddPolicyStatementResult& WithPolicy(PolicyT&& value) { SetPolicy(std::forward<PolicyT>(value)); return *this;}
56-
///@}
57-
5847
///@{
5948
/**
6049
* <p>A unique identifier for the current revision of the policy.</p>
@@ -66,6 +55,17 @@ namespace Model
6655
AddPolicyStatementResult& WithToken(TokenT&& value) { SetToken(std::forward<TokenT>(value)); return *this;}
6756
///@}
6857

58+
///@{
59+
/**
60+
* <p>The resource-based policy.</p>
61+
*/
62+
inline const Aws::String& GetPolicy() const { return m_policy; }
63+
template<typename PolicyT = Aws::String>
64+
void SetPolicy(PolicyT&& value) { m_policyHasBeenSet = true; m_policy = std::forward<PolicyT>(value); }
65+
template<typename PolicyT = Aws::String>
66+
AddPolicyStatementResult& WithPolicy(PolicyT&& value) { SetPolicy(std::forward<PolicyT>(value)); return *this;}
67+
///@}
68+
6969
///@{
7070

7171
inline const Aws::String& GetRequestId() const { return m_requestId; }
@@ -79,12 +79,12 @@ namespace Model
7979
Aws::String m_arn;
8080
bool m_arnHasBeenSet = false;
8181

82-
Aws::String m_policy;
83-
bool m_policyHasBeenSet = false;
84-
8582
Aws::String m_token;
8683
bool m_tokenHasBeenSet = false;
8784

85+
Aws::String m_policy;
86+
bool m_policyHasBeenSet = false;
87+
8888
Aws::String m_requestId;
8989
bool m_requestIdHasBeenSet = false;
9090
};

generated/src/aws-cpp-sdk-entityresolution/include/aws/entityresolution/model/BatchDeleteUniqueIdRequest.h

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ namespace Model
3535
AWS_ENTITYRESOLUTION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
3636

3737

38+
///@{
39+
/**
40+
* <p>The name of the workflow.</p>
41+
*/
42+
inline const Aws::String& GetWorkflowName() const { return m_workflowName; }
43+
inline bool WorkflowNameHasBeenSet() const { return m_workflowNameHasBeenSet; }
44+
template<typename WorkflowNameT = Aws::String>
45+
void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet = true; m_workflowName = std::forward<WorkflowNameT>(value); }
46+
template<typename WorkflowNameT = Aws::String>
47+
BatchDeleteUniqueIdRequest& WithWorkflowName(WorkflowNameT&& value) { SetWorkflowName(std::forward<WorkflowNameT>(value)); return *this;}
48+
///@}
49+
3850
///@{
3951
/**
4052
* <p>The input source for the batch delete unique ID operation.</p>
@@ -60,28 +72,16 @@ namespace Model
6072
template<typename UniqueIdsT = Aws::String>
6173
BatchDeleteUniqueIdRequest& AddUniqueIds(UniqueIdsT&& value) { m_uniqueIdsHasBeenSet = true; m_uniqueIds.emplace_back(std::forward<UniqueIdsT>(value)); return *this; }
6274
///@}
63-
64-
///@{
65-
/**
66-
* <p>The name of the workflow.</p>
67-
*/
68-
inline const Aws::String& GetWorkflowName() const { return m_workflowName; }
69-
inline bool WorkflowNameHasBeenSet() const { return m_workflowNameHasBeenSet; }
70-
template<typename WorkflowNameT = Aws::String>
71-
void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet = true; m_workflowName = std::forward<WorkflowNameT>(value); }
72-
template<typename WorkflowNameT = Aws::String>
73-
BatchDeleteUniqueIdRequest& WithWorkflowName(WorkflowNameT&& value) { SetWorkflowName(std::forward<WorkflowNameT>(value)); return *this;}
74-
///@}
7575
private:
7676

77+
Aws::String m_workflowName;
78+
bool m_workflowNameHasBeenSet = false;
79+
7780
Aws::String m_inputSource;
7881
bool m_inputSourceHasBeenSet = false;
7982

8083
Aws::Vector<Aws::String> m_uniqueIds;
8184
bool m_uniqueIdsHasBeenSet = false;
82-
83-
Aws::String m_workflowName;
84-
bool m_workflowNameHasBeenSet = false;
8585
};
8686

8787
} // namespace Model

generated/src/aws-cpp-sdk-entityresolution/include/aws/entityresolution/model/BatchDeleteUniqueIdResult.h

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
#pragma once
77
#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8-
#include <aws/core/utils/memory/stl/AWSVector.h>
98
#include <aws/entityresolution/model/DeleteUniqueIdStatus.h>
9+
#include <aws/core/utils/memory/stl/AWSVector.h>
1010
#include <aws/core/utils/memory/stl/AWSString.h>
11-
#include <aws/entityresolution/model/DeletedUniqueId.h>
1211
#include <aws/entityresolution/model/DeleteUniqueIdError.h>
12+
#include <aws/entityresolution/model/DeletedUniqueId.h>
1313
#include <utility>
1414

1515
namespace Aws
@@ -36,6 +36,28 @@ namespace Model
3636
AWS_ENTITYRESOLUTION_API BatchDeleteUniqueIdResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
3737

3838

39+
///@{
40+
/**
41+
* <p>The status of the batch delete unique ID operation.</p>
42+
*/
43+
inline DeleteUniqueIdStatus GetStatus() const { return m_status; }
44+
inline void SetStatus(DeleteUniqueIdStatus value) { m_statusHasBeenSet = true; m_status = value; }
45+
inline BatchDeleteUniqueIdResult& WithStatus(DeleteUniqueIdStatus value) { SetStatus(value); return *this;}
46+
///@}
47+
48+
///@{
49+
/**
50+
* <p> The errors from deleting multiple unique IDs.</p>
51+
*/
52+
inline const Aws::Vector<DeleteUniqueIdError>& GetErrors() const { return m_errors; }
53+
template<typename ErrorsT = Aws::Vector<DeleteUniqueIdError>>
54+
void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet = true; m_errors = std::forward<ErrorsT>(value); }
55+
template<typename ErrorsT = Aws::Vector<DeleteUniqueIdError>>
56+
BatchDeleteUniqueIdResult& WithErrors(ErrorsT&& value) { SetErrors(std::forward<ErrorsT>(value)); return *this;}
57+
template<typename ErrorsT = DeleteUniqueIdError>
58+
BatchDeleteUniqueIdResult& AddErrors(ErrorsT&& value) { m_errorsHasBeenSet = true; m_errors.emplace_back(std::forward<ErrorsT>(value)); return *this; }
59+
///@}
60+
3961
///@{
4062
/**
4163
* <p>The unique IDs that were deleted.</p>
@@ -62,28 +84,6 @@ namespace Model
6284
BatchDeleteUniqueIdResult& AddDisconnectedUniqueIds(DisconnectedUniqueIdsT&& value) { m_disconnectedUniqueIdsHasBeenSet = true; m_disconnectedUniqueIds.emplace_back(std::forward<DisconnectedUniqueIdsT>(value)); return *this; }
6385
///@}
6486

65-
///@{
66-
/**
67-
* <p> The errors from deleting multiple unique IDs.</p>
68-
*/
69-
inline const Aws::Vector<DeleteUniqueIdError>& GetErrors() const { return m_errors; }
70-
template<typename ErrorsT = Aws::Vector<DeleteUniqueIdError>>
71-
void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet = true; m_errors = std::forward<ErrorsT>(value); }
72-
template<typename ErrorsT = Aws::Vector<DeleteUniqueIdError>>
73-
BatchDeleteUniqueIdResult& WithErrors(ErrorsT&& value) { SetErrors(std::forward<ErrorsT>(value)); return *this;}
74-
template<typename ErrorsT = DeleteUniqueIdError>
75-
BatchDeleteUniqueIdResult& AddErrors(ErrorsT&& value) { m_errorsHasBeenSet = true; m_errors.emplace_back(std::forward<ErrorsT>(value)); return *this; }
76-
///@}
77-
78-
///@{
79-
/**
80-
* <p>The status of the batch delete unique ID operation.</p>
81-
*/
82-
inline DeleteUniqueIdStatus GetStatus() const { return m_status; }
83-
inline void SetStatus(DeleteUniqueIdStatus value) { m_statusHasBeenSet = true; m_status = value; }
84-
inline BatchDeleteUniqueIdResult& WithStatus(DeleteUniqueIdStatus value) { SetStatus(value); return *this;}
85-
///@}
86-
8787
///@{
8888

8989
inline const Aws::String& GetRequestId() const { return m_requestId; }
@@ -94,18 +94,18 @@ namespace Model
9494
///@}
9595
private:
9696

97+
DeleteUniqueIdStatus m_status{DeleteUniqueIdStatus::NOT_SET};
98+
bool m_statusHasBeenSet = false;
99+
100+
Aws::Vector<DeleteUniqueIdError> m_errors;
101+
bool m_errorsHasBeenSet = false;
102+
97103
Aws::Vector<DeletedUniqueId> m_deleted;
98104
bool m_deletedHasBeenSet = false;
99105

100106
Aws::Vector<Aws::String> m_disconnectedUniqueIds;
101107
bool m_disconnectedUniqueIdsHasBeenSet = false;
102108

103-
Aws::Vector<DeleteUniqueIdError> m_errors;
104-
bool m_errorsHasBeenSet = false;
105-
106-
DeleteUniqueIdStatus m_status{DeleteUniqueIdStatus::NOT_SET};
107-
bool m_statusHasBeenSet = false;
108-
109109
Aws::String m_requestId;
110110
bool m_requestIdHasBeenSet = false;
111111
};

0 commit comments

Comments
 (0)